aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-06-28 23:28:48 +0200
committerAraq <rumpf_a@web.de>2014-06-28 23:28:48 +0200
commita026b6047acc9fde57399d0ea3bf9915b2cf4c97 (patch)
treed1cda801fa0b91771098fa34ab197f52e0175752
parent5e6e1d3be5dfdadcf0fb77b4b151785570cdf141 (diff)
downloadpackages-a026b6047acc9fde57399d0ea3bf9915b2cf4c97.tar.gz
packages-a026b6047acc9fde57399d0ea3bf9915b2cf4c97.zip
added c2nim and pas2nim packages
-rw-r--r--packages.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 9c5c56c..e1f819b 100644
--- a/packages.json
+++ b/packages.json
@@ -228,6 +228,26 @@
"license": "GPLv2",
"web": "https://github.com/nimrod-code/Aporia"
},
+
+ {
+ "name": "c2nim",
+ "url": "git://github.com/nimrod-code/c2nim",
+ "method": "git",
+ "tags": ["tool", "header", "C", "nimrod"],
+ "description": "c2nim is a tool to translate Ansi C code to Nimrod.",
+ "license": "MIT",
+ "web": "https://github.com/nimrod-code/c2nim"
+ },
+
+ {
+ "name": "pas2nim",
+ "url": "git://github.com/nimrod-code/pas2nim",
+ "method": "git",
+ "tags": ["tool", "Pascal", "nimrod"],
+ "description": "pas2nim is a tool to translate Pascal code to Nimrod.",
+ "license": "MIT",
+ "web": "https://github.com/nimrod-code/pas2nim"
+ },
{
"name": "ipsumgenera",