aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]