site/assets/mmm.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"modules": [
{
"author": "Fabio Cevasco",
"deps": {},
"description": "HTML syntax highlighter for min code.",
"license": "MIT",
"method": "git",
"name": "min-highlight",
"url": "https://git.sr.ht/~h3rald/min-highlight"
},
{
"name": "min-test",
"method": "git",
"url": "https://git.sr.ht/~h3rald/min-test",
"author": "Fabio Cevasco",
"description": "A minimal testing library for the min programming language.",
"license": "MIT",
"deps": {}
},
{
"name": "min-upgrade",
"method": "git",
"url": "https://git.sr.ht/~h3rald/min-upgrade",
"author": "Fabio Cevasco",
"description": "Script to upgrade min source code to the latest version of the min programming language.",
"license": "MIT",
"deps": {}
}
],
"updated": null
}
|