💾 Archived View for gmi.noulin.net › gitRepositories › md › file › shpPackages › md4c › package.yml.… captured on 2023-07-10 at 18:08:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
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