From 4f6eebb549952d625f39d1e6e51841693d156077 Mon Sep 17 00:00:00 2001 From: lompik Date: Tue, 26 Jan 2016 20:40:15 -0600 Subject: [PATCH 1/2] Add pari/gp C libary wrapper --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 0c00c24..672afe8 100644 --- a/packages.json +++ b/packages.json @@ -4049,4 +4049,16 @@ "license": "MIT", "web": "https://github.com/achesak/nim-biscuits" } + { + "name": "pari", + "url": "git://github.com/lompik/pari.nim", + "method": "git", + "tags": [ + "number theory", + "computer algebra system" + ], + "description": "Pari/GP C library wrapper", + "license": "MIT", + "web": "https://github.com/lompik/pari.nim" + } ] From 69be15c218c7b6f35b27ceafe1de299db26a9e89 Mon Sep 17 00:00:00 2001 From: James Browder Date: Wed, 27 Jan 2016 12:27:25 -0600 Subject: [PATCH 2/2] missing comma in json --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 672afe8..f08303d 100644 --- a/packages.json +++ b/packages.json @@ -4048,7 +4048,7 @@ "description": "better cookie handling", "license": "MIT", "web": "https://github.com/achesak/nim-biscuits" - } + }, { "name": "pari", "url": "git://github.com/lompik/pari.nim",