aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-01-21 09:05:32 -0800
committerDominik Picheta <dominikpicheta@googlemail.com>2013-01-21 09:05:32 -0800
commit05c1c66582daa1660a1ee1298b1a799b20592b0e (patch)
treeb2de73434412c5ee149379d47ec400c2f8abe6d5
parent504236352123e27f4ea3959cf5b52cea36a6b386 (diff)
parent41a5f78cc855055563e7f6fd75f464561bc69e41 (diff)
downloadpackages-05c1c66582daa1660a1ee1298b1a799b20592b0e.tar.gz
packages-05c1c66582daa1660a1ee1298b1a799b20592b0e.zip
Merge pull request #5 from gradha/pr_adds_nimepak
Adds nimepak to list of available packages.
-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/",