aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Johansson Andersson <EXetoC@gmail.com>2013-06-28 01:07:59 +0200
committerErik Johansson Andersson <EXetoC@gmail.com>2013-06-28 01:07:59 +0200
commitd82f1fe90dddf5f6148e44a8175882995a1789d9 (patch)
tree084ddf144e8524ae9d2b6cd5e896e85eef9a68cc
parentfd5dec75a441eb149d31d04c35391ff46479cd6f (diff)
downloadpackages-d82f1fe90dddf5f6148e44a8175882995a1789d9.tar.gz
packages-d82f1fe90dddf5f6148e44a8175882995a1789d9.zip
Add library
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 455f0db..a58c6c9 100644
--- a/packages.json
+++ b/packages.json
@@ -123,6 +123,15 @@
"tags": ["library", "glfw", "opengl", "windowing", "game"],
"description": "A High-level GLFW 3 wrapper for the Nimrod programming language",
"license": "MIT"
+ },
+
+ {
+ "name": "nim-ao",
+ "url": "git://github.com/EXetoC/nim-ao/",
+ "method": "git",
+ "tags": ["library", "audio"],
+ "description": "A libao wrapper for the Nimrod programming language",
+ "license": "MIT"
}
]