packages/packages.json

564 lines
16 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",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/gradha/argument_parser"
2013-03-11 00:04:53 +01:00
},
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",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "http://gradha.github.io/genieos/"
2013-04-08 01:02:36 +02:00
},
{
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.",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/dom96/jester"
2012-12-09 22:20:55 +02:00
},
2012-12-09 22:05:29 +02:00
2013-10-30 13:35:37 +01:00
{
"name": "murmur",
"url": "git://github.com/olahol/nimrod-murmur/",
"method": "git",
"tags": ["hash", "murmur"],
"description": "MurmurHash in pur Nimrod.",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/olahol/nimrod-murmur"
2013-10-30 13:35:37 +01: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.",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/Vladar4/libtcod-nim"
2012-12-11 22:16:33 +02:00
},
{
"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",
2013-11-07 21:13:57 +01:00
"license": "Allegro 4 Giftware",
"web": "https://github.com/gradha/epak"
},
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.",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/Vladar4/nimgame"
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",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/fowlmouth/nimrod-sfml"
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",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/fowlmouth/nimrod-enet"
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.",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/Amrykid/nim-locale"
},
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.",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/fowlmouth/nimlibs"
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-11-07 21:13:57 +01:00
"license": "DATWPL",
"web": "https://github.com/fowlmouth/nake"
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-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/rafaelvasco/nimrod-glfw"
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",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/fowlmouth/nimrod-chipmunk"
2013-06-26 19:27:34 +02:00
},
{
2013-12-04 00:14:11 +01:00
"name": "nim-glfw",
"url": "git://github.com/EXetoC/nim-glfw/",
2013-06-26 19:27:34 +02:00
"method": "git",
"tags": ["library", "glfw", "opengl", "windowing", "game"],
2013-12-04 00:14:11 +01:00
"description": "A high-level GLFW 3 wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2013-12-20 14:56:08 +01:00
"web": "https://github.com/EXetoC/nim-glfw"
2013-06-28 01:07:59 +02:00
},
{
"name": "nim-ao",
"url": "git://github.com/EXetoC/nim-ao/",
"method": "git",
"tags": ["library", "audio"],
2013-12-04 00:14:11 +01:00
"description": "A high-level libao wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/EXetoC/nim-ao"
},
{
"name": "termbox",
"url": "git://github.com/fowlmouth/nim-termbox",
"method": "git",
"tags": ["library", "terminal", "io"],
"description": "Termbox wrapper.",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/fowlmouth/nim-termbox"
2013-08-02 13:35:27 +02:00
},
{
"name": "linagl",
"url": "https://bitbucket.org/BitPuffin/linagl",
2013-08-02 13:35:27 +02:00
"method": "hg",
"tags": ["library", "opengl", "math", "game"],
"description": "OpenGL math library",
2013-11-07 21:13:57 +01:00
"license": "CC0",
"web": "https://bitbucket.org/BitPuffin/linagl"
2013-08-13 00:02:29 -05:00
},
{
"name": "kwin",
"url": "git://github.com/reactormonk/nim-kwin",
"method": "git",
"tags": ["library", "javascript", "kde"],
"description": "KWin JavaScript API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/reactormonk/nim-kwin"
2013-10-05 14:05:00 +01:00
},
{
"name": "opencv",
"url": "git://github.com/dom96/nim-opencv",
"method": "git",
"tags": ["library", "wrapper", "opencv", "image", "processing"],
"description": "OpenCV wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/dom96/nim-opencv"
2013-10-05 16:43:57 +01:00
},
{
"name": "babel",
"url": "git://github.com/nimrod-code/babel",
"method": "git",
"tags": ["app", "binary", "package", "manager"],
"description": "Babel package manager",
2013-11-07 21:13:57 +01:00
"license": "BSD",
"web": "https://github.com/nimrod-code/babel"
2013-10-05 16:43:57 +01:00
},
{
"name": "aporia",
2013-10-05 16:47:19 +01:00
"url": "git://github.com/nimrod-code/Aporia",
2013-10-05 16:43:57 +01:00
"method": "git",
"tags": ["app", "binary", "ide", "gtk", "nimrod"],
"description": "A Nimrod IDE.",
2013-11-07 21:13:57 +01:00
"license": "GPLv2",
"web": "https://github.com/nimrod-code/Aporia"
2013-10-05 18:20:32 +01:00
},
{
"name": "ipsumgenera",
"url": "git://github.com/dom96/ipsumgenera",
"method": "git",
"tags": ["app", "binary", "blog", "static", "generator"],
"description": "Static blog generator ala Jekyll.",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/dom96/ipsumgenera"
2013-10-06 17:16:22 -05:00
},
{
2013-10-06 17:24:25 -05:00
"name": "pastebin",
2013-10-06 17:16:22 -05:00
"url": "git://github.com/achesak/nimrod-pastebin",
"method": "git",
"tags": ["library", "wrapper", "pastebin"],
"description": "Pastebin API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/achesak/nimrod-pastebin"
2013-10-06 17:24:25 -05:00
},
{
2013-10-06 17:24:57 -05:00
"name": "yahoo-weather",
2013-10-06 17:24:25 -05:00
"url": "git://github.com/achesak/nimrod-yahoo-weather",
"method": "git",
"tags": ["library", "wrapper", "weather"],
2013-10-06 17:25:42 -05:00
"description": "Yahoo! Weather API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/achesak/nimrod-yahoo-weather"
2013-10-08 19:56:42 -05:00
},
{
"name": "noaa",
"url": "git://github.com/achesak/nimrod-noaa",
"method": "git",
"tags": ["library", "wrapper", "weather"],
"description": "NOAA weather API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/achesak/nimrod-noaa"
2013-10-08 19:56:42 -05:00
},
{
"name": "rss",
"url": "git://github.com/achesak/nimrod-rss",
"method": "git",
"tags": ["library", "rss", "xml", "syndication"],
"description": "RSS library",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/achesak/nimrod-rss"
2013-10-12 20:14:01 -05:00
},
{
"name": "extmath",
"url": "git://github.com/achesak/extmath.nim",
"method": "git",
"tags": ["library", "math", "trigonometry"],
"description": "Nimrod math library",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/achesak/extmath.nim"
},
{
"name": "gtk2",
"url": "git://github.com/nimrod-code/gtk2",
"method": "git",
"tags": ["wrapper", "gui", "gtk"],
"description": "Wrapper for gtk2, a feature rich toolkit for creating graphical user interfaces",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/nimrod-code/gtk2"
},
{
"name": "cairo",
"url": "git://github.com/nimrod-code/cairo",
"method": "git",
"tags": ["wrapper"],
"description": "Wrapper for cairo, a vector graphics library with display and print output",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/nimrod-code/cairo"
},
{
"name": "x11",
"url": "git://github.com/nimrod-code/x11",
"method": "git",
"tags": ["wrapper"],
"description": "Wrapper for X11",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/nimrod-code/x11"
},
{
"name": "opengl",
"url": "git://github.com/nimrod-code/opengl",
"method": "git",
"tags": ["wrapper"],
"description": "High-level and low-level wrapper for OpenGL",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/nimrod-code/opengl"
},
{
"name": "lua",
"url": "git://github.com/nimrod-code/lua",
"method": "git",
"tags": ["wrapper"],
"description": "Wrapper to interface with the Lua interpreter",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/nimrod-code/lua"
},
{
"name": "tcl",
"url": "git://github.com/nimrod-code/tcl",
"method": "git",
"tags": ["wrapper"],
"description": "Wrapper for the TCL programming language",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/nimrod-code/tcl"
},
{
"name": "python",
"url": "git://github.com/nimrod-code/python",
"method": "git",
"tags": ["wrapper"],
"description": "Wrapper to interface with Python interpreter",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/nimrod-code/python"
2013-11-06 19:08:04 +01:00
},
2013-12-03 00:17:19 -06:00
{
"name": "NimBorg",
2014-02-12 14:04:22 +02:00
"url": "git://github.com/micklat/NimBorg",
"method": "git",
"tags": ["wrapper"],
2014-02-12 14:04:22 +02:00
"description": "High-level and low-level interfaces to python and lua",
"license": "MIT",
2014-02-12 14:04:22 +02:00
"web": "https://github.com/micklat/NimBorg"
},
2013-11-06 19:08:04 +01:00
{
"name": "ouroboros",
"url": "git://github.com/gradha/nimrod-ouroboros/",
"method": "git",
"tags": ["library", "embedded data", "appended data", "alchemy"],
"description": "API to read appended files from your own binary",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/gradha/nimrod-ouroboros"
2013-11-08 17:29:10 -06:00
},
{
"name": "sha1",
"url": "https://github.com/onionhammer/sha1",
"method": "git",
"tags": ["port", "hash", "sha1"],
"description": "SHA-1 produces a 160-bit (20-byte) hash value from arbitrary input",
"license": "BSD"
},
{
"name": "dropbox_filename_sanitizer",
"url": "git://github.com/gradha/dropbox_filename_sanitizer/",
"method": "git",
"tags": ["dropbox"],
"description": "Tool to clean up filenames shared on Dropbox",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/gradha/dropbox_filename_sanitizer/"
2013-11-27 17:48:45 -06:00
},
{
"name": "csv",
"url": "git://github.com/achesak/nimrod-csv",
"method": "git",
"tags": ["csv", "parsing", "stringify", "library"],
"description": "Library for parsing, stringifying, reading, and writing CSV (comma separated value) files",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/achesak/nimrod-csv"
2013-11-27 17:54:25 -06:00
},
{
"name": "geonames",
"url": "git://github.com/achesak/nimrod-geonames",
"method": "git",
"tags": ["library", "wrapper", "geography"],
"description": "GeoNames API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/achesak/nimrod-geonames"
2013-11-27 17:54:25 -06:00
},
{
"name": "gravatar",
"url": "git://github.com/achesak/nimrod-gravatar",
"method": "git",
"tags": ["library", "wrapper", "gravatar"],
"description": "Gravatar API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/achesak/nimrod-gravatar"
2013-11-27 17:54:25 -06:00
},
{
"name": "coverartarchive",
"url": "git://github.com/achesak/nimrod-cover-art-archive",
"method": "git",
"tags": ["library", "wrapper", "cover art", "music", "metadata"],
"description": "Cover Art Archive API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "http://github.com/achesak/nimrod-cover-art-archive"
2013-12-03 16:56:57 +01:00
},
{
"name": "nim-ogg",
"url": "https://bitbucket.org/BitPuffin/nim-ogg",
"method": "hg",
"tags": ["library", "wrapper", "binding", "audio", "sound", "video", "metadata", "media"],
"description": "Binding to libogg",
"license": "CC0"
2013-12-03 22:51:20 +01:00
},
{
"name": "nim-vorbis",
"url": "https://bitbucket.org/BitPuffin/nim-vorbis",
"method": "hg",
"tags": ["library", "wrapper", "binding", "audio", "sound", "metadata", "media"],
2013-12-03 22:04:26 +00:00
"description": "Binding to libvorbis",
2013-12-03 22:51:20 +01:00
"license": "CC0"
2013-12-04 20:33:31 +01:00
},
{
"name": "nim-portaudio",
"url": "https://bitbucket.org/BitPuffin/nim-portaudio",
"method": "hg",
"tags": ["library", "wrapper", "binding", "audio", "sound", "media", "io"],
"description": "Binding to portaudio",
"license": "CC0"
2013-12-08 14:39:38 -05:00
},
{
"name": "commandeer",
"url": "git://github.com/fenekku/commandeer",
"method": "git",
"tags": ["library", "commandline", "arguments", "switches", "parsing", "options"],
"description": "Provides a small command line parsing DSL (domain specific language)",
"license": "MIT"
},
2013-12-08 22:11:51 +01:00
{
"name": "scrypt.nim",
"url": "https://bitbucket.org/BitPuffin/scrypt.nim",
"method": "hg",
"tags": ["library", "wrapper", "binding", "crypto", "cryptography", "hash", "password", "security"],
"description": "Binding and utilities for scrypt",
"license": "CC0"
},
{
"name": "bloom",
"url": "git://github.com/boydgreenfield/nimrod-bloom/",
"method": "git",
"tags": ["Bloom filter", "Bloom", "probabilistic", "data structure", "set membership", "MurmurHash", "MurmurHash3"],
"description": "Efficient Bloom filter implementation in Nimrod using MurmurHash3.",
"license": "MIT",
"web": "https://www.github.com/boydgreenfield/nimrod-bloom/"
2013-12-12 23:05:19 +01:00
},
{
"name": "objcbridge",
"url": "git://github.com/gradha/nimrod-objective-c-bridge/",
"method": "git",
"tags": ["objc", "objective-c", "bridge", "macros", "integration"],
"description": "Macros to interface with Objective-C.",
"license": "MIT",
"web": "https://github.com/gradha/nimrod-objective-c-bridge/"
2013-12-21 20:21:54 +01:00
},
{
"name": "awesome_rmdir",
"url": "git://github.com/gradha/awesome_rmdir/",
"method": "git",
"tags": ["rmdir", "awesome", "commandline"],
"description": "Command to remove acceptably empty directories.",
"license": "MIT",
"web": "https://github.com/gradha/awesome_rmdir/"
2014-01-27 12:30:14 -05:00
},
{
"name": "nimalpm",
"url": "git://github.com/barcharcraz/nimalpm/",
"method": "git",
"tags": ["alpm", "wrapper", "binding", "library"],
"description": "A nimrod wrapper for libalpm",
"license": "GPLv2",
"web": "https://www.github.com/barcharcraz/nimalpm/"
2014-02-23 16:54:12 -05:00
},
{
"name": "nimlibpng",
2014-02-23 20:09:11 -05:00
"url":"git://github.com/barcharcraz/nimlibpng",
2014-02-23 16:54:12 -05:00
"method": "git",
"tags": ["png", "wrapper", "library", "libpng", "image"],
"description": "Nimrod wrapper for the libpng library",
"license": "libpng",
"web": "https://github.com/barcharcraz/nimlibpng"
2014-03-01 17:58:27 -06:00
},
{
"name":"sdl2",
"url":"git://github.com/nimrod-code/sdl2",
"method":"git",
"tags":["wrapper","media","audio","video"],
"description":"Wrapper for SDL 2.x",
"license":"MIT",
"web":"https://github.com/nimrod-code/sdl2"
},
2013-11-27 17:54:25 -06:00
2014-03-08 01:41:21 -05:00
{
2014-03-09 01:44:17 -05:00
"name":"assimp",
2014-03-08 01:41:21 -05:00
"url":"git://github.com/barcharcraz/nim-assimp",
"method":"git",
"tags":["wrapper","media","mesh","import","game"],
"description":"Wrapper for the assimp library",
"license":"MIT",
"web":"https://github.com/barcharcraz/nim-assimp"
},
{
2014-03-09 01:44:17 -05:00
"name":"freeimage",
"url":"git://github.com/barcharcraz/nim-freeimage",
"method":"git",
"tags":["wrapper","media","image","import","game"],
"description":"Wrapper for the FreeImage library",
"license":"MIT",
"web":"https://github.com/barcharcraz/nim-freeimage"
},
2014-03-11 16:18:52 -07:00
{
"name": "bcrypt",
"url": "git://github.com/ithkuil/bcryptnim/",
"method": "git",
"tags": ["hash", "crypto", "password", "bcrypt", "library"],
"description": "Wraps the bcrypt (blowfish) library for creating encrypted hashes (useful for passwords)",
"license": "BSD",
"web": "https://www.github.com/ithkuil/bcryptnim/"
}
2012-12-09 22:05:29 +02:00
]