aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-01-21 13:42:47 +0100
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-01-21 13:42:47 +0100
commit41a5f78cc855055563e7f6fd75f464561bc69e41 (patch)
treeb2de73434412c5ee149379d47ec400c2f8abe6d5 /packages.json
parent504236352123e27f4ea3959cf5b52cea36a6b386 (diff)
downloadpackages-41a5f78cc855055563e7f6fd75f464561bc69e41.tar.gz
packages-41a5f78cc855055563e7f6fd75f464561bc69e41.zip
Adds nimepak to list of available packages.
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index ce9a3c6..ae633a9 100644
--- a/packages.json
+++ b/packages.json
@@ -1,5 +1,5 @@
[
- {
+ {
"name": "jester",
"url": "git://github.com/dom96/jester/",
"method": "git",
@@ -18,6 +18,15 @@
},
{
+ "name": "nimepak",
+ "url": "git://github.com/gradha/epak/",
+ "method": "git",
+ "tags": ["library", "serialization", "file", "compression"],
+ "description": "File compression routines in C for iOS and Nimrod",
+ "license": "Allegro 4 Giftware"
+ },
+
+ {
"name": "nimgame",
"url": "git://github.com/Vladar4/nimgame/",
"method": "git",
@@ -25,7 +34,7 @@
"description": "Simple 2D game engine for Nimrod language.",
"license": "MIT"
},
-
+
{
"name": "sfml",
"url": "git://github.com/fowlmouth/nimrod-sfml/",