Added package preprod (#2100)

This commit is contained in:
Javier Santo Domingo
2021-12-29 18:56:11 +01:00
committed by GitHub
parent fd1841dc7e
commit abd42dc9fe
+13 -2
View File
@@ -3,7 +3,7 @@
"name": "py2nim",
"url": "https://github.com/Niminem/Py2Nim",
"method": "git",
"tags":[
"tags": [
"transpiler",
"python"
],
@@ -14,7 +14,7 @@
"name": "rangequeries",
"url": "https://github.com/vanyle/RangeQueriesNim",
"method": "git",
"tags":[
"tags": [
"range",
"query",
"segment tree",
@@ -24626,5 +24626,16 @@
"description": "Convert Ogham inscriptions to latin text & vice versa.",
"license": "MIT",
"web": "https://github.com/stscoundrel/ogham-nim"
},
{
"name": "preprod",
"url": "https://github.com/j-a-s-d/preprod",
"method": "git",
"tags": [
"preprocessor"
],
"description": "preprod",
"license": "MIT",
"web": "https://github.com/j-a-s-d/preprod"
}
]