💾 Archived View for gmi.noulin.net › gitRepositories › ini › file › package.yml.gmi captured on 2023-01-29 at 13:20:20. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

ini

Log

Files

Refs

LICENSE

package.yml (414B)

     1 ---
     2   name: ini
     3   version: 0.0.6
     4   description: An ini configuration file parser
     5   bin: ./src/ini.c
     6   scripts:
     7     test: "echo \"Error no test specified\" && exit 1"
     8   repository:
     9     type: git
    10     url: "git+https://noulin.net/git/ini.git"
    11   keywords:
    12     - utility
    13     - command
    14   author: Remy Noulin
    15   license: MIT
    16   bugs:
    17     url: "https://noulin.net/ini/log.html"
    18   homepage: "https://noulin.net/ini/log.html"