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