aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-02-01 20:57:28 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2016-02-01 20:57:28 +0000
commit664b940980803b2706307ba5863cfacaa6240775 (patch)
tree6578aa7fca3a79559ffc33f24c7e774d7028934a
parente0bd4f0fb255191273382803d415c79172ec617b (diff)
parent789bdb8a788ad6f8e6496d350febb151eeb4a883 (diff)
downloadpackages-664b940980803b2706307ba5863cfacaa6240775.tar.gz
packages-664b940980803b2706307ba5863cfacaa6240775.zip
Merge pull request #313 from srwiley/master
Update packages.json
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 81e6a96..10c4203 100644
--- a/packages.json
+++ b/packages.json
@@ -4203,5 +4203,17 @@
"description": "Bindings for the Sixense Core API.",
"license": "MIT",
"web": "https://github.com/nimious/sixense"
+ },
+ {
+ "name": "listsv",
+ "url": "git://github.com/srwiley/listsv.git",
+ "method": "git",
+ "tags": [
+ "singly linked list",
+ "doubly linked list"
+ ],
+ "description": "Basic operations on singly and doubly linked lists.",
+ "license": "MIT",
+ "web": "https://github.com/srwiley/listsv"
}
]