From c35177aa937fbcb7b0e95c072ea4d424e062c2f6 Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Wed, 8 Jun 2016 13:26:29 +0200 Subject: [PATCH] Added spills --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 627f95e..6792a26 100644 --- a/packages.json +++ b/packages.json @@ -4768,5 +4768,18 @@ "description": "Native Nim Zend API glue for easy PHP extension development.", "license": "MIT", "web": "https://github.com/metatexx/nimzend" + }, + { + "name": "spills", + "url": "https://github.com/andreaferretti/spills", + "method": "git", + "tags": [ + "disk-based", + "sequence", + "memory-mapping" + ], + "description": "Disk-based sequences", + "license": "Apache License 2.0", + "web": "https://github.com/andreaferretti/spills" } ]