💾 Archived View for gmi.noulin.net › gitRepositories › md4c › file › md4c › package.yml.gmi captured on 2024-09-29 at 01:14:42. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

md4c

Log

Files

Refs

README

LICENSE

package.yml (440B)

     1 ---
     2   name: md4c
     3   version: 0.0.3
     4   description: "md4c is a markdown parser library (forked from mity/md4c)"
     5   bin: ./md4c.c
     6   scripts:
     7     test: echo "Error no test specified" && exit 1
     8   repository:
     9     type: git
    10     url: git+https://github.com/mity/md4c.git
    11   keywords:
    12     - library
    13     - markdown
    14   author: Remy Noulin
    15   license: MIT
    16   bugs:
    17     url: https://github.com/mity/md4c/issues
    18   homepage: https://github.com/mity/md4c#readme