packages/packages.json

3579 lines
82 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",
2015-08-23 19:07:04 -07:00
"url": "git://github.com/Xe/argument_parser/",
2013-03-11 00:04:53 +01:00
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"commandline",
"arguments",
"switches",
"parsing"
],
2013-03-11 00:04:53 +01:00
"description": "Provides a complex commandline parser",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-08-23 19:07:04 -07:00
"web": "https://github.com/Xe/argument_parser"
2013-03-11 00:04:53 +01:00
},
2013-04-08 01:02:36 +02:00
{
"name": "genieos",
2015-08-31 10:38:45 +01:00
"url": "git://github.com/Araq/genieos/",
2013-04-08 01:02:36 +02:00
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"commandline",
"sound",
"recycle",
"os"
],
2013-04-08 01:02:36 +02:00
"description": "Too awesome procs to be included in nimrod.os module",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-08-31 10:38:45 +01:00
"web": "http://github.com/Araq/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",
2015-08-18 10:53:21 +02: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
},
2014-05-25 18:21:42 -05:00
{
"name": "templates",
"url": "https://github.com/onionhammer/nim-templates.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"web",
"html",
"template"
],
2014-05-25 18:21:42 -05:00
"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
},
2013-10-30 13:35:37 +01:00
{
"name": "murmur",
"url": "git://github.com/olahol/nimrod-murmur/",
"method": "git",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"roguelike",
"game",
"library",
"engine",
"sdl",
"opengl",
"glsl"
],
2012-12-11 22:16:33 +02:00
"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
},
2012-12-09 22:05:29 +02:00
{
"name": "nimgame",
"url": "git://github.com/Vladar4/nimgame/",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"game",
"engine",
"sdl"
],
2012-12-09 22:05:29 +02:00
"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
},
{
"name": "sfml",
"url": "git://github.com/fowlmouth/nimrod-sfml/",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"game",
"library",
"opengl"
],
2012-12-19 16:46:05 -06:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"game",
"networking",
"udp"
],
2013-04-21 03:34:55 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"locale",
"i18n",
"localization",
"localisation",
"globalization"
],
2013-04-21 10:48:21 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"game",
"opengl",
"wrappers",
"library",
"assorted"
],
2013-04-26 17:28:40 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"build",
"automation",
"sortof"
],
2013-05-22 18:37:06 -05:00
"description": "make-like for Nimrod. Describe your builds as tasks!",
2015-05-19 00:31:32 -05:00
"license": "MIT",
2013-11-07 21:13:57 +01:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"physics",
"game"
],
2013-06-11 05:54:02 -06:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"opengl",
"math",
"game"
],
2013-08-02 13:35:27 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"javascript",
"kde"
],
2013-08-13 00:02:29 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"opencv",
"image",
"processing"
],
2013-10-05 14:05:00 +01:00
"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
},
{
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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"app",
"binary",
"ide",
"gtk",
"nimrod"
],
2013-10-05 16:43:57 +01:00
"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",
2015-08-18 10:53:21 +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",
2015-08-18 10:53:21 +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",
2015-08-18 10:53:21 +02:00
"tags": [
"app",
"binary",
"blog",
"static",
"generator"
],
2013-10-05 18:20:32 +01:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"import",
"C++",
"library",
"wrap"
],
"description": "Easy way to 'Mock' C++ interface",
"license": "MIT",
2015-06-21 14:32:13 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"pastebin"
],
2013-10-06 17:16:22 -05:00
"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
},
{
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",
2015-08-18 10:53:21 +02:00
"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
},
{
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"weather"
],
2013-10-08 19:56:42 -05:00
"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
},
{
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"rss",
"xml",
"syndication"
],
2013-10-08 19:56:42 -05:00
"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
},
{
"name": "extmath",
"url": "git://github.com/achesak/extmath.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"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": "glm",
"url": "https://github.com/stavenko/nim-glm",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"opengl",
"math",
"matrix",
"vector",
"glsl"
],
"description": "Port of c++ glm library with shader-like syntax",
"license": "MIT",
"web": "https://github.com/stavenko/nim-glm"
},
{
"name": "python",
2014-12-05 18:00:52 +01:00
"url": "git://github.com/nim-lang/python",
"method": "git",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"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-08 17:29:10 -06:00
{
"name": "sha1",
"url": "https://github.com/onionhammer/sha1",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"port",
"hash",
"sha1"
],
2013-11-08 17:29:10 -06:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"dropbox"
],
"description": "Tool to clean up filenames shared on Dropbox",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-08-18 10:53:21 +02:00
"web": "https://github.com/gradha/dropbox_filename_sanitizer/"
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",
2015-08-18 10:53:21 +02:00
"tags": [
"csv",
"parsing",
"stringify",
"library"
],
2013-11-27 17:48:45 -06:00
"description": "Library for parsing, stringifying, reading, and writing CSV (comma separated value) files",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-08-18 10:53:21 +02:00
"web": "https://github.com/achesak/nim-csv"
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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"geography"
],
2013-11-27 17:54:25 -06:00
"description": "GeoNames API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-08-18 10:53:21 +02:00
"web": "https://github.com/achesak/nim-geonames"
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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"gravatar"
],
2013-11-27 17:54:25 -06:00
"description": "Gravatar API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-08-18 10:53:21 +02:00
"web": "https://github.com/achesak/nim-gravatar"
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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"cover art",
"music",
"metadata"
],
2013-11-27 17:54:25 -06:00
"description": "Cover Art Archive API wrapper",
2013-11-07 21:13:57 +01:00
"license": "MIT",
2015-08-18 10:53:21 +02:00
"web": "http://github.com/achesak/nim-coverartarchive"
2013-12-03 16:56:57 +01:00
},
{
"name": "nim-ogg",
"url": "https://bitbucket.org/BitPuffin/nim-ogg",
"method": "hg",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"binding",
"audio",
"sound",
"video",
"metadata",
"media"
],
2013-12-03 16:56:57 +01:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"binding",
"audio",
"sound",
"media",
"io"
],
2013-12-04 20:33:31 +01:00
"description": "Binding to portaudio",
"license": "CC0"
2013-12-08 14:39:38 -05:00
},
{
"name": "commandeer",
"url": "git://github.com/fenekku/commandeer",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"commandline",
"arguments",
"switches",
"parsing",
"options"
],
2013-12-08 14:39:38 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"binding",
"crypto",
"cryptography",
"hash",
"password",
"security"
],
2013-12-08 22:11:51 +01:00
"description": "Binding and utilities for scrypt",
"license": "CC0"
},
{
"name": "bloom",
"url": "git://github.com/boydgreenfield/nimrod-bloom/",
"method": "git",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"rmdir",
"awesome",
"commandline"
],
2013-12-21 20:21:54 +01:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"alpm",
"wrapper",
"binding",
"library"
],
2014-01-27 12:30:14 -05:00
"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",
2015-08-18 10:53:21 +02:00
"url": "git://github.com/barcharcraz/nimlibpng",
"method": "git",
"tags": [
"png",
"wrapper",
"library",
"libpng",
"image"
],
2014-02-23 16:54:12 -05:00
"description": "Nimrod wrapper for the libpng library",
"license": "libpng",
"web": "https://github.com/barcharcraz/nimlibpng"
2014-03-01 17:58:27 -06:00
},
{
2015-08-18 10:53:21 +02:00
"name": "sdl2",
"url": "git://github.com/nim-lang/sdl2",
"method": "git",
"tags": [
"wrapper",
"media",
"audio",
"video"
],
"description": "Wrapper for SDL 2.x",
"license": "MIT",
"web": "https://github.com/nim-lang/sdl2"
2014-03-01 17:58:27 -06:00
},
2014-03-08 01:41:21 -05:00
{
2015-08-18 10:53:21 +02:00
"name": "assimp",
"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-08 01:41:21 -05:00
},
{
2015-08-18 10:53:21 +02: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",
2015-08-18 10:53:21 +02:00
"tags": [
"hash",
"crypto",
"password",
"bcrypt",
"library"
],
2014-03-11 16:18:52 -07:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library"
],
2014-03-16 21:08:32 +00:00
"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",
2015-08-18 10:53:21 +02: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
},
{
2015-08-18 10:53:21 +02: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",
2015-08-18 10:53:21 +02:00
"tags": [
"rename",
"filename",
"finder"
],
2014-03-22 19:39:26 +01:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"jester",
"sessions",
"redis"
],
2014-03-22 19:02:53 -07:00
"description": "Redis-backed sessions for jester",
"license": "MIT",
"web": "https://github.com/ithkuil/redissessions/"
},
{
2015-08-18 10:53:21 +02:00
"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
{
2015-08-18 10:53:21 +02:00
"name": "mongo",
"url": "git://github.com/nim-lang/mongo",
"method": "git",
"tags": [
"library",
"wrapper",
"database"
],
"description": "Bindings and a high-level interface for MongoDB",
"license": "MIT",
"web": "https://github.com/nim-lang/mongo"
2014-03-24 20:03:19 -05:00
},
2014-03-25 02:58:39 -05:00
{
2015-08-18 10:53:21 +02: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-25 02:58:39 -05:00
},
2014-03-27 14:46:06 -05:00
{
2015-08-18 10:53:21 +02: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
},
{
2015-08-18 10:53:21 +02:00
"name": "shoco",
"url": "https://github.com/onionhammer/shoconim.git",
"method": "git",
"tags": [
"compression",
"shoco"
],
"description": "A fast compressor for short strings",
2014-04-25 20:32:23 -05:00
"license": "MIT",
2015-08-18 10:53:21 +02:00
"web": "https://github.com/onionhammer/shoconim"
},
{
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"web": "https://github.com/boydgreenfield/nimrod-murmur/"
},
{
2015-08-18 10:53:21 +02:00
"name": "hex",
"url": "https://github.com/esbullington/nimrod-hex",
"method": "git",
"tags": [
"hex",
"encoding"
],
"description": "A simple hex package for Nimrod",
"license": "MIT",
2015-08-18 10:53:21 +02:00
"web": "https://github.com/esbullington/nimrod-hex"
2014-05-20 22:27:41 +02:00
},
2014-05-29 21:25:59 +02:00
{
2015-08-18 10:53:21 +02:00
"name": "strfmt",
2014-05-29 21:25:59 +02:00
"url": "https://bitbucket.org/lyro/strfmt",
"method": "hg",
2015-08-18 10:53:21 +02:00
"tags": [
"library"
],
"description": "A string formatting library inspired by Python's `format`.",
2014-05-29 21:25:59 +02:00
"license": "MIT",
2015-08-18 10:53:21 +02:00
"web": "https://lyro.bitbucket.org/strfmt"
2014-05-29 21:25:59 +02:00
},
2014-05-20 22:27:41 +02:00
{
2015-08-18 10:53:21 +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.",
2014-05-20 22:27:41 +02:00
"license": "MIT",
2015-08-18 10:53:21 +02:00
"web": "https://github.com/idlewan/jade-nim"
2014-06-02 19:19:34 +02:00
},
{
2015-08-18 10:53:21 +02:00
"name": "gh_nimrod_doc_pages",
2014-06-02 19:19:34 +02:00
"url": "git://github.com/gradha/gh_nimrod_doc_pages",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"commandline",
"web",
"automation",
"documentation"
],
"description": "Generates a GitHub documentation website for Nimrod projects.",
2014-06-02 19:19:34 +02:00
"license": "MIT",
"web": "http://gradha.github.io/gh_nimrod_doc_pages/"
2014-06-14 01:46:50 +02:00
},
{
2015-08-18 10:53:21 +02:00
"name": "midnight_dynamite",
2014-06-14 01:46:50 +02:00
"url": "git://github.com/gradha/midnight_dynamite",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"wrapper",
"library",
"html",
"markdown",
"md"
],
"description": "Wrapper for the markdown rendering hoedown library",
2014-06-14 01:46:50 +02:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"dsl",
"html",
"template",
"web"
],
2014-06-26 22:17:25 +02:00
"description": "macro-based HTML templating engine",
"license": "WTFPL",
2015-08-17 19:14:52 +02:00
"web": "https://flyx.github.io/emerald/"
2015-06-21 14:32:13 +02:00
},
{
2015-08-18 10:53:21 +02:00
"name": "niminst",
"url": "git://github.com/nim-lang/niminst",
"method": "git",
"tags": [
"app",
"binary",
"tool",
"installation",
"generator",
"nim"
],
"description": "tool to generate installers for Nim programs",
"license": "MIT",
"web": "https://github.com/nim-lang/niminst"
},
{
"name": "redis",
"url": "git://github.com/nim-lang/redis",
"method": "git",
"tags": [
"redis",
"client",
"library"
],
"description": "official redis client for Nim",
"license": "MIT",
"web": "https://github.com/nim-lang/redis"
},
{
"name": "dialogs",
"url": "git://github.com/nim-lang/dialogs",
"method": "git",
"tags": [
"library",
"ui",
"gui",
"dialog",
"file"
],
"description": "wraps GTK+ or Windows' open file dialogs",
"license": "MIT",
"web": "https://github.com/nim-lang/dialogs"
},
{
2014-06-30 11:44:59 -04:00
"name": "vectors",
"url": "git://github.com/blamestross/nimrod-vectors",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"math",
"vectors",
"library"
],
2014-06-30 11:44:59 -04:00
"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/nim-bitarray/",
2014-07-19 12:17:52 -07:00
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"Bit arrays",
"Bit sets",
"Bit vectors",
"Data structures"
],
"description": "mmap-backed bitarray implementation in Nim.",
2014-07-19 12:17:52 -07:00
"license": "MIT",
"web": "https://www.github.com/refgenomics/nim-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",
2015-08-18 10:53:21 +02:00
"tags": [
"utility",
"filesystem"
],
2014-07-20 20:19:25 +01:00
"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
},
{
2015-08-18 10:53:21 +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",
2015-08-18 10:53:21 +02:00
"tags": [
"math",
"library",
"numbers"
],
2014-07-22 22:14:53 +02:00
"description": "Arbitrary-precision integers",
"license": "MIT",
"web": "https://github.com/def-/bigints"
},
{
"name": "iterutils",
"url": "git://github.com/def-/iterutils",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"iterators"
],
2014-07-22 22:14:53 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"markdown",
"html",
"publishing"
],
2014-07-27 14:37:28 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"networking"
],
2014-07-31 20:59:41 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"graphics",
"windows"
],
2014-08-02 10:46:37 -04:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"image",
"formats",
"files"
],
2014-08-02 20:25:15 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"csv",
"json"
],
2014-08-02 20:25:15 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"math",
"vector"
],
2014-08-03 13:22:48 -04:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"rst",
"rest",
"text",
"html"
],
2014-08-09 16:20:24 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"opengl",
"graphics"
],
2014-08-11 13:51:09 -04:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"colors",
"rgb",
"yiq",
"hls",
"hsv"
],
2014-08-12 20:38:55 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"python",
"files",
"file"
],
2014-08-12 20:38:55 -05:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"irc",
"network"
],
2014-08-17 19:17:32 +01:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"algorithms",
"random"
],
2014-08-25 17:41:20 +03:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"zeromq",
"messaging",
"queue"
],
2014-08-30 20:31:40 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"uuid"
],
2014-08-30 22:10:54 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"useragent",
"robots",
"robot.txt"
],
2014-09-03 09:41:28 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"epub",
"e-book"
],
2014-09-26 19:03:15 -05:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"crypto",
"openssl"
],
2014-10-12 02:08:22 +01:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"functional",
"monad",
"functor"
],
2014-10-17 22:06:29 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"time",
"format"
],
2014-10-19 21:18:17 -04:00
"description": "Humanize elapsed time",
"license": "MIT",
"web": "https://github.com/hiteshjasani/nim-eternity"
2014-10-27 19:38:08 +00:00
},
{
"name": "gmp",
2015-06-04 19:58:15 -03:00
"url": "https://github.com/FedeOmoto/nim-gmp",
2014-10-27 19:38:08 +00:00
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"bignum",
"numbers",
"math"
],
2014-10-27 19:38:08 +00:00
"description": "wrapper for the GNU multiple precision arithmetic library (GMP)",
"license": "LGPLv3 or GPLv2",
2015-06-04 19:58:15 -03:00
"web": "https://github.com/FedeOmoto/nim-gmp"
2014-11-14 19:12:59 +01:00
},
{
"name": "ludens",
"url": "git://github.com/rnentjes/nim-ludens",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"game",
"opengl",
"sfml"
],
2014-11-14 19:12:59 +01:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"firefox",
"bookmarks",
"library"
],
2014-11-13 22:47:28 -06:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"web",
"html",
"template",
"mustache"
],
"description": "Mustache templating for Nim.",
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"hash",
"crypto",
"password",
"bcrypt"
],
2014-12-07 14:36:00 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"wrapper",
"bindings",
"clang"
],
2014-12-15 23:51:42 +00:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"Qt",
"Qml",
"UI",
"GUI"
],
2014-12-29 16:03:54 +01:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"sfml",
"binding",
"game",
"media",
"library",
"opengl"
],
2015-01-07 01:46:42 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"option",
"functional"
],
2015-01-10 13:53:36 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"rtl-sdr",
"wrapper",
"bindings",
"rtlsdr"
],
2015-01-12 15:02:23 -06:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"args",
"cmd",
"opt",
"parse",
"parsing"
],
2015-01-16 21:23:11 +00:00
"description": "Opt parser using synopsis as specification, ported from Lua.",
"license": "MIT",
"web": "https://gitlab.3dicc.com/gokr/lapp"
2015-01-16 21:23:11 +00:00
},
{
"name": "blimp",
"url": "https://gitlab.3dicc.com/gokr/blimp.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"app",
"binary",
"utility",
"git",
"git-fat"
],
2015-01-16 21:23:11 +00:00
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"nim"
],
2015-01-16 21:55:59 +00:00
"description": "Compiler package providing the compiler sources as a library.",
"license": "MIT",
2015-07-26 14:11:55 -04:00
"web": "https://github.com/nim-lang/Nim"
2015-01-18 14:01:39 -05:00
},
{
"name": "nre",
"url": "https://github.com/flaviut/nre.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"pcre",
"regex"
],
2015-01-18 14:01:39 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"commandline",
"arguments",
"parsing",
"library"
],
2015-01-19 12:08:10 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"image",
"library",
"wrapper"
],
2015-01-23 01:59:23 +01:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"binding",
"3dx",
"3dconnexion",
"libspnav",
"spacenav",
"spacemouse",
"spacepilot",
"spacenavigator"
],
2015-01-27 00:41:53 -05:00
"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-08-18 10:53:21 +02:00
"tags": [
"library",
"option",
"optional",
"maybe"
],
2015-02-04 00:45:05 -08:00
"description": "Option types",
"license": "MIT",
"web": "https://github.com/MasonMcGill/optionals"
2015-02-04 13:42:35 -08:00
},
{
"name": "tuples",
"url": "https://github.com/MasonMcGill/tuples.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"tuple",
"metaprogramming"
],
2015-02-04 13:42:35 -08:00
"description": "Tuple manipulation utilities",
"license": "MIT",
"web": "https://github.com/MasonMcGill/tuples"
},
{
"name": "fuse",
"url": "https://github.com/akiradeveloper/nim-fuse.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"binary",
"app",
"interpreter",
"compiler",
"language"
],
2015-02-06 22:00:15 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"binary",
"app",
"suggest",
"compiler",
"autocomplete",
"nim"
],
2015-02-10 18:14:38 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"crypto",
"hash"
],
2015-02-10 18:14:38 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"path",
"directory",
"python",
"library"
],
2015-02-12 19:53:11 -06:00
"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
},
2015-05-06 11:03:14 -04:00
{
"name": "RingBuffer",
"url": "git@github.com:megawac/RingBuffer.nim.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"sequence",
"seq",
"circular",
"ring",
"buffer"
],
2015-05-06 11:03:14 -04:00
"description": "Circular buffer implementation",
"license": "MIT",
"web": "https://github.com/megawac/RingBuffer.nim"
},
2015-02-15 14:27:24 -05:00
{
"name": "nimrat",
"url": "git://github.com/apense/nimrat",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"math",
"numbers"
],
2015-02-15 14:27:24 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"binding",
"isense",
"intersense",
"inertiacube",
"intertrax",
"microtrax",
"thales",
"tracking",
"sensor"
],
2015-02-17 11:58:06 -05:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"binding",
"usb",
"libusb"
],
2015-02-17 15:43:22 -05:00
"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",
2015-08-18 10:53:21 +02:00
"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
},
{
2015-08-18 10:53:21 +02:00
"name": "glossolalia",
"url": "git://github.com/fowlmouth/glossolalia",
"method": "git",
"tags": [
"parser",
"peg"
],
"description": "A DSL for quickly writing parsers",
"license": "CC0",
"web": "https://github.com/fowlmouth/glossolalia"
2015-02-27 01:10:39 -06:00
},
2015-02-27 01:22:04 -06:00
{
2015-08-18 10:53:21 +02:00
"name": "entoody",
"url": "https://bitbucket.org/fowlmouth/entoody",
"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",
2015-08-18 10:53:21 +02:00
"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",
2015-08-18 10:53:21 +02:00
"tags": [
"os",
"library",
"info"
],
2015-03-12 23:46:36 +00:00
"description": "Modules providing information about the OS.",
"license": "MIT",
"web": "https://github.com/nim-lang/osinfo"
2015-03-16 10:10:01 -04:00
},
{
"name": "io-myo",
"url": "git://github.com/nimious/io-myo.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"binding",
"myo",
"thalmic",
"armband",
"gesture"
],
2015-03-16 10:10:01 -04:00
"description": "Bindings for the Thalmic Labs Myo gesture control armband SDK.",
"license": "MIT",
"web": "https://github.com/nimious/io-myo"
2015-03-17 00:26:17 -04:00
},
{
"name": "io-oculus",
"url": "git://github.com/nimious/io-oculus.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"binding",
"oculus",
"rift",
"vr",
"libovr",
"ovr",
"dk1",
"dk2",
"gearvr"
],
2015-03-17 00:26:17 -04:00
"description": "Bindings for the Oculus VR SDK.",
"license": "MIT",
"web": "https://github.com/nimious/io-oculus"
2015-04-02 15:52:24 +03:00
},
{
"name": "closure_compiler",
"url": "git://github.com/yglukhov/closure_compiler.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"binding",
"closure",
"compiler",
"javascript"
],
2015-04-02 15:52:24 +03:00
"description": "Bindings for Closure Compiler web API.",
"license": "MIT",
"web": "https://github.com/yglukhov/closure_compiler"
2015-04-11 10:34:45 -04:00
},
{
"name": "io-serialport",
"url": "git://github.com/nimious/io-serialport.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"binding",
"libserialport",
"serial",
"communication"
],
2015-04-11 10:34:45 -04:00
"description": "Bindings for libserialport, the cross-platform serial communication library.",
"license": "MIT",
"web": "https://github.com/nimious/io-serialport"
},
2015-04-12 16:14:58 +02:00
{
"name": "beanstalkd",
2015-04-12 18:59:47 +02:00
"url": "git://github.com/tormaroe/beanstalkd.nim.git",
2015-04-12 16:14:58 +02:00
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"queue",
"messaging"
],
2015-04-12 16:14:58 +02:00
"description": "A beanstalkd work queue client library.",
"license": "MIT",
"web": "https://github.com/tormaroe/beanstalkd.nim"
2015-04-23 11:45:01 -04:00
},
{
"name": "wiki2text",
"url": "git://github.com/rspeer/wiki2text.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"nlp",
"wiki",
"xml",
"text"
],
2015-04-23 11:45:01 -04:00
"description": "Quickly extracts natural-language text from a MediaWiki XML file.",
"license": "MIT",
"web": "https://github.com/rspeer/wiki2text"
2015-04-27 17:19:30 -04:00
},
{
"name": "qt5_qtsql",
"url": "https://github.com/philip-wernersbach/nim-qt5_qtsql.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"database",
"qt",
"qt5",
"qtsql",
"sqlite",
"postgres",
"mysql"
],
2015-04-27 17:19:30 -04:00
"description": "Binding for Qt 5's Qt SQL library that integrates with the features of the Nim language. Uses one API for multiple database engines.",
"license": "MIT",
"web": "https://github.com/philip-wernersbach/nim-qt5_qtsql"
2015-04-27 17:22:12 -04:00
},
{
"name": "orient",
"url": "https://github.com/philip-wernersbach/nim-orient",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"wrapper",
"database",
"orientdb",
"pure"
],
2015-04-27 17:22:12 -04:00
"description": "OrientDB driver written in pure Nim, uses the OrientDB 2.0 Binary Protocol with Binary Serialization.",
"license": "MPL",
"web": "https://github.com/philip-wernersbach/nim-orient"
2015-04-29 16:47:50 +01:00
},
{
"name": "syslog",
"url": "https://github.com/FedericoCeratto/nim-syslog",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"pure"
],
2015-04-29 16:47:50 +01:00
"description": "Syslog module.",
"license": "LGPLv3",
"web": "https://github.com/FedericoCeratto/nim-syslog"
2015-04-30 17:38:38 +02:00
},
{
"name": "nimes",
"url": "https://github.com/def-/nimes",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"emulator",
"nes",
"game",
"sdl",
"javascript"
],
2015-04-30 17:38:38 +02:00
"description": "NES emulator using SDL2, also compiles to JavaScript with emscripten.",
"license": "MPL",
"web": "https://github.com/def-/nimes"
2015-05-04 05:16:02 +02:00
},
{
"name": "syscall",
"url": "https://github.com/def-/nim-syscall",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library"
],
2015-05-04 05:16:02 +02:00
"description": "Raw system calls for Nim",
"license": "MPL",
"web": "https://github.com/def-/nim-syscall"
2015-05-05 22:54:30 +03:00
},
{
"name": "jnim",
"url": "https://github.com/yglukhov/jnim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"java",
"jvm",
"bridge",
"bindings"
],
2015-05-05 22:54:30 +03:00
"description": "Nim - Java bridge",
"license": "MIT",
"web": "https://github.com/yglukhov/jnim"
2015-05-06 17:39:38 +07:00
},
{
"name": "nimPDF",
"url": "https://github.com/jangko/nimpdf",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"PDF",
"document"
],
2015-05-06 17:39:38 +07:00
"description": "library for generating PDF files",
"license": "MIT",
"web": "https://github.com/jangko/nimpdf"
2015-05-12 13:45:10 -03:00
},
{
"name": "LLVM",
"url": "https://github.com/FedeOmoto/llvm",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"LLVM",
"bindings",
"wrapper"
],
2015-05-12 13:45:10 -03:00
"description": "LLVM bindings for the Nim language.",
"license": "MIT",
2015-06-04 19:58:15 -03:00
"web": "https://github.com/FedeOmoto/llvm"
},
2015-05-12 15:39:49 +02:00
{
"name": "nshout",
"url": "https://github.com/Senketsu/nshout",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"shouter",
"libshout",
"wrapper",
"bindings",
"audio",
"web"
],
2015-05-12 15:39:49 +02:00
"description": "Nim bindings for libshout",
"license": "MIT",
"web": "https://github.com/Senketsu/nshout"
},
{
"name": "nuuid",
"url": "https://github.com/wheineman/nim-only-uuid",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"uuid",
"guid"
],
"description": "A Nim source only UUID generator",
"license": "MIT",
"web": "https://github.com/wheineman/nim-only-uuid"
2015-05-14 21:56:40 +02:00
},
{
"name": "fftw3",
"url": "https://github.com/ziotom78/nimfftw3",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"nim",
"math",
"fft"
],
2015-05-14 21:56:40 +02:00
"description": "Bindings to the FFTW library",
"license": "MIT",
"web": "https://github.com/ziotom78/nimfftw3"
2015-05-15 16:38:02 -04:00
},
{
"name": "nrpl",
"url": "https://github.com/wheineman/nrpl",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"REPL",
"application"
],
2015-05-15 16:38:02 -04:00
"description": "A rudimentary Nim REPL",
"license": "MIT",
"web": "https://github.com/wheineman/nrpl"
2015-05-17 16:54:04 +05:30
},
{
"name": "nim-geocoding",
"url": "https://github.com/saratchandra92/nim-geocoding",
2015-05-17 16:56:28 +05:30
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"geocoding",
"maps"
],
2015-05-18 13:25:49 +05:30
"description": "A simple library for Google Maps Geocoding API",
2015-05-17 16:56:28 +05:30
"license": "MIT",
2015-05-17 16:54:04 +05:30
"web": "https://github.com/saratchandra92/nim-geocoding"
2015-05-17 14:01:11 -04:00
},
{
"name": "io-gles",
"url": "git://github.com/nimious/io-gles.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"binding",
"khronos",
"gles",
"opengl es"
],
2015-05-17 14:01:11 -04:00
"description": "Bindings for OpenGL ES, the embedded 3D graphics library.",
"license": "MIT",
"web": "https://github.com/nimious/io-gles"
},
{
"name": "io-egl",
"url": "git://github.com/nimious/io-egl.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"binding",
"khronos",
"egl",
"opengl",
"opengl es",
"openvg"
],
2015-05-17 14:01:11 -04:00
"description": "Bindings for EGL, the native platform interface for rendering APIs.",
"license": "MIT",
"web": "https://github.com/nimious/io-egl"
2015-05-19 20:22:37 -04:00
},
{
"name": "io-sixense",
"url": "git://github.com/nimious/io-sixense.git",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"binding",
"sixense",
"razer hydra",
"stem system",
"vr"
],
2015-05-19 20:22:37 -04:00
"description": "Bindings for the Sixense Core API.",
"license": "MIT",
"web": "https://github.com/nimious/io-sixense"
},
2015-05-19 18:45:19 -07:00
{
"name": "tnetstring",
"url": "https://mahlon@bitbucket.org/mahlon/nim-tnetstring",
"method": "hg",
2015-08-18 10:53:21 +02:00
"tags": [
"tnetstring",
"library",
"serialization"
],
2015-05-19 18:45:19 -07:00
"description": "Parsing and serializing for the TNetstring format.",
"license": "MIT",
"web": "http://bitbucket.org/mahlon/nim-tnetstring"
2015-05-21 01:16:37 +07:00
},
{
"name": "msgpack4nim",
"url": "https://github.com/jangko/msgpack4nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"msgpack",
"library",
"serialization",
"deserialization"
],
2015-05-21 01:18:07 +07:00
"description": "Another MessagePack implementation written in pure nim",
2015-05-21 01:16:37 +07:00
"license": "MIT",
"web": "https://github.com/jangko/msgpack4nim"
},
{
"name": "binaryheap",
"url": "https://github.com/bluenote10/nim-heap",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"heap",
"priority queue"
],
"description": "Simple binary heap implementation",
"license": "MIT",
"web": "https://github.com/bluenote10/nim-heap"
},
{
"name": "stringinterpolation",
"url": "https://github.com/bluenote10/nim-stringinterpolation",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"string formatting",
"string interpolation"
],
"description": "String interpolation with printf syntax",
"license": "MIT",
"web": "https://github.com/bluenote10/nim-stringinterpolation"
2015-05-21 19:13:09 -07:00
},
{
"name": "libovr",
"url": "https://github.com/bluenote10/nim-ovr",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"Oculus Rift",
"virtual reality"
],
"description": "Nim bindings for libOVR (Oculus Rift)",
"license": "MIT",
"web": "https://github.com/bluenote10/nim-ovr"
},
2015-05-21 19:13:09 -07:00
{
"name": "delaunay",
"url": "https://github.com/Nycto/DelaunayNim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"delaunay",
"library",
"algorithms",
"graph"
],
2015-05-21 19:13:09 -07:00
"description": "2D Delaunay triangulations",
"license": "MIT",
"web": "https://github.com/Nycto/DelaunayNim"
2015-05-22 17:57:20 -07:00
},
{
"name": "linenoise",
"url": "https://github.com/fallingduck/linenoise-nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"linenoise",
"library",
"wrapper",
"commandline"
],
2015-05-22 17:57:20 -07:00
"description": "Wrapper for linenoise, a free, self-contained alternative to GNU readline.",
"license": "BSD",
"web": "https://github.com/fallingduck/linenoise-nim"
2015-05-25 03:22:01 +07:00
},
{
"name": "struct",
"url": "https://github.com/rgv151/struct.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"struct",
"library",
"python",
"pack",
"unpack"
],
2015-05-25 03:22:01 +07:00
"description": "Python-like 'struct' for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/struct.nim"
2015-05-25 14:54:50 -05:00
},
{
"name": "uri2",
2015-05-25 14:55:42 -05:00
"url": "git://github.com/achesak/nim-uri2",
2015-05-25 14:54:50 -05:00
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"uri",
"url",
"library"
],
2015-05-25 14:54:50 -05:00
"description": "Nim module for better URI handling",
"license": "MIT",
"web": "https://github.com/achesak/nim-uri2"
2015-05-27 03:21:43 +07:00
},
{
"name": "hmac",
"url": "https://github.com/rgv151/hmac.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"hmac",
"authentication",
"hash",
"sha1",
"md5"
],
2015-05-28 19:02:13 +07:00
"description": "HMAC-SHA1 and HMAC-MD5 hashing in Nim",
2015-05-27 03:21:43 +07:00
"license": "MIT",
"web": "https://github.com/rgv151/hmac.nim"
},
2015-05-26 16:06:33 -07:00
{
"name": "mongrel2",
"url": "https://mahlon@bitbucket.org/mahlon/nim-mongrel2",
"method": "hg",
2015-08-18 10:53:21 +02:00
"tags": [
"mongrel2",
"library",
"www"
],
2015-05-26 16:06:33 -07:00
"description": "Handler framework for the Mongrel2 web server.",
"license": "MIT",
"web": "http://bitbucket.org/mahlon/nim-mongrel2"
},
{
"name": "shimsham",
"url": "https://github.com/apense/shimsham",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"crypto",
"hash",
"hashing",
"digest"
],
"description": "Hashing/Digest collection in pure Nim",
"license": "MIT",
"web": "https://github.com/apense/shimsham"
2015-05-28 19:02:13 +07:00
},
{
"name": "base32",
"url": "https://github.com/rgv151/base32.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"base32",
"encode",
"decode"
],
2015-05-28 19:02:13 +07:00
"description": "Base32 library for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/base32.nim"
2015-05-29 02:45:58 +07:00
},
{
"name": "otp",
"url": "https://github.com/rgv151/otp.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"otp",
"hotp",
"totp",
"time",
"password",
"one",
"google",
"authenticator"
],
2015-05-29 02:45:58 +07:00
"description": "One Time Password library for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/otp.nim"
},
{
"name": "q",
"url": "https://github.com/rgv151/q.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"css",
"selector",
"query",
"match",
"find",
"html",
"xml",
"jquery"
],
"description": "Simple package for query HTML/XML elements using a CSS3 or jQuery-like selector syntax",
"license": "MIT",
"web": "https://github.com/rgv151/q.nim"
2015-06-04 19:58:15 -03:00
},
{
"name": "bignum",
"url": "https://github.com/FedeOmoto/bignum",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"bignum",
"gmp",
"wrapper"
],
2015-06-04 19:58:15 -03:00
"description": "Wrapper around the GMP bindings for the Nim language.",
"license": "MIT",
"web": "https://github.com/FedeOmoto/bignum"
},
2015-06-04 19:49:17 -07:00
{
"name": "rbtree",
"url": "https://github.com/Nycto/RBTreeNim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"tree",
"binary search tree",
"rbtree",
"red black tree"
],
2015-06-04 19:49:17 -07:00
"description": "Red/Black Trees",
"license": "MIT",
"web": "https://github.com/Nycto/RBTreeNim"
2015-06-09 01:32:20 +07:00
},
{
"name": "anybar",
"url": "https://github.com/rgv151/anybar.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"anybar",
"menubar",
"status",
"indicator"
],
2015-06-09 01:32:20 +07:00
"description": "Control AnyBar instances with Nim",
"license": "MIT",
"web": "https://github.com/rgv151/anybar.nim"
2015-06-08 18:05:47 -07:00
},
{
"name": "astar",
"url": "https://github.com/Nycto/AStarNim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"astar",
"A*",
"pathfinding",
"algorithm"
],
2015-06-08 18:05:47 -07:00
"description": "A* Pathfinding",
"license": "MIT",
"web": "https://github.com/Nycto/AStarNim"
2015-06-10 13:45:36 +02:00
},
{
"name": "lazy",
"url": "git://github.com/petermora/nimLazy/",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"iterator",
"lazy list"
],
2015-06-10 13:45:36 +02:00
"description": "Iterator library for Nim",
"license": "MIT",
"web": "https://github.com/petermora/nimLazy"
2015-06-10 15:48:49 -07:00
},
{
"name": "asyncpythonfile",
"url": "https://github.com/fallingduck/asyncpythonfile-nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"async",
"asynchronous",
"library",
"python",
"file",
"files"
],
2015-06-10 15:48:49 -07:00
"description": "High level, asynchronous file API mimicking Python's file interface.",
"license": "ISC",
"web": "https://github.com/fallingduck/asyncpythonfile-nim"
},
{
"name": "nimfuzz",
"url": "https://github.com/apense/nimfuzz",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"fuzzing",
"testing",
"hacking",
"security"
],
"description": "Simple and compact fuzzing",
"license": "Apache License 2.0",
"web": "https://apense.github.io/nimfuzz"
2015-06-15 17:00:40 +02:00
},
{
"name": "linalg",
"url": "https://github.com/unicredit/linear-algebra",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"vector",
"matrix",
"linear algebra",
"BLAS",
"LAPACK"
],
2015-06-15 17:00:40 +02:00
"description": "Linear algebra for Nim",
"license": "Apache License 2.0",
"web": "https://github.com/unicredit/linear-algebra"
2015-06-16 21:35:34 -04:00
},
{
"name": "sequester",
"url": "https://github.com/fallingduck/sequester",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"seq",
"sequence",
"strings",
"iterators",
"php"
],
2015-06-16 21:35:34 -04:00
"description": "Library for converting sequences to strings. Also has PHP-inspired explode and implode procs.",
"license": "ISC",
"web": "https://github.com/fallingduck/sequester"
2015-06-17 20:44:09 -04:00
},
{
"name": "options",
"url": "https://github.com/fallingduck/options-nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"option",
"optionals",
"maybe"
],
2015-06-17 20:44:09 -04:00
"description": "Temporary package to fix broken code in 0.11.2 stable.",
"license": "MIT",
"web": "https://github.com/fallingduck/options-nim"
2015-06-23 20:27:47 +02:00
},
{
"name": "oldwinapi",
"url": "git://github.com/nim-lang/oldwinapi",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"windows",
"api"
],
2015-06-23 20:27:47 +02:00
"description": "Old Win API library for Nim",
"license": "LGPL with static linking exception",
"web": "https://github.com/nim-lang/oldwinapi"
2015-06-24 17:34:09 +03:00
},
{
"name": "nimx",
"url": "git://github.com/yglukhov/nimx",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"gui",
"ui",
"library"
],
2015-06-24 17:34:09 +03:00
"description": "Cross-platform GUI framework",
"license": "BSD",
"web": "https://github.com/yglukhov/nimx"
2015-06-25 20:32:44 +02:00
},
2015-07-02 08:35:37 +01:00
{
2015-06-25 20:32:44 +02:00
"name": "memo",
"url": "https://github.com/andreaferretti/memo",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"memo",
"memoization",
"memoize",
"cache"
],
2015-06-25 20:32:44 +02:00
"description": "Memoize Nim functions",
"license": "Apache License 2.0",
"web": "https://github.com/andreaferretti/memo"
2015-06-28 13:59:52 -05:00
},
{
"name": "base62",
2015-08-18 10:53:21 +02:00
"url": "https://github.com/singularperturbation/base62-encode",
2015-06-28 13:59:52 -05:00
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"base62",
"encode",
"decode"
],
2015-06-28 13:59:52 -05:00
"description": "Arbitrary base encoding-decoding functions, defaulting to Base-62.",
"license": "MIT",
"web": "https://github.com/singularperturbation/base62-encode"
2015-07-02 13:07:28 +07:00
},
{
"name": "telebot",
"url": "https://github.com/rgv151/telebot.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"telebot",
"telegram",
"bot",
"api",
"client",
"async"
],
2015-07-02 13:07:28 +07:00
"description": "Async Telegram Bot API Client",
"license": "MIT",
"web": "https://github.com/rgv151/telebot.nim"
2015-07-02 16:53:12 +07:00
},
{
"name": "tempfile",
"url": "https://github.com/rgv151/tempfile.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"temp",
"mktemp",
"make",
"mk",
"mkstemp",
"mkdtemp"
],
2015-07-02 16:53:12 +07:00
"description": "Temporary files and directories",
"license": "MIT",
"web": "https://github.com/rgv151/tempfile.nim"
2015-07-03 18:35:10 -05:00
},
{
"name": "AstroNimy",
2015-08-18 10:53:21 +02:00
"url": "https://github.com/super-massive-black-holes/AstroNimy",
2015-07-03 18:35:10 -05:00
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"science",
"astronomy",
"library"
],
2015-07-03 18:35:10 -05:00
"description": "Astronomical library for Nim",
"license": "MIT",
2015-07-05 15:38:00 +02:00
"web": "https://github.com/super-massive-black-holes/AstroNimy"
},
{
"name": "patty",
"url": "https://github.com/andreaferretti/patty",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"pattern",
"adt",
"variant",
"pattern matching",
"algebraic data type"
],
2015-07-05 15:38:00 +02:00
"description": "Algebraic data types and pattern matching",
"license": "Apache License 2.0",
"web": "https://github.com/andreaferretti/patty"
},
{
"name": "einheit",
"url": "https://github.com/jyapayne/einheit",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"unit",
"tests",
"unittest",
"unit tests",
"unit test macro"
],
"description": "Pretty looking, full featured, Python-inspired unit test library.",
"license": "MIT",
"web": "https://github.com/jyapayne/einheit"
2015-07-10 18:45:13 +03:00
},
{
"name": "plists",
"url": "https://github.com/yglukhov/plists",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"plist",
"property",
"list"
],
2015-07-10 18:45:13 +03:00
"description": "Generate and parse Mac OS X .plist files in Nim.",
"license": "MIT",
"web": "https://github.com/yglukhov/plists"
2015-07-11 13:39:03 +01:00
},
{
"name": "ncurses",
"url": "git://github.com/rnowley/nim-ncurses/",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"terminal",
"graphics",
"wrapper"
],
2015-07-11 13:39:03 +01:00
"description": "A wrapper for NCurses",
"license": "MIT",
"web": "https://github.com/rnowley/nim-ncurses"
2015-07-12 16:34:58 -05:00
},
{
"name": "nanovg.nim",
"url": "https://github.com/fowlmouth/nanovg.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"wrapper",
"GUI",
"vector graphics",
"opengl"
],
2015-07-12 16:34:58 -05:00
"description": "A wrapper for NanoVG vector graphics rendering",
"license": "MIT",
"web": "https://github.com/fowlmouth/nanovg.nim"
2015-07-16 18:15:05 -05:00
},
{
"name": "pwd",
"url": "git://github.com/achesak/nim-pwd",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"unix",
"pwd",
"password"
],
2015-07-16 18:15:05 -05:00
"description": "Nim port of Python's pwd module for working with the UNIX password file",
"license": "MIT",
"web": "https://github.com/achesak/nim-pwd"
},
{
"name": "spwd",
"url": "git://github.com/achesak/nim-spwd",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"unix",
"spwd",
"password",
"shadow"
],
2015-07-16 18:15:05 -05:00
"description": "Nim port of Python's spwd module for working with the UNIX shadow password file",
"license": "MIT",
"web": "https://github.com/achesak/nim-spwd"
},
{
"name": "grp",
"url": "git://github.com/achesak/nim-grp",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"library",
"unix",
"grp",
"group"
],
2015-07-16 18:15:05 -05:00
"description": "Nim port of Python's grp module for working with the UNIX group database file",
"license": "MIT",
"web": "https://github.com/achesak/nim-grp"
},
{
"name": "stopwatch",
"url": "https://github.com/rbmz/stopwatch",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"timer",
"benchmarking"
],
"description": "A simple benchmarking/timer library based on nim's lib/system/timers.nim",
"license": "MIT",
"web": "https://github.com/rbmz/stopwatch"
2015-07-19 16:51:28 +08:00
},
{
2015-08-18 10:53:21 +02:00
"name": "nimFinLib",
"url": "https://github.com/qqtop/NimFinLib",
"method": "git",
"tags": [
"financial"
],
"description": "Financial Library for Nim",
"license": "MIT",
"web": "https://github.com/qqtop/NimFinLib"
},
2015-07-25 18:07:39 +07:00
{
"name": "libssh2",
"url": "https://github.com/rgv151/libssh2.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"lib",
"ssh",
"ssh2",
"openssh",
"client",
"sftp",
"scp"
],
2015-07-25 18:07:39 +07:00
"description": "Nim wrapper for libssh2",
"license": "MIT",
"web": "https://github.com/rgv151/libssh2.nim"
},
2015-07-21 11:03:18 +07:00
{
"name": "rethinkdb",
"url": "https://github.com/rgv151/rethinkdb.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"rethinkdb",
"driver",
"client",
"json"
],
2015-07-21 11:03:18 +07:00
"description": "RethinkDB driver for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/rethinkdb.nim"
2015-08-02 21:08:40 +02:00
},
{
"name": "dbus",
"url": "https://github.com/zielmicha/nim-dbus",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"dbus"
],
2015-08-02 21:08:40 +02:00
"description": "dbus bindings for Nim",
"license": "MIT",
"web": "https://github.com/zielmicha/nim-dbus"
2015-08-04 00:25:39 -05:00
},
{
"name": "lmdb",
"url": "https://github.com/fowlmouth/lmdb.nim",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"wrapper",
"lmdb"
],
2015-08-04 00:25:39 -05:00
"description": "A wrapper for LMDB the Lightning Memory-Mapped Database",
"license": "MIT",
"web": "https://github.com/fowlmouth/lmdb.nim"
2015-08-07 16:17:52 +02:00
},
{
"name": "zip",
"url": "https://github.com/nim-lang/zip",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"wrapper",
"zip"
],
2015-08-07 16:17:52 +02:00
"description": "A wrapper for the zip library",
"license": "MIT",
"web": "https://github.com/nim-lang/zip"
2015-08-13 11:31:31 +02:00
},
{
"name": "csvtools",
"url": "https://github.com/unicredit/csvtools",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"CSV",
"comma separated values",
"TSV"
],
2015-08-13 11:31:31 +02:00
"description": "Manage CSV files",
"license": "Apache License 2.0",
"web": "https://github.com/unicredit/csvtools"
},
{
"name": "httpform",
"url": "https://github.com/tulayang/httpform",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"request parser",
"upload",
"html5 file"
],
"description": "Http request form parser",
"license": "MIT",
"web": "https://github.com/tulayang/httpform"
2015-08-16 21:42:20 -07:00
},
{
"name": "vardene",
"url": "https://github.com/Xe/vardene",
"method": "git",
2015-08-18 10:53:21 +02:00
"tags": [
"command line",
"tool",
"compiler"
],
2015-08-16 21:42:20 -07:00
"description": "A simple tool to manage multiple installs of Nim.",
"license": "MIT",
"web": "https://christine.website/projects/Vardene"
2015-08-18 10:53:21 +02:00
},
2015-08-18 20:35:10 -07:00
{
"name": "quadtree",
"url": "https://github.com/Nycto/QuadtreeNim",
"method": "git",
"tags": [
"quadtree",
"algorithm"
],
"description": "A Quadtree implementation",
"license": "MIT",
"web": "https://github.com/Nycto/QuadtreeNim"
},
2015-08-18 10:53:21 +02:00
{
"name": "expat",
"url": "https://github.com/nim-lang/expat",
"method": "git",
"tags": [
"expat",
"xml",
"parsing"
],
"description": "Expat wrapper for Nim",
"license": "MIT",
"web": "https://github.com/nim-lang/expat"
2015-08-18 12:07:11 +02:00
},
{
"name": "sphinx",
"url": "https://github.com/Araq/sphinx",
"method": "git",
"tags": [
"sphinx",
"wrapper",
"search",
"engine"
],
"description": "Sphinx wrapper for Nim",
"license": "LGPL",
"web": "https://github.com/Araq/sphinx"
2015-08-20 23:05:45 +02:00
},
{
"name": "sdl1",
"url": "https://github.com/nim-lang/sdl1",
"method": "git",
"tags": [
"graphics",
"library",
"multi-media",
"input",
"sound",
"joystick"
],
"description": "SDL 1.2 wrapper for Nim.",
"license": "LGPL",
"web": "https://github.com/nim-lang/sdl1"
2015-08-20 23:10:10 +02:00
},
{
"name": "graphics",
"url": "https://github.com/nim-lang/graphics",
"method": "git",
"tags": [
"library",
"SDL"
],
"description": "Graphics module for Nim.",
"license": "MIT",
"web": "https://github.com/nim-lang/graphics"
2015-08-20 23:57:45 +02:00
},
{
"name": "libffi",
"url": "https://github.com/Araq/libffi",
"method": "git",
"tags": [
"ffi",
"library",
"C",
"calling",
"convention"
],
"description": "libffi wrapper for Nim.",
"license": "MIT",
"web": "https://github.com/Araq/libffi"
2015-08-21 00:05:24 +02:00
},
{
"name": "libcurl",
"url": "https://github.com/Araq/libcurl",
"method": "git",
"tags": [
"curl",
"web",
"http",
"download"
],
"description": "Nim wrapper for libcurl.",
"license": "MIT",
"web": "https://github.com/Araq/libcurl"
2015-08-21 17:11:42 -07:00
},
{
"name": "perlin",
"url": "https://github.com/Nycto/PerlinNim",
"method": "git",
"tags": [
"perlin",
"simplex",
2015-08-21 17:11:42 -07:00
"noise"
],
"description": "Perlin noise and Simplex noise generation",
2015-08-21 17:11:42 -07:00
"license": "MIT",
"web": "https://github.com/Nycto/PerlinNim"
2015-08-24 00:20:54 +07:00
},
{
"name": "pfring",
"url": "https://github.com/rgv151/pfring.nim",
"method": "git",
"tags": [
"pf_ring",
"packet",
"sniff",
"pcap",
"pfring",
"network",
"capture",
"socket"
],
"description": "PF_RING wrapper for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/pfring.nim"
2015-08-24 08:43:27 +07:00
},
{
"name": "xxtea",
"url": "https://github.com/rgv151/xxtea.nim",
"method": "git",
"tags": [
"xxtea",
"encrypt",
"decrypt",
"crypto"
],
"description": "XXTEA wrapper for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/xxtea.nim"
},
2015-08-24 08:45:52 +07:00
{
"name": "xxhash",
"url": "https://github.com/rgv151/xxhash.nim",
"method": "git",
"tags": [
"fast",
"hash",
"algorithm"
],
"description": "xxhash wrapper for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/xxhash.nim"
},
2015-08-24 08:48:33 +07:00
{
"name": "libipset",
"url": "https://github.com/rgv151/libipset.nim",
"method": "git",
"tags": [
"ipset",
"firewall",
"netfilter",
"mac",
"ip",
"network",
"collection",
"rule",
"set"
],
"description": "libipset wrapper for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/libipset.nim"
2015-08-26 09:34:30 +01:00
},
{
"name": "pop3",
"url": "https://github.com/FedericoCeratto/nim-pop3",
"method": "git",
"tags": [
"network",
"pop3",
"email"
],
"description": "POP3 client library",
"license": "LGPLv3",
"web": "https://github.com/FedericoCeratto/nim-pop3"
2015-08-27 17:06:17 +08:00
},
{
"name": "nimrpc",
"url": "https://github.com/rogercloud/nim-rpc",
"method": "git",
"tags": [
"msgpack",
"library",
"rpc",
"nimrpc"
],
"description": "RPC implementation for Nim based on msgpack4nim",
"license": "MIT",
"web": "https://github.com/rogercloud/nim-rpc"
2015-08-28 14:11:09 +08:00
},
{
"name": "asyncevents",
"url": "https://github.com/tulayang/asyncevents",
"method": "git",
"tags": [
"event",
"future",
"asyncdispath"
],
"description": "Asynchronous event loop for progaming with MVC",
"license": "MIT",
"web": "https://github.com/tulayang/asyncevents"
},
{
"name": "nimSHA2",
"url": "https://github.com/jangko/nimSHA2",
"method": "git",
"tags": [
"hash",
"crypto",
"library",
"sha2"
],
"description": "Secure Hash Algorithm - 2, [224, 256, 384, and 512 bits]",
"license": "MIT",
"web": "https://github.com/jangko/nimSHA2"
},
{
"name": "nimAES",
"url": "https://github.com/jangko/nimAES",
"method": "git",
"tags": [
"crypto",
"library",
"aes",
"encryption",
"rijndael"
],
"description": "Advanced Encryption Standard, Rijndael Algorithm",
"license": "MIT",
"web": "https://github.com/jangko/nimAES"
2015-08-31 23:27:43 +08:00
},
{
"name": "nimeverything",
"url": "git://github.com/xland/nimeverything/",
"method": "git",
"tags": [
"everything",
"voidtools",
"Everything Search Engine"
],
"description": "everything search engine wrapper",
"license": "MIT",
"web": "https://github.com/xland/nimeverything"
2015-09-05 13:14:37 -05:00
},
{
"name": "vidhdr",
"url": "git://github.com/achesak/nim-vidhdr",
"method": "git",
"tags": [
"video",
"formats",
"file"
],
"description": "Library for detecting the format of an video file",
"license": "MIT",
"web": "https://github.com/achesak/nim-vidhdr"
2015-09-05 13:16:30 -05:00
},
{
"name": "gitapi",
"url": "git://github.com/achesak/nim-gitapi",
"method": "git",
"tags": [
"git",
"version control",
"library"
],
"description": "Nim wrapper around the git version control software",
"license": "MIT",
"web": "https://github.com/achesak/nim-gitapi"
2015-09-15 17:10:03 +07:00
},
{
"name": "ptrace",
"url": "https://github.com/rgv151/ptrace.nim",
"method": "git",
"tags": [
"ptrace",
"trace",
"process",
"syscal",
"system",
"call"
],
"description": "ptrace wrapper for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/ptrace.nim"
2015-09-16 18:29:13 +02:00
},
{
2015-09-16 18:58:56 +02:00
"name": "ndbex",
2015-09-16 18:29:13 +02:00
"url": "https://github.com/Senketsu/nim-db-ex",
"method": "git",
"tags": [
"extension",
"database",
"Nim",
"convenience",
"db",
"mysql",
"postgres",
"sqlite"
],
"description": "extension modules for Nim's 'db_*' modules",
"license": "MIT",
"web": "https://github.com/Senketsu/nim-db-ex"
2015-09-19 01:09:52 +02:00
},
{
"name": "ni",
"url": "git://github.com/gokr/ni/",
"method": "git",
"tags": [
"language",
"library",
"scripting"
],
"description": "A Rebol-ish language implemented as an AST interpreter",
"license": "MIT",
"web": "https://github.com/gokr/ni"
},
{
"name": "nimBMP",
"url": "https://github.com/jangko/nimBMP",
"method": "git",
"tags": [
"graphics",
"library",
"BMP"
],
"description": "BMP encoder and decoder",
"license": "MIT",
"web": "https://github.com/jangko/nimBMP"
},
{
"name": "nimPNG",
"url": "https://github.com/jangko/nimPNG",
"method": "git",
"tags": [
"graphics",
"library",
"PNG"
],
"description": "PNG(Portable Network Graphics) encoder and decoder",
"license": "MIT",
"web": "https://github.com/jangko/nimPNG"
2015-09-20 18:48:29 +02:00
},
{
"name": "litestore",
2015-09-20 18:48:29 +02:00
"url": "https://github.com/h3rald/litestore",
"method": "git",
"tags": [
"database",
"rest",
"sqlite"
],
"description": "A lightweight, self-contained, RESTful, searchable, multi-format NoSQL document store",
"license": "MIT",
"web": "https://h3rald.com/litestore"
2015-09-21 22:24:38 +10:00
},
2015-09-21 22:10:36 +10:00
{
2015-09-21 22:24:38 +10:00
"name": "parseFixed",
2015-09-21 22:10:36 +10:00
"url": "https://github.com/jlp765/parsefixed",
"method": "git",
"tags": [
"parse",
"fixed",
"width",
"parser",
"text"
],
"description": "Parse fixed-width fields within lines of text (complementary to parsecsv)",
"license": "MIT",
"web": "https://github.com/jlp765/parsefixed"
2015-09-21 11:13:17 -05:00
},
{
"name": "playlists",
"url": "https://github.com/achesak/nim-playlists",
"method": "git",
"tags": [
"library",
"playlists",
"M3U",
"PLS",
"XSPF"
],
"description": "Nim library for parsing PLS, M3U, and XSPF playlist files",
"license": "MIT",
"web": "https://github.com/achesak/nim-playlists"
},
{
"name": "seqmath",
"url": "https://github.com/jlp765/seqmath",
"method": "git",
"tags": [
"math",
"seq",
"sequence",
"array",
"nested",
"algebra",
"statistics",
"lifted",
"financial"
],
"description": "Nim math library for sequences and nested sequences (extends math library)",
"license": "MIT",
"web": "https://github.com/jlp765/seqmath"
},
2015-10-06 15:20:48 +07:00
{
"name": "daemonize",
"url": "https://github.com/rgv151/daemonize.nim",
"method": "git",
"tags": [
"daemonize",
"background",
"fork",
"unix",
"linux",
"process"
],
"description": "This library makes your code run as a daemon process on Unix-like systems",
"license": "MIT",
"web": "https://github.com/rgv151/daemonize.nim"
2015-10-16 09:44:34 +10:00
},
{
"name": "tnim",
"url": "https://github.com/jlp765/tnim",
"method": "git",
"tags": [
"REPL",
"sandbox",
"interactive",
"compiler",
"code",
"language",
"Nim"
],
"description": "tnim is a Nim REPL - an interactive sandbox for testing Nim code",
"license": "MIT",
"web": "https://github.com/jlp765/tnim"
},
2015-10-15 19:35:00 -05:00
{
"name": "ris",
"url": "https://github.com/achesak/nim-ris",
"method": "git",
"tags": [
"RIS",
"citation",
"library"
],
"description": "Module for working with RIS citation files",
"license": "MIT",
"web": "https://github.com/achesak/nim-ris"
},
{
"name": "geoip",
"url": "https://github.com/achesak/nim-geoip",
"method": "git",
"tags": [
"IP",
"address",
"location"
],
"description": "Retrieve info about a location from an IP address",
"license": "MIT",
"web": "https://github.com/achesak/nim-geoip"
2015-10-19 12:10:39 +08:00
},
{
"name": "nimroutine",
"url": "https://github.com/rogercloud/nim-routine",
"method": "git",
"tags": [
"goroutine",
"routine",
"lightweight",
"thread"
],
"description": "A go routine like nim implementation",
"license": "MIT",
"web": "https://github.com/rogercloud/nim-routine"
2015-10-21 14:47:23 +03:00
},
{
"name": "coverage",
"url": "https://github.com/yglukhov/coverage",
"method": "git",
"tags": [
"code",
"coverage"
],
"description": "Code coverage library",
"license": "MIT",
"web": "https://github.com/yglukhov/coverage"
2015-10-30 23:46:36 +01:00
},
{
2015-10-31 00:30:33 +01:00
"name": "golib",
2015-10-30 23:46:36 +01:00
"url": "https://github.com/stefantalpalaru/golib-nim",
"method": "git",
"tags": [
"library",
"wrapper"
],
"description": "Bindings for golib - a library that (ab)uses gccgo to bring Go's channels and goroutines to the rest of the world",
"license": "BSD",
"web": "https://github.com/stefantalpalaru/golib-nim"
2015-11-15 22:58:44 +00:00
},
{
"name": "libnotify",
"url": "https://github.com/FedericoCeratto/nim-libnotify.git",
"method": "git",
"tags": [
"library",
"wrapper",
"desktop"
],
"description": "Minimalistic libnotify wrapper for desktop notifications",
"license": "LGPLv3",
"web": "https://github.com/FedericoCeratto/nim-libnotify"
2015-11-16 20:15:04 -05:00
},
{
"name": "nimcat",
"url": "https://github.com/shakna-israel/nimcat",
"method": "git",
"tags": [
"cat",
"cli"
],
"description": "An implementation of cat in Nim",
"license": "MIT",
"web": "https://github.com/shakna-israel/nimcat"
2015-11-19 01:36:45 +02:00
},
{
"name": "sections",
"url": "https://github.com/c0ffeeartc/nim-sections",
"method": "git",
"tags": [
"BDD",
"test"
],
"description": "`Section` macro with BDD aliases for testing",
"license": "MIT",
"web": "https://github.com/c0ffeeartc/nim-sections"
2015-11-20 15:14:31 +06:00
},
{
"name": "nimfp",
"url": "https://github.com/vegansk/nimfp",
"method": "git",
"tags": [
"functional",
"library"
],
"description": "Nim functional programming library",
"license": "MIT",
"web": "https://github.com/vegansk/nimfp"
},
{
"name": "nhsl",
"url": "https://github.com/twist-vector/nhsl.git",
"method": "git",
"tags": [
"library",
"serialization",
"pure"
],
"description": "Nim Hessian Serialization Library encodes/decodes data into the Hessian binary protocol",
"license": "LGPL",
"web": "https://github.com/twist-vector/nhsl"
},
{
"name": "nimstopwatch",
"url": "https://github.com/twist-vector/nim-stopwatch.git",
"method": "git",
"tags": [
"app",
"timer"
],
"description": "A Nim-based, non-graphical application designed to measure the amount of time elapsed from its activation to deactivation, includes total elapsed time, lap, and split times.",
"license": "LGPL",
"web": "https://github.com/twist-vector/nim-stopwatch"
},
2015-11-21 16:29:50 +01:00
{
"name": "playground",
"url": "https://github.com/theduke/nim-playground",
"method": "git",
"tags": [
2015-11-21 17:53:05 +00:00
"webapp",
"execution",
"nim",
"code",
"sandbox"
2015-11-21 16:29:50 +01:00
],
"description": "Web-based playground for testing Nim code.",
"license": "MIT",
"web": "https://github.com/theduke/nim-playground"
2015-11-23 13:07:23 +02:00
},
{
"name": "nimsl",
"url": "https://github.com/yglukhov/nimsl",
"method": "git",
"tags": [
"shader",
"opengl",
"glsl"
],
"description": "Shaders in Nim.",
"license": "MIT",
"web": "https://github.com/yglukhov/nimsl"
2015-09-21 22:10:36 +10:00
}
2015-08-21 17:11:42 -07:00
]