From 041d56bccc86a31c7701f75e854f20f1a6be6f1c Mon Sep 17 00:00:00 2001 From: achesak Date: Thu, 13 Nov 2014 22:47:28 -0600 Subject: [PATCH] Added ffbookmarks. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 81ea1cd..e19790b 100644 --- a/packages.json +++ b/packages.json @@ -1011,6 +1011,15 @@ "description": "wrapper for the GNU multiple precision arithmetic library (GMP)", "license": "LGPLv3 or GPLv2", "web": "https://github.com/cowboy-coders/nim-gmp" + }, + { + "name": "ffbookmarks", + "url": "git://github.com/achesak/nimrod-ff-bookmarks", + "method": "git", + "tags": ["firefox", "bookmarks", "library"], + "description": "Nim module for working with Firefox bookmarks", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-ff-bookmarks" } ]