aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven R Wiley <srwiley@users.noreply.github.com>2016-02-01 12:37:35 -0800
committerSteven R Wiley <srwiley@users.noreply.github.com>2016-02-01 12:37:35 -0800
commit789bdb8a788ad6f8e6496d350febb151eeb4a883 (patch)
tree6578aa7fca3a79559ffc33f24c7e774d7028934a
parente0bd4f0fb255191273382803d415c79172ec617b (diff)
downloadpackages-789bdb8a788ad6f8e6496d350febb151eeb4a883.tar.gz
packages-789bdb8a788ad6f8e6496d350febb151eeb4a883.zip
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"
}
]