diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-06-30 00:04:12 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-06-30 00:04:12 +0100 |
| commit | 9e89ba14fa35679d389f548186404d991f043cb9 (patch) | |
| tree | db043f8903fe93b42a21641e0a84c57afd629797 | |
| parent | 5e6e1d3be5dfdadcf0fb77b4b151785570cdf141 (diff) | |
| parent | 4af0465ecbb9aa2a1951bca476516aba054c193e (diff) | |
| download | packages-9e89ba14fa35679d389f548186404d991f043cb9.tar.gz packages-9e89ba14fa35679d389f548186404d991f043cb9.zip | |
Merge pull request #67 from Araq/master
added c2nim and pas2nim packages
| -rw-r--r-- | packages.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 9c5c56c..3afcb17 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": ["app", "binary", "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": ["app", "binary", "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", |
