From 10855fbf8ba4c828194fa4351a9f04139a3432cf Mon Sep 17 00:00:00 2001 From: charlie Date: Mon, 27 Jan 2014 12:30:14 -0500 Subject: [PATCH] added libalpm package --- packages.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index f92221f..b6ab844 100644 --- a/packages.json +++ b/packages.json @@ -491,6 +491,16 @@ "description": "Command to remove acceptably empty directories.", "license": "MIT", "web": "https://github.com/gradha/awesome_rmdir/" - } + }, + + { + "name": "nimalpm", + "url": "git://github.com/barcharcraz/nimalpm/", + "method": "git", + "tags": ["alpm", "wrapper", "binding", "library"], + "description": "A nimrod wrapper for libalpm", + "license": "GPLv2", + "web": "https://www.github.com/barcharcraz/nimalpm/" + } ]