packages/packages.json

908 lines
27 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
2014-05-25 18:21:42 -05:00
{
"name": "templates",
"url": "https://github.com/onionhammer/nim-templates.git",
"method": "git",
"tags": ["web", "html", "template"],
"description": "A simple string templating library for Nimrod.",
"license": "BSD",
"web": "https://github.com/onionhammer/nim-templates"
2014-05-25 18:24:00 -05:00
},
2014-05-25 18:21:42 -05: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
},
2014-06-28 23:28:48 +02:00
{
"name": "c2nim",
"url": "git://github.com/nimrod-code/c2nim",
"method": "git",
2014-06-29 02:16:03 +02:00
"tags": ["app", "binary", "tool", "header", "C", "nimrod"],
2014-06-28 23:28:48 +02:00
"description": "c2nim is a tool to translate Ansi C code to Nimrod.",
"license": "MIT",
"web": "https://github.com/nimrod-code/c2nim"
},
{
"name": "pas2nim",
"url": "git://github.com/nimrod-code/pas2nim",
"method": "git",
2014-06-29 02:16:03 +02:00
"tags": ["app", "binary", "tool", "Pascal", "nimrod"],
2014-06-28 23:28:48 +02:00
"description": "pas2nim is a tool to translate Pascal code to Nimrod.",
"license": "MIT",
"web": "https://github.com/nimrod-code/pas2nim"
},
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
},
{
"name": "clibpp",
"url": "https://github.com/onionhammer/clibpp.git",
"method": "git",
"tags": ["import", "C++", "library", "wrap"],
"description": "Easy way to 'Mock' C++ interface",
"license": "MIT",
"web": "https://github.com/onionhammer/clibpp"
},
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/"
2014-03-16 21:08:32 +00:00
},
{
"name": "opencl",
"url": "git://github.com/nimrod-code/opencl",
"method": "git",
"tags": ["library"],
"description": "Low-level wrapper for OpenCL",
"license": "MIT",
"web": "https://github.com/nimrod-code/opencl"
},
{
"name": "DevIL",
"url": "git://github.com/Varriount/DevIL",
"method": "git",
2014-03-20 21:26:22 -04:00
"tags": ["image", "library", "graphics", "wrapper"],
"description": "Wrapper for the DevIL image library",
"license": "MIT",
"web": "https://github.com/Varriount/DevIL"
2014-03-22 02:10:19 -05:00
},
{
"name":"signals",
"url":"git://github.com/fowlmouth/signals.nim",
"method":"git",
"tags":["event-based","observer pattern","library"],
"description":"Signals/slots library.",
"license":"MIT",
"web":"https://github.com/fowlmouth/signals.nim"
2014-03-22 19:39:26 +01:00
},
{
"name": "number_files",
"url": "git://github.com/gradha/number_files/",
"method": "git",
"tags": ["rename", "filename", "finder"],
"description": "Command to add counter suffix/prefix to a list of files.",
"license": "MIT",
"web": "https://github.com/gradha/number_files/"
2014-03-22 19:02:53 -07:00
},
{
"name": "redissessions",
"url": "git://github.com/ithkuil/redissessions/",
"method": "git",
"tags": ["jester", "sessions", "redis"],
"description": "Redis-backed sessions for jester",
"license": "MIT",
"web": "https://github.com/ithkuil/redissessions/"
},
{
"name":"horde3d",
"url":"git://github.com/fowlmouth/horde3d",
"method":"git",
"tags":["graphics","3d","rendering","wrapper"],
"description":"Wrapper for Horde3D, a small open source 3D rendering engine.",
"license":"WTFPL",
"web":"https://github.com/fowlmouth/horde3d"
},
2014-03-24 20:03:19 -05:00
{
"name":"mongo",
"url":"git://github.com/nimrod-code/mongo",
"method":"git",
"tags":["library","wrapper","database"],
"description":"Bindings and a high-level interface for MongoDB",
"license":"MIT",
"web":"https://github.com/nimrod-code/mongo"
},
2014-03-25 02:58:39 -05:00
{
"name":"allegro5",
"url":"git://github.com/fowlmouth/allegro5",
"method":"git",
"tags":["wrapper","graphics","games","opengl","audio"],
"description":"Wrapper for Allegro version 5.X",
"license":"MIT",
"web":"https://github.com/fowlmouth/allegro5"
},
2014-03-27 14:46:06 -05:00
{
"name":"physfs",
"url":"git://github.com/fowlmouth/physfs",
"method":"git",
"tags":["wrapper","filesystem","archives"],
"description":"A library to provide abstract access to various archives.",
"license":"WTFPL",
"web":"https://github.com/fowlmouth/physfs"
2014-04-25 20:32:23 -05:00
},
{
"name":"shoco",
"url":"https://github.com/onionhammer/shoconim.git",
"method":"git",
"tags":["compression","shoco"],
"description":"A fast compressor for short strings",
"license": "MIT",
2014-04-26 11:46:48 -05:00
"web":"https://github.com/onionhammer/shoconim"
},
{
"name":"murmur3",
"url":"git://github.com/boydgreenfield/nimrod-murmur/",
"method":"git",
"tags":["MurmurHash","MurmurHash3", "murmur", "hash", "hashing"],
"description":"A simple MurmurHash3 wrapper for Nimrod",
"license": "MIT",
"web":"https://github.com/boydgreenfield/nimrod-murmur/"
},
{
"name":"hex",
"url":"https://github.com/esbullington/nimrod-hex",
"method":"git",
"tags":["hex","encoding"],
"description":"A simple hex package for Nimrod",
"license": "MIT",
"web":"https://github.com/esbullington/nimrod-hex"
2014-05-20 22:27:41 +02:00
},
2014-05-29 21:25:59 +02:00
{
"name":"strfmt",
"url": "https://bitbucket.org/lyro/strfmt",
"method": "hg",
"tags":["library"],
"description":"A string formatting library inspired by Python's `format`.",
"license": "MIT",
"web": "https://lyro.bitbucket.org/strfmt"
},
2014-05-20 22:27:41 +02:00
{
"name":"jade-nim",
"url":"git://github.com/idlewan/jade-nim",
"method":"git",
"tags":["template","jade","web","dsl","html"],
"description":"Compiles jade templates to Nimrod procedures.",
"license": "MIT",
"web":"https://github.com/idlewan/jade-nim"
2014-06-02 19:19:34 +02:00
},
{
"name":"gh_nimrod_doc_pages",
"url": "git://github.com/gradha/gh_nimrod_doc_pages",
"method": "git",
"tags":["commandline", "web", "automation", "documentation"],
"description":"Generates a GitHub documentation website for Nimrod projects.",
"license": "MIT",
"web": "http://gradha.github.io/gh_nimrod_doc_pages/"
2014-06-14 01:46:50 +02:00
},
{
"name":"midnight_dynamite",
"url": "git://github.com/gradha/midnight_dynamite",
"method": "git",
"tags":["wrapper", "library", "html", "markdown", "md"],
"description":"Wrapper for the markdown rendering hoedown library",
"license": "MIT",
"web": "http://gradha.github.io/midnight_dynamite/"
2014-06-15 00:01:02 +02:00
},
2014-06-14 12:06:13 +02:00
{
"name": "rsvg",
"url": "git://github.com/def-/rsvg",
"method": "git",
"tags": ["wrapper", "library", "graphics"],
2014-06-14 22:14:12 -04:00
"description": "Wrapper for librsvg, a Scalable Vector Graphics (SVG) rendering library",
2014-06-14 12:06:13 +02:00
"license": "MIT",
"web": "https://github.com/def-/rsvg"
2014-06-26 22:17:25 +02:00
},
{
"name": "emerald",
"url": "git://github.com/flyx/emerald",
"method": "git",
"tags": ["dsl", "html", "template", "web"],
"description": "macro-based HTML templating engine",
"license": "WTFPL",
"web": "https://github.com/flyx/emerald"
},
2014-06-30 11:44:59 -04:00
{
"name": "vectors",
"url": "git://github.com/blamestross/nimrod-vectors",
"method": "git",
"tags": ["math", "vectors","library"],
"description": "Simple multidimensional vector math",
"license": "MIT",
"web": "https://github.com/blamestross/nimrod-vectors"
2014-07-19 12:17:52 -07:00
},
{
"name": "bitarray",
"url": "git://github.com/refgenomics/nimrod-bitarray/",
"method": "git",
"tags": ["Bit arrays", "Bit sets", "Bit vectors", "Data structures"],
"description": "mmap-backed bitarray implementation in Nimrod..",
"license": "MIT",
"web": "https://www.github.com/refgenomics/nimrod-bitarray/"
2014-07-20 20:19:25 +01:00
},
{
"name": "appdirs",
2014-07-20 21:09:00 +01:00
"url": "git://github.com/MrJohz/appdirs",
2014-07-20 20:19:25 +01:00
"method": "git",
"tags": ["utility", "filesystem"],
"description": "A utility library to find the directory you need to app in.",
"license": "MIT",
"web": "https://github.com/MrJohz/appdirs"
2014-07-21 20:24:01 +02:00
},
{
"name": "nim-sndfile",
"url": "git://github.com/julienaubert/nim-sndfile",
"method": "git",
"tags": ["audio", "wav", "wrapper", "libsndfile"],
"description": "A wrapper of libsndfile",
"license": "MIT",
"web": "https://github.com/julienaubert/nim-sndfile"
2014-07-22 22:14:53 +02:00
},
{
"name": "bigints",
"url": "git://github.com/def-/bigints",
"method": "git",
"tags": ["math", "library", "numbers"],
"description": "Arbitrary-precision integers",
"license": "MIT",
"web": "https://github.com/def-/bigints"
},
{
"name": "iterutils",
"url": "git://github.com/def-/iterutils",
"method": "git",
"tags": ["library", "iterators"],
"description": "Functional operations for iterators and slices, similar to sequtils",
"license": "MIT",
"web": "https://github.com/def-/iterutils"
2014-07-27 14:37:28 +02:00
},
{
"name": "hastyscribe",
"url": "git://github.com/h3rald/hastyscribe",
"method": "git",
"tags": ["markdown", "html", "publishing"],
"description": "Self-contained markdown compiler generating self-contained HTML documents",
"license": "MIT",
"web": "https://h3rald.com/hastyscribe"
2014-07-31 20:59:41 +02:00
},
{
"name": "nim-nanomsg",
"url": "git://github.com/def-/nim-nanomsg",
"method": "git",
"tags": ["library", "wrapper", "networking"],
"description": "Wrapper for the nanomsg socket library that provides several common communication patterns",
"license": "MIT",
"web": "https://github.com/def-/nim-nanomsg"
2014-08-02 10:46:37 -04:00
},
{
2014-08-02 15:05:50 -04:00
"name": "directnimrod",
2014-08-02 10:46:37 -04:00
"url": "https://bitbucket.org/barcharcraz/directnimrod",
"method": "git",
"tags": ["library", "wrapper", "graphics", "windows"],
"description": "Wrapper for microsoft's DirectX libraries",
"license": "MS-PL",
"web": "https://bitbucket.org/barcharcraz/directnimrod"
2014-08-02 20:25:15 -05:00
},
{
"name": "imghdr",
"url": "git://gitub.com/achesak/nimrod-imghdr",
"method": "git",
"tags": ["image", "formats", "files"],
"description": "Library for detecting the format of an image",
"license": "MIT",
"web": "https://github.com/achesak/nimrod-imghdr"
},
{
"name": "csv2json",
"url": "git://github.com/achesak/nimrod-csv2json",
"method": "git",
"tags": ["csv", "json"],
"description": "Convert CSV files to JSON",
"license": "MIT",
"web": "https://github.com/achesak/nimrod-csv2json"
2014-08-03 13:22:48 -04:00
},
{
"name": "vecmath",
"url": "git://github.com/barcharcraz/vecmath",
"method": "git",
"tags": ["library", "math", "vector"],
"description": "various vector maths utils for nimrod",
"license": "MIT",
"web": "https://github.com/barcharcraz/vecmath"
2014-08-09 16:20:24 +02:00
},
{
"name": "lazy_rest",
"url": "git://github.com/gradha/lazy_rest",
"method": "git",
"tags": ["library", "rst", "rest", "text", "html"],
"description": "Simple reST HTML generation with some extras.",
"license": "MIT",
"web": "https://github.com/gradha/lazy_rest"
2014-08-11 13:51:09 -04:00
},
{
"name": "Phosphor",
"url": "git://github.com/barcharcraz/Phosphor",
"method": "git",
"tags": ["library", "opengl", "graphics"],
"description": "eaiser use of OpenGL and GLSL shaders",
"license": "MIT",
"web": "https://github.com/barcharcraz/Phosphor"
2014-08-12 20:38:55 -05:00
},
{
"name": "colorsys",
"url": "git://github.com/achesak/nimrod-colorsys",
"method": "git",
"tags": ["library", "colors", "rgb", "yiq", "hls", "hsv"],
"description": "Convert between RGB, YIQ, HLS, and HSV color systems.",
"license": "MIT",
"web": "https://github.com/achesak/nimrod-colorsys"
},
{
"name": "pythonfile",
2014-08-12 20:40:30 -05:00
"url: "git://github.com/achesak/nimrod-pythonfile",
2014-08-12 20:38:55 -05:00
"method": "git",
"tags": ["library", "python", "files", "file"],
"description": "Wrapper of the file procedures to provide an interface as similar as possible to that of Python",
"license": "MIT",
"web": "https://github.com/achesak/nimrod-pythonfile"
2014-06-30 11:44:59 -04:00
}
2012-12-09 22:05:29 +02:00
]