nimp/compiler/dub.json

12 lines
223 B
JSON

{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2023, Andrew Lalis",
"description": "Compiler for the NIMP language.",
"license": "MIT",
"name": "compiler",
"dependencies": {
"streams": "~>3.5.0"
}
}