packages/packages.json

155 lines
4.2 KiB
JSON
Raw Normal View History

2012-12-01 22:58:38 +00:00
[
2013-03-11 00:04:53 +01:00
{
"name": "argument_parser",
"url": "git://github.com/gradha/argument_parser/",
"method": "git",
"tags": ["library", "commandline", "arguments", "switches", "parsing"],
"description": "Provides a complex commandline parser",
"license": "MIT"
},
2013-04-08 01:02:36 +02:00
{
"name": "genieos",
"url": "git://github.com/gradha/genieos/",
"method": "git",
"tags": ["library", "commandline", "sound", "recycle", "os"],
"description": "Too awesome procs to be included in nimrod.os module",
"license": "MIT"
},
{
2012-12-01 22:58:38 +00:00
"name": "jester",
"url": "git://github.com/dom96/jester/",
"method": "git",
2012-12-01 22:59:37 +00:00
"tags": ["web", "http", "framework", "dsl"],
2012-12-08 12:48:46 +00:00
"description": "A sinatra-like web framework for Nimrod.",
"license": "MIT"
2012-12-09 22:20:55 +02:00
},
2012-12-09 22:05:29 +02:00
2012-12-11 22:16:33 +02:00
{
"name": "libtcod-nim",
"url": "git://github.com/Vladar4/libtcod-nim/",
"method": "git",
"tags": ["roguelike", "game", "library", "engine", "sdl", "opengl", "glsl"],
"description": "Wrapper of the libtcod library for the Nimrod language.",
"license": "MIT"
},
{
"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"
},
2012-12-09 22:05:29 +02:00
{
"name": "nimgame",
"url": "git://github.com/Vladar4/nimgame/",
"method": "git",
"tags": ["game", "engine", "sdl"],
"description": "Simple 2D game engine for Nimrod language.",
"license": "MIT"
2012-12-19 16:46:05 -06:00
},
2012-12-19 16:46:05 -06:00
{
"name": "sfml",
"url": "git://github.com/fowlmouth/nimrod-sfml/",
"method": "git",
"tags": ["game", "library", "opengl"],
"description": "High level OpenGL-based Game Library",
"license": "MIT"
2013-04-21 03:34:55 -05:00
},
{
"name": "enet",
"url": "git://github.com/fowlmouth/nimrod-enet/",
"method": "git",
"tags": ["game", "networking", "udp"],
"description": "Wrapper for ENet UDP networking library",
"license": "MIT"
2013-04-21 10:48:21 -05:00
},
{
"name": "nim-locale",
"url": "git://github.com/Amrykid/nim-locale/",
"method": "git",
"tags": ["library", "locale", "i18n", "localization", "localisation", "globalization"],
"description": "A simple library for localizing Nimrod applications.",
"license": "MIT"
},
2013-04-26 17:28:40 -05:00
{
"name": "fowltek",
"url": "git://github.com/fowlmouth/nimlibs/",
"method": "git",
"tags": ["game", "opengl", "wrappers", "library", "assorted"],
"description": "A collection of reusable modules and wrappers.",
"license": "MIT"
2013-05-22 18:37:06 -05:00
},
{
"name": "nake",
"url": "git://github.com/fowlmouth/nake/",
"method": "git",
"tags": ["build", "automation", "sortof"],
"description": "make-like for Nimrod. Describe your builds as tasks!",
2013-06-30 14:08:52 -07:00
"license": "DATWPL"
2013-05-26 19:09:43 -03:00
},
{
"name": "nimrod-glfw",
2013-05-26 19:40:34 -03:00
"url": "git://github.com/rafaelvasco/nimrod-glfw/",
2013-05-26 19:09:43 -03:00
"method": "git",
"tags": ["library", "glfw", "opengl", "windowing", "game"],
2013-05-26 19:40:34 -03:00
"description": "Nimrod bindings for GLFW library.",
2013-05-26 19:09:43 -03:00
"license": "MIT"
2013-06-11 05:54:02 -06:00
},
{
"name": "chipmunk",
"url": "git://github.com/fowlmouth/nimrod-chipmunk/",
"method": "git",
"tags": ["library", "physics", "game"],
"description": "Binding for Chipmunk 6.1",
"license": "MIT"
2013-06-26 19:27:34 +02:00
},
{
2013-07-01 14:49:42 +02:00
"name": "nim-glfw3",
"url": "git://github.com/EXetoC/nim-glfw3/",
2013-06-26 19:27:34 +02:00
"method": "git",
"tags": ["library", "glfw", "opengl", "windowing", "game"],
"description": "A High-level GLFW 3 wrapper for the Nimrod programming language",
"license": "MIT"
2013-06-28 01:07:59 +02:00
},
{
"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"
},
{
"name": "termbox",
"url": "git://github.com/fowlmouth/nim-termbox",
"method": "git",
"tags": ["library", "terminal", "io"],
"description": "Termbox wrapper.",
"license": "MIT"
2013-08-02 13:35:27 +02:00
},
{
"name": "linagl",
2013-08-02 15:58:16 +02:00
"url": "https://bitbucket.org/TheLonelyByte/linagl",
2013-08-02 13:35:27 +02:00
"method": "hg",
"tags": ["library", "opengl", "math", "game"],
"description": "OpenGL math library",
"license": "CC0"
2012-12-09 22:05:29 +02:00
}
]