diff --git a/packages.json b/packages.json index f54e713..1e2f6be 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]