From 0d0103bfc8e413627feaa992ae6ab8bb26b8bc38 Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Wed, 6 Nov 2013 19:08:04 +0100 Subject: [PATCH] Adds ouroboros module to package list. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 59195b3..5c839dc 100644 --- a/packages.json +++ b/packages.json @@ -312,6 +312,15 @@ "tags": ["wrapper"], "description": "Wrapper to interface with Python interpreter", "license": "MIT" + }, + + { + "name": "ouroboros", + "url": "git://github.com/gradha/nimrod-ouroboros/", + "method": "git", + "tags": ["library", "embedded data", "appended data", "alchemy"], + "description": "API to read appended files from your own binary", + "license": "MIT" } ]