From 789bdb8a788ad6f8e6496d350febb151eeb4a883 Mon Sep 17 00:00:00 2001 From: Steven R Wiley Date: Mon, 1 Feb 2016 12:37:35 -0800 Subject: [PATCH] Update packages.json --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]