packages/packages.json

1304 lines
40 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 pure 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.",
"license": "zlib",
2013-11-07 21:13:57 +01:00
"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
},
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
},
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
},
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
},
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-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
},
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
},
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
},
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
},
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
},
2013-10-05 16:43:57 +01:00
{
2014-12-26 18:52:12 +00:00
"name": "nimble",
"url": "git://github.com/nim-lang/nimble",
2013-10-05 16:43:57 +01:00
"method": "git",
"tags": ["app", "binary", "package", "manager"],
2014-12-26 18:52:12 +00:00
"description": "Nimble package manager",
2013-11-07 21:13:57 +01:00
"license": "BSD",
2014-12-26 18:52:12 +00:00
"web": "https://github.com/nim-lang/nimble"
2013-10-05 16:43:57 +01:00
},
{
"name": "aporia",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/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",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/Aporia"
2013-10-05 18:20:32 +01:00
},
2014-06-28 23:28:48 +02:00
{
"name": "c2nim",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/c2nim",
2014-06-28 23:28:48 +02:00
"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",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/c2nim"
2014-06-28 23:28:48 +02:00
},
{
"name": "pas2nim",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/pas2nim",
2014-06-28 23:28:48 +02:00
"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",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/pas2nim"
2014-06-28 23:28:48 +02:00
},
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",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-pastebin",
2013-10-06 17:16:22 -05:00
"method": "git",
"tags": ["library", "wrapper", "pastebin"],
"description": "Pastebin API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-pastebin"
2013-10-06 17:24:25 -05:00
},
2013-10-06 17:24:25 -05:00
{
2015-01-02 12:18:24 -06:00
"name": "yahooweather",
"url": "git://github.com/achesak/nim-yahooweather",
2013-10-06 17:24:25 -05:00
"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",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-yahooweather"
2013-10-08 19:56:42 -05:00
},
2013-10-08 19:56:42 -05:00
{
"name": "noaa",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-noaa",
2013-10-08 19:56:42 -05:00
"method": "git",
"tags": ["library", "wrapper", "weather"],
"description": "NOAA weather API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-noaa"
2013-10-08 19:56:42 -05:00
},
2013-10-08 19:56:42 -05:00
{
"name": "rss",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-rss",
2013-10-08 19:56:42 -05:00
"method": "git",
"tags": ["library", "rss", "xml", "syndication"],
"description": "RSS library",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-rss"
2013-10-12 20:14:01 -05:00
},
2013-10-12 20:14:01 -05:00
{
"name": "extmath",
"url": "git://github.com/achesak/extmath.nim",
"method": "git",
"tags": ["library", "math", "trigonometry"],
2015-01-02 12:18:24 -06:00
"description": "Nim math library",
2013-11-07 21:13:57 +01:00
"license": "MIT",
"web": "https://github.com/achesak/extmath.nim"
},
{
"name": "gtk2",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/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",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/gtk2"
},
{
"name": "cairo",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/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",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/cairo"
},
{
"name": "x11",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/x11",
"method": "git",
"tags": ["wrapper"],
"description": "Wrapper for X11",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/x11"
},
{
"name": "opengl",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/opengl",
"method": "git",
"tags": ["wrapper"],
"description": "High-level and low-level wrapper for OpenGL",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/opengl"
},
{
"name": "lua",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/lua",
"method": "git",
"tags": ["wrapper"],
"description": "Wrapper to interface with the Lua interpreter",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/lua"
},
{
"name": "tcl",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/tcl",
"method": "git",
"tags": ["wrapper"],
"description": "Wrapper for the TCL programming language",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/tcl"
},
{
"name": "python",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/python",
"method": "git",
"tags": ["wrapper"],
"description": "Wrapper to interface with Python interpreter",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/python"
2013-11-06 19:08:04 +01: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",
2015-01-30 22:42:11 +01:00
"url": "git://github.com/gradha/nim-ouroboros/",
2013-11-06 19:08:04 +01:00
"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",
2015-01-30 22:42:11 +01:00
"web": "https://github.com/gradha/nim-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
},
2013-11-27 17:48:45 -06:00
{
"name": "csv",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-csv",
2013-11-27 17:48:45 -06:00
"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",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-csv"
2013-11-27 17:54:25 -06:00
},
2013-11-27 17:54:25 -06:00
{
"name": "geonames",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-geonames",
2013-11-27 17:54:25 -06:00
"method": "git",
"tags": ["library", "wrapper", "geography"],
"description": "GeoNames API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-geonames"
2013-11-27 17:54:25 -06:00
},
2013-11-27 17:54:25 -06:00
{
"name": "gravatar",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-gravatar",
2013-11-27 17:54:25 -06:00
"method": "git",
"tags": ["library", "wrapper", "gravatar"],
"description": "Gravatar API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-gravatar"
2013-11-27 17:54:25 -06:00
},
2013-11-27 17:54:25 -06:00
{
"name": "coverartarchive",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-coverartarchive",
2013-11-27 17:54:25 -06:00
"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",
2015-01-02 12:18:24 -06:00
"web": "http://github.com/achesak/nim-coverartarchive"
2013-12-03 16:56:57 +01:00
},
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
},
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
},
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)",
2015-02-26 22:52:39 +01:00
"license": "MIT",
"web": "https://github.com/fenekku/commandeer"
},
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
},
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
},
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
},
2014-03-01 17:58:27 -06:00
{
"name":"sdl2",
2014-12-05 18:00:52 +01:00
"url":"git://github.com/nim-lang/sdl2",
2014-03-01 17:58:27 -06:00
"method":"git",
"tags":["wrapper","media","audio","video"],
"description":"Wrapper for SDL 2.x",
"license":"MIT",
2014-12-05 18:00:52 +01:00
"web":"https://github.com/nim-lang/sdl2"
2014-03-01 17:58:27 -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",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/opencl",
2014-03-16 21:08:32 +00:00
"method": "git",
"tags": ["library"],
"description": "Low-level wrapper for OpenCL",
"license": "MIT",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/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",
2014-12-05 18:00:52 +01:00
"url":"git://github.com/nim-lang/mongo",
2014-03-24 20:03:19 -05:00
"method":"git",
"tags":["library","wrapper","database"],
"description":"Bindings and a high-level interface for MongoDB",
"license":"MIT",
2014-12-05 18:00:52 +01:00
"web":"https://github.com/nim-lang/mongo"
2014-03-24 20:03:19 -05:00
},
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",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-imghdr",
2014-08-02 20:25:15 -05:00
"method": "git",
"tags": ["image", "formats", "files"],
"description": "Library for detecting the format of an image",
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-imghdr"
2014-08-02 20:25:15 -05:00
},
{
"name": "csv2json",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-csv2json",
2014-08-02 20:25:15 -05:00
"method": "git",
"tags": ["csv", "json"],
"description": "Convert CSV files to JSON",
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-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",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-colorsys",
2014-08-12 20:38:55 -05:00
"method": "git",
"tags": ["library", "colors", "rgb", "yiq", "hls", "hsv"],
"description": "Convert between RGB, YIQ, HLS, and HSV color systems.",
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-colorsys"
2014-08-12 20:38:55 -05:00
},
{
"name": "pythonfile",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-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",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-pythonfile"
},
{
"name": "sndhdr",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-sndhdr",
"method": "git",
"tags": ["library", "formats", "files", "sound", "audio"],
"description": "Library for detecting the format of a sound file",
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-sndhdr"
2014-08-17 19:17:32 +01:00
},
{
"name": "irc",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/irc",
2014-08-17 19:17:32 +01:00
"method": "git",
"tags": ["library", "irc", "network"],
"description": "Implements a simple IRC client.",
"license": "MIT",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/irc"
2014-08-25 17:41:20 +03:00
},
{
"name": "random",
2015-01-19 12:36:02 +02:00
"url": "git://github.com/BlaXpirit/nim-random",
2014-08-25 17:41:20 +03:00
"method": "git",
"tags": ["library", "algorithms", "random"],
"description": "Pseudo-random number generation library inspired by Python",
"license": "MIT",
2015-01-19 12:36:02 +02:00
"web": "https://github.com/BlaXpirit/nim-random"
2014-08-30 20:31:40 +02:00
},
{
"name": "zmq",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/nim-zmq",
2014-08-30 20:31:40 +02:00
"method": "git",
"tags": ["library", "wrapper", "zeromq", "messaging", "queue"],
"description": "ZeroMQ 4 wrapper",
"license": "MIT",
2014-12-05 18:00:52 +01:00
"web": "https://github.com/nim-lang/nim-zmq"
2014-08-30 22:10:54 +02:00
},
{
"name": "uuid",
"url": "git://github.com/idlewan/nim-uuid",
"method": "git",
"tags": ["library", "wrapper", "uuid"],
"description": "UUID wrapper",
"license": "MIT",
"web": "https://github.com/idlewan/nim-uuid"
2014-09-03 09:41:28 -05:00
},
{
"name": "robotparser",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-robotparser",
2014-09-03 09:41:28 -05:00
"method": "git",
"tags": ["library", "useragent", "robots", "robot.txt"],
"description": "Determine if a useragent can access a URL using robots.txt",
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-robotparser"
2014-09-26 19:03:15 -05:00
},
{
"name": "epub",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-epub",
2014-09-26 19:03:15 -05:00
"method": "git",
"tags": ["library", "epub", "e-book"],
"description": "Module for working with EPUB e-book files",
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-epub"
2014-09-26 19:03:15 -05:00
},
{
"name": "hashids",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-hashids",
2014-09-26 19:03:15 -05:00
"method": "git",
"tags": ["library", "hashids"],
2015-01-02 12:18:24 -06:00
"description": "Nim implementation of Hashids",
2014-09-26 19:03:15 -05:00
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-hashids"
2014-10-12 02:08:22 +01:00
},
{
"name": "openssl_evp",
"url": "git://github.com/cowboy-coders/nim-openssl-evp",
"method": "git",
"tags": ["library", "crypto", "openssl"],
"description": "Wrapper for OpenSSL's EVP interface",
"license": "OpenSSL License and SSLeay License",
"web": "https://github.com/cowboy-coders/nim-openssl-evp"
2014-10-17 22:06:29 -05:00
},
{
"name": "monad",
"url": "git://github.com/superfunc/monad",
"method": "git",
"tags": ["library", "functional", "monad", "functor"],
"description": "basic monadic data types for Nim",
"license": "BSD3",
2015-01-02 11:14:25 +01:00
"web": "https://github.com/superfunc/monad"
2014-10-19 21:18:17 -04:00
},
{
"name": "eternity",
"url": "git://github.com/hiteshjasani/nim-eternity",
"method": "git",
"tags": ["library", "time", "format"],
"description": "Humanize elapsed time",
"license": "MIT",
"web": "https://github.com/hiteshjasani/nim-eternity"
2014-10-27 19:38:08 +00:00
},
{
"name": "gmp",
"url": "git://github.com/cowboy-coders/nim-gmp",
"method": "git",
"tags": ["library", "bignum", "numbers", "math"],
"description": "wrapper for the GNU multiple precision arithmetic library (GMP)",
"license": "LGPLv3 or GPLv2",
"web": "https://github.com/cowboy-coders/nim-gmp"
2014-11-14 19:12:59 +01:00
},
{
"name": "ludens",
"url": "git://github.com/rnentjes/nim-ludens",
"method": "git",
"tags": ["library", "game", "opengl", "sfml"],
"description": "Little game library using opengl and sfml",
"license": "MIT",
"web": "https://github.com/rnentjes/nim-ludens"
},
2014-11-13 22:47:28 -06:00
{
"name": "ffbookmarks",
2015-01-02 12:18:24 -06:00
"url": "git://github.com/achesak/nim-ffbookmarks",
2014-11-13 22:47:28 -06:00
"method": "git",
"tags": ["firefox", "bookmarks", "library"],
"description": "Nim module for working with Firefox bookmarks",
"license": "MIT",
2015-01-02 12:18:24 -06:00
"web": "https://github.com/achesak/nim-ffbookmarks"
},
{
"name": "moustachu",
"url": "https://github.com/fenekku/moustachu.git",
"method": "git",
"tags": ["web", "html", "template", "mustache"],
"description": "Mustache templating for Nimrod.",
"license": "MIT",
"web": "https://github.com/fenekku/moustachu"
2014-12-07 14:36:00 -05:00
},
{
"name": "easy-bcrypt",
"url": "https://github.com/flaviut/easy-bcrypt.git",
"method": "git",
"tags": ["hash", "crypto", "password", "bcrypt"],
"description": "simple wrapper providing a convenient interface for the bcrypt password hashing algorithm",
"license": "CC0",
"web": "https://github.com/flaviut/easy-bcrypt/blob/master/easy-bcrypt.nimble"
2014-12-15 23:51:42 +00:00
},
{
"name": "nim-libclang",
"url": "https://github.com/cowboy-coders/nim-libclang.git",
"method": "git",
"tags": ["wrapper", "bindings", "clang"],
"description": "wrapper for libclang (the C-interface of the clang LLVM frontend)",
"license": "MIT",
"web": "https://github.com/cowboy-coders/nim-libclang"
2014-12-29 16:03:54 +01:00
},
{
2015-03-02 20:46:24 +01:00
"name": "nimqml",
"url": "git://github.com/filcuc/nimqml",
2014-12-29 16:03:54 +01:00
"method": "git",
"tags": ["Qt", "Qml", "UI", "GUI"],
"description": "Qt Qml bindings",
"license": "GPLv3",
"web": "https://github.com/filcuc/nimqml"
},
{
"name": "XPLM-Nim",
2014-12-29 18:40:32 -06:00
"url": "git://github.com/jpoirier/XPLM-Nim",
"method": "git",
"tags": ["X-Plane", "XPLM", "Plugin", "SDK"],
"description": "X-Plane XPLM SDK wrapper",
"license": "BSD",
"web": "https://github.com/jpoirier/XPLM-Nim"
2015-01-12 15:02:23 -06:00
},
2015-01-07 01:46:42 +02:00
{
"name": "csfml",
"url": "git://github.com/BlaXpirit/nim-csfml",
"method": "git",
"tags": ["sfml", "binding", "game", "media", "library", "opengl"],
"description": "Bindings for Simple and Fast Multimedia Library (through CSFML)",
"license": "zlib",
"web": "https://github.com/BlaXpirit/nim-csfml"
2015-01-10 13:53:36 -05:00
},
{
"name": "optional_t",
"url": "git://github.com/flaviut/optional_t",
"method": "git",
"tags": ["option", "functional"],
"description": "Basic Option[T] library",
"license": "MIT",
"web": "https://github.com/flaviut/optional_t"
2015-01-12 19:37:40 -06:00
},
2015-01-12 15:02:23 -06:00
{
"name": "nimrtlsdr",
"url": "git://github.com/jpoirier/nimrtlsdr",
"method": "git",
"tags": ["rtl-sdr", "wrapper", "bindings", "rtlsdr"],
"description": "A Nim wrapper for librtlsdr",
"license": "BSD",
"web": "https://github.com/jpoirier/nimrtlsdr"
2015-01-16 21:23:11 +00:00
},
{
"name": "lapp",
"url": "https://gitlab.3dicc.com/gokr/lapp.git",
"method": "git",
"tags": ["args", "cmd", "opt", "parse", "parsing"],
"description": "Opt parser using synopsis as specification, ported from Lua.",
"license": "MIT",
"web": "https://gitlab.3dicc.com/gokr/lapp"
},
{
"name": "blimp",
"url": "https://gitlab.3dicc.com/gokr/blimp.git",
"method": "git",
"tags": ["app", "binary", "utility", "git", "git-fat"],
"description": "Utility that helps with big files in git, very similar to git-fat, s3annnex etc.",
"license": "MIT",
"web": "https://gitlab.3dicc.com/gokr/blimp"
2015-01-16 21:55:59 +00:00
},
{
"name": "parsetoml",
"url": "https://github.com/ziotom78/parsetoml.git",
"method": "git",
"tags": ["library", "nim"],
"description": "Library for parsing TOML files.",
"license": "MIT",
"web": "https://github.com/ziotom78/parsetoml"
},
2015-01-16 21:55:59 +00:00
{
"name": "compiler",
"url": "https://github.com/Araq/Nim.git",
"method": "git",
"tags": ["library", "nim"],
"description": "Compiler package providing the compiler sources as a library.",
"license": "MIT",
"web": "https://github.com/Araq/Nim"
2015-01-18 14:01:39 -05:00
},
{
"name": "nre",
"url": "https://github.com/flaviut/nre.git",
"method": "git",
"tags": ["library", "pcre", "regex"],
"description": "A better regular expression library",
"license": "MIT",
"web": "https://github.com/flaviut/nre"
2015-01-19 12:08:10 +02:00
},
{
"name": "docopt",
"url": "git://github.com/docopt/docopt.nim",
"method": "git",
"tags": ["commandline", "arguments", "parsing", "library"],
"description": "Command-line args parser based on Usage message",
"license": "MIT",
"web": "https://github.com/docopt/docopt.nim"
2015-01-23 01:59:23 +01:00
},
{
"name": "bpg",
"url": "git://github.com/def-/nim-bpg.git",
"method": "git",
"tags": ["image", "library", "wrapper"],
"description": "BPG (Better Portable Graphics) for Nim",
"license": "MIT",
"web": "https://github.com/def-/nim-bpg"
2015-01-27 00:41:53 -05:00
},
{
"name": "io-spacenav",
"url": "git://github.com/nimious/io-spacenav.git",
"method": "git",
"tags": ["binding", "3dx", "3dconnexion", "libspnav", "spacenav", "spacemouse", "spacepilot", "spacenavigator"],
"description": "Bindings for libspnav, the free 3Dconnexion device driver",
"license": "MIT",
"web": "https://github.com/nimious/io-spacenav"
2015-02-04 00:45:05 -08:00
},
{
"name": "optionals",
2015-02-04 05:45:43 -08:00
"url": "https://github.com/MasonMcGill/optionals.git",
2015-02-04 00:45:05 -08:00
"method": "git",
2015-02-04 13:42:35 -08:00
"tags": ["library", "option", "optional", "maybe"],
2015-02-04 00:45:05 -08:00
"description": "Option types",
"license": "MIT",
"web": "http://www.vision.caltech.edu/~mmcgill/optionals.html"
2015-02-04 13:42:35 -08:00
},
{
"name": "tuples",
"url": "https://github.com/MasonMcGill/tuples.git",
"method": "git",
"tags": ["library", "tuple", "metaprogramming"],
"description": "Tuple manipulation utilities",
"license": "MIT",
"web": "http://www.vision.caltech.edu/~mmcgill/tuples.html"
},
{
"name": "fuse",
"url": "https://github.com/akiradeveloper/nim-fuse.git",
"method": "git",
"tags": ["fuse", "library", "wrapper"],
"description": "A FUSE binding for Nim",
"license": "MIT",
2015-02-07 04:03:58 +01:00
"web": "https://github.com/akiradeveloper/nim-fuse"
2015-02-06 22:00:15 -05:00
},
{
"name": "brainfuck",
2015-02-07 04:03:58 +01:00
"url": "https://github.com/def-/nim-brainfuck.git",
2015-02-06 22:00:15 -05:00
"method": "git",
"tags": ["library", "binary", "app", "interpreter", "compiler", "language"],
"description": "A brainfuck interpreter and compiler",
"license": "MIT",
"web": "https://github.com/def-/nim-brainfuck"
2015-02-10 18:14:38 -05:00
},
{
"name": "nimsuggest",
"url": "https://github.com/nim-lang/nimsuggest.git",
"method": "git",
"tags": ["binary", "app", "suggest", "compiler", "autocomplete", "nim"],
"description": "Tool for providing auto completion data for Nim source code.",
"license": "MIT",
"web": "https://github.com/nim-lang/nimsuggest"
},
{
"name": "jwt",
"url": "https://github.com/ekarlso/nim-jwt.git",
"method": "git",
"tags": ["library", "crypto", "hash"],
"description": "JSON Web Tokens for Nim",
"license": "MIT",
"web": "https://github.com/ekarlso/nim-jwt"
2015-02-12 19:53:11 -06:00
},
{
"name": "pythonpathlib",
"url": "git://github.com/achesak/nim-pythonpathlib.git",
"method": "git",
"tags": ["path", "directory", "python", "library"],
"description": "Module for working with paths that is as similar as possible to Python's pathlib",
"license": "MIT",
"web": "https://github.com/achesak/nim-pythonpathlib"
2015-02-15 14:27:24 -05:00
},
{
"name": "nimrat",
"url": "git://github.com/apense/nimrat",
"method": "git",
"tags": ["library","math","numbers"],
"description": "Module for working with rational numbers (fractions)",
"license": "MIT",
"web": "https://github.com/apense/nimrat"
2015-02-17 11:58:06 -05:00
},
{
"name": "io-isense",
"url": "git://github.com/nimious/io-isense.git",
"method": "git",
"tags": ["binding", "isense", "intersense", "inertiacube", "intertrax", "microtrax", "thales", "tracking", "sensor"],
"description": "Bindings for the InterSense SDK",
"license": "MIT",
"web": "https://github.com/nimious/io-isense"
2015-02-17 15:43:22 -05:00
},
{
"name": "io-usb",
"url": "git://github.com/nimious/io-usb.git",
"method": "git",
"tags": ["binding", "usb", "libusb"],
"description": "Bindings for libusb, the cross-platform user library to access USB devices.",
"license": "MIT",
"web": "https://github.com/nimious/io-usb"
},
{
"name": "nimcfitsio",
"url": "https://github.com/ziotom78/nimcfitsio.git",
"method": "git",
"tags": ["library", "binding", "cfitsio", "fits", "io"],
"description": "Bindings for CFITSIO, a library to read/write FITSIO images and tables.",
"license": "MIT",
"web": "https://github.com/ziotom78/nimcfitsio"
2015-02-27 01:10:39 -06:00
},
{
"name":"glossolalia",
"url":"git://github.com/fowlmouth/glossolalia",
"method":"git",
"tags":["parser","peg"],
2015-02-27 01:22:04 -06:00
"description":"A DSL for quickly writing parsers",
2015-02-27 01:10:39 -06:00
"license":"CC0",
"web":"https://github.com/fowlmouth/glossolalia"
},
2015-02-27 01:22:04 -06:00
{
"name":"entoody",
2015-03-14 08:20:53 -05:00
"url":"https://bitbucket.org/fowlmouth/entoody",
2015-02-27 01:22:04 -06:00
"method":"git",
"tags":["component","entity","composition"],
"description":"A component/entity system",
"license":"CC0",
"web":"https://bitbucket.org/fowlmouth/entoody"
},
{
"name": "msgpack",
"url": "https://github.com/akiradeveloper/msgpack-nim.git",
"method": "git",
"tags": ["msgpack", "library", "serialization"],
"description": "A MessagePack binding for Nim",
"license": "MIT",
"web": "https://github.com/akiradeveloper/msgpack-nim"
2015-03-12 23:46:36 +00:00
},
{
"name": "osinfo",
"url": "https://github.com/nim-lang/osinfo.git",
"method": "git",
"tags": ["os", "library", "info"],
"description": "Modules providing information about the OS.",
"license": "MIT",
"web": "https://github.com/nim-lang/osinfo"
2015-02-27 01:22:04 -06:00
}
2012-12-09 22:05:29 +02:00
]