diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-06-08 14:31:46 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-06-08 14:31:46 +0100 |
| commit | 090d5e171bc333f08036cbcefe884b00782ace44 (patch) | |
| tree | 4c922ccc0f91010b3f7ee17c2068e19b72766945 | |
| parent | e1ca7b21ce460c004b9aedf432359322e35b915c (diff) | |
| parent | c35177aa937fbcb7b0e95c072ea4d424e062c2f6 (diff) | |
| download | packages-090d5e171bc333f08036cbcefe884b00782ace44.tar.gz packages-090d5e171bc333f08036cbcefe884b00782ace44.zip | |
Merge pull request #362 from andreaferretti/master
Added spills
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
