From a026b6047acc9fde57399d0ea3bf9915b2cf4c97 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 28 Jun 2014 23:28:48 +0200 Subject: [PATCH 1/2] added c2nim and pas2nim packages --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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", From 4af0465ecbb9aa2a1951bca476516aba054c193e Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 29 Jun 2014 02:16:03 +0200 Subject: [PATCH 2/2] proper tagging --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index e1f819b..3afcb17 100644 --- a/packages.json +++ b/packages.json @@ -233,7 +233,7 @@ "name": "c2nim", "url": "git://github.com/nimrod-code/c2nim", "method": "git", - "tags": ["tool", "header", "C", "nimrod"], + "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" @@ -243,7 +243,7 @@ "name": "pas2nim", "url": "git://github.com/nimrod-code/pas2nim", "method": "git", - "tags": ["tool", "Pascal", "nimrod"], + "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"