2012-12-01 22:58:38 +00:00
[
2017-04-05 15:27:46 +02:00
{
"name" : "discordnim" ,
"url" : "https://github.com/Krognol/discordnim" ,
"method" : "git" ,
"tags" : [
"library" ,
"discord"
2017-04-05 21:38:19 -04:00
] ,
2017-04-05 15:27:46 +02:00
"description" : "Discord library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Krognol/discordnim"
} ,
2013-03-11 00:04:53 +01:00
{
"name" : "argument_parser" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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
} ,
2013-01-21 13:42:47 +01:00
{
2012-12-01 22:58:38 +00:00
"name" : "jester" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/dom96/jester/" ,
2012-12-01 22:58:38 +00:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"web" ,
"http" ,
"framework" ,
"dsl"
] ,
2015-12-25 21:13:04 +00:00
"description" : "A sinatra-like web framework for Nim." ,
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"
] ,
2015-12-25 21:13:04 +00:00
"description" : "A simple string templating library for Nim." ,
2014-05-25 18:21:42 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/olahol/nimrod-murmur/" ,
2013-10-30 13:35:37 +01:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"hash" ,
"murmur"
] ,
2015-12-25 21:13:04 +00:00
"description" : "MurmurHash in pure Nim." ,
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
{
2017-01-23 18:17:02 +02:00
"name" : "libtcod_nim" ,
"url" : "https://github.com/Vladar4/libtcod_nim/" ,
2012-12-11 22:16:33 +02:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"roguelike" ,
"game" ,
"library" ,
"engine" ,
"sdl" ,
"opengl" ,
"glsl"
] ,
2015-12-25 21:13:04 +00:00
"description" : "Wrapper of the libtcod library for the Nim language." ,
2015-01-01 21:46:14 +02:00
"license" : "zlib" ,
2017-01-23 18:17:02 +02: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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Vladar4/nimgame/" ,
2012-12-09 22:05:29 +02:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
2017-01-16 18:36:20 +02:00
"deprecated" ,
2015-08-18 10:53:21 +02:00
"game" ,
"engine" ,
"sdl"
] ,
2017-01-16 17:38:44 +02:00
"description" : "A simple 2D game engine for Nim language. Deprecated, use nimgame2 instead." ,
2013-11-07 21:13:57 +01:00
"license" : "MIT" ,
"web" : "https://github.com/Vladar4/nimgame"
2012-12-19 16:46:05 -06:00
} ,
2017-01-16 17:38:44 +02:00
{
"name" : "nimgame2" ,
"url" : "https://github.com/Vladar4/nimgame2/" ,
"method" : "git" ,
"tags" : [
"game" ,
"engine" ,
"sdl" ,
"sdl2"
] ,
"description" : "A simple 2D game engine for Nim language." ,
"license" : "MIT" ,
"web" : "https://github.com/Vladar4/nimgame2"
} ,
2012-12-19 16:46:05 -06:00
{
"name" : "sfml" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/nimrod-sfml/" ,
2012-12-19 16:46:05 -06:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/nimrod-enet/" ,
2013-04-21 03:34:55 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Amrykid/nim-locale/" ,
2013-04-21 10:48:21 -05:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"library" ,
"locale" ,
"i18n" ,
"localization" ,
"localisation" ,
"globalization"
] ,
2015-12-25 21:13:04 +00:00
"description" : "A simple library for localizing Nim applications." ,
2013-11-07 21:13:57 +01:00
"license" : "MIT" ,
"web" : "https://github.com/Amrykid/nim-locale"
2013-05-01 23:07:28 +01:00
} ,
2013-04-26 17:28:40 -05:00
{
"name" : "fowltek" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/nimlibs/" ,
2013-04-26 17:28:40 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/nake/" ,
2013-05-22 18:37:06 -05:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"build" ,
"automation" ,
"sortof"
] ,
2015-12-25 21:13:04 +00:00
"description" : "make-like for Nim. 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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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"
] ,
2015-12-25 21:13:04 +00:00
"description" : "Nim 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
} ,
2016-02-15 17:30:08 +01:00
{
"name" : "chipmunk" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/nimrod-chipmunk/" ,
2016-02-15 17:30:08 +01:00
"method" : "git" ,
"tags" : [
"library" ,
"physics" ,
"game"
] ,
"description" : "Bindings for Chipmunk2D 6.x physics library (for backwards compatibility)" ,
"license" : "MIT" ,
"web" : "https://github.com/fowlmouth/nimrod-chipmunk"
} ,
2013-06-11 05:54:02 -06:00
{
2016-02-15 11:39:39 +01:00
"name" : "chipmunk6" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/nimrod-chipmunk/" ,
2013-06-11 05:54:02 -06:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"library" ,
"physics" ,
"game"
] ,
2016-02-15 11:39:39 +01:00
"description" : "Bindings for Chipmunk2D 6.x physics library" ,
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
} ,
2016-09-23 16:10:28 +02:00
{
"name" : "chipmunk7_demos" ,
"url" : "https://github.com/matkuki/chipmunk7_demos/" ,
"method" : "git" ,
"tags" : [
"demos" ,
"physics" ,
"game"
] ,
"description" : "Chipmunk7 demos for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/matkuki/chipmunk7_demos"
} ,
2013-06-26 19:27:34 +02:00
{
2013-12-04 00:14:11 +01:00
"name" : "nim-glfw" ,
2017-06-16 01:06:21 +02:00
"url" : "https://github.com/ephja/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" ,
2017-06-16 01:06:21 +02:00
"web" : "https://github.com/ephja/nim-glfw"
2013-06-28 01:07:59 +02:00
} ,
{
"name" : "nim-ao" ,
2017-06-16 01:06:21 +02:00
"url" : "https://github.com/ephja/nim-ao" ,
2013-06-28 01:07:59 +02:00
"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" ,
2017-06-16 01:06:21 +02:00
"web" : "https://github.com/ephja/nim-ao"
2013-07-01 16:18:33 -07:00
} ,
{
"name" : "termbox" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/nim-termbox" ,
2013-07-01 16:18:33 -07:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"library" ,
"terminal" ,
"io"
] ,
2013-07-01 16:18:33 -07:00
"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" ,
2013-11-02 16:48:40 +01:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/reactormonk/nim-kwin" ,
2013-08-13 00:02:29 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/dom96/nim-opencv" ,
2013-10-05 14:05:00 +01:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-08-28 22:52:00 -04:00
"gtk"
2015-08-18 10:53:21 +02:00
] ,
2015-12-25 21:13:04 +00:00
"description" : "A Nim 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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-08-28 22:52:00 -04:00
"C"
2015-08-18 10:53:21 +02:00
] ,
2015-12-25 21:13:04 +00:00
"description" : "c2nim is a tool to translate Ansi C code to Nim." ,
2014-06-28 23:28:48 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-08-28 22:52:00 -04:00
"Pascal"
2015-08-18 10:53:21 +02:00
] ,
2015-12-25 21:13:04 +00:00
"description" : "pas2nim is a tool to translate Pascal code to Nim." ,
2014-06-28 23:28:48 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/dom96/ipsumgenera" ,
2013-10-05 18:20:32 +01:00
"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
} ,
2014-05-29 20:45:27 -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"
] ,
2014-05-29 20:45:27 -05:00
"description" : "Easy way to 'Mock' C++ interface" ,
"license" : "MIT" ,
2015-06-21 14:32:13 +02:00
"web" : "https://github.com/onionhammer/clibpp"
2014-05-29 20:45:27 -05:00
} ,
2013-10-06 17:16:22 -05:00
{
2013-10-06 17:24:25 -05:00
"name" : "pastebin" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/extmath.nim" ,
2013-10-12 20:14:01 -05:00
"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"
2013-10-16 13:09:38 -07:00
} ,
{
"name" : "gtk2" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/gtk2" ,
2013-10-16 13:09:38 -07:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"wrapper" ,
"gui" ,
"gtk"
] ,
2013-10-16 13:17:46 -07:00
"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"
2013-10-16 13:09:38 -07:00
} ,
{
"name" : "cairo" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/cairo" ,
2013-10-16 13:09:38 -07:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"wrapper"
] ,
2013-10-16 13:17:46 -07:00
"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"
2013-10-16 13:09:38 -07:00
} ,
{
"name" : "x11" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/x11" ,
2013-10-16 13:09:38 -07:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"wrapper"
] ,
2013-10-16 13:17:46 -07:00
"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"
2013-10-16 13:09:38 -07:00
} ,
{
"name" : "opengl" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/opengl" ,
2013-10-16 13:09:38 -07:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"wrapper"
] ,
2013-10-16 13:17:46 -07:00
"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"
2013-10-16 13:09:38 -07:00
} ,
{
"name" : "lua" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/lua" ,
2013-10-16 13:09:38 -07:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"wrapper"
] ,
2013-10-16 13:17:46 -07:00
"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"
2013-10-16 13:09:38 -07:00
} ,
{
"name" : "tcl" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/tcl" ,
2013-10-16 13:09:38 -07:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"wrapper"
] ,
2013-10-16 13:17:46 -07:00
"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"
2013-10-16 13:09:38 -07:00
} ,
2015-07-21 22:27:36 +03:00
{
2015-07-25 14:36:16 +03:00
"name" : "glm" ,
2015-07-21 22:27:36 +03:00
"url" : "https://github.com/stavenko/nim-glm" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"opengl" ,
"math" ,
"matrix" ,
"vector" ,
"glsl"
] ,
2015-07-21 22:27:36 +03:00
"description" : "Port of c++ glm library with shader-like syntax" ,
"license" : "MIT" ,
"web" : "https://github.com/stavenko/nim-glm"
} ,
2013-10-16 13:09:38 -07:00
{
"name" : "python" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/python" ,
2013-10-16 13:09:38 -07:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"wrapper"
] ,
2013-10-16 13:17:46 -07:00
"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
} ,
2014-02-12 13:44:31 +02:00
{
"name" : "NimBorg" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/micklat/NimBorg" ,
2014-02-12 13:44:31 +02:00
"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" ,
2014-02-12 13:44:31 +02:00
"license" : "MIT" ,
2014-02-12 14:04:22 +02:00
"web" : "https://github.com/micklat/NimBorg"
2014-02-12 13:44:31 +02:00
} ,
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"
2013-11-26 16:10:10 +01:00
} ,
{
"name" : "dropbox_filename_sanitizer" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Araq/dropbox_filename_sanitizer/" ,
2013-11-26 16:10:10 +01:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"dropbox"
] ,
2013-11-26 16:10:10 +01:00
"description" : "Tool to clean up filenames shared on Dropbox" ,
2013-11-07 21:13:57 +01:00
"license" : "MIT" ,
2016-06-08 02:38:27 +02:00
"web" : "https://github.com/Araq/dropbox_filename_sanitizer/"
2013-11-27 17:48:45 -06:00
} ,
{
"name" : "csv" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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
} ,
2015-12-29 22:15:53 +00:00
{
"name" : "ogg" ,
"url" : "https://bitbucket.org/BitPuffin/nim-ogg" ,
"method" : "hg" ,
"tags" : [
"library" ,
"wrapper" ,
"binding" ,
"audio" ,
"sound" ,
"video" ,
"metadata" ,
"media"
] ,
"description" : "Binding to libogg" ,
"license" : "CC0"
} ,
2013-12-03 22:51:20 +01:00
{
"name" : "nim-vorbis" ,
"url" : "https://bitbucket.org/BitPuffin/nim-vorbis" ,
"method" : "hg" ,
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
} ,
2015-12-29 22:15:53 +00:00
{
"name" : "vorbis" ,
"url" : "https://bitbucket.org/BitPuffin/nim-vorbis" ,
"method" : "hg" ,
"tags" : [
"library" ,
"wrapper" ,
"binding" ,
"audio" ,
"sound" ,
"metadata" ,
"media"
] ,
"description" : "Binding to libvorbis" ,
"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
} ,
2015-12-29 22:15:53 +00:00
{
"name" : "portaudio" ,
"url" : "https://bitbucket.org/BitPuffin/nim-portaudio" ,
"method" : "hg" ,
"tags" : [
"library" ,
"wrapper" ,
"binding" ,
"audio" ,
"sound" ,
"media" ,
"io"
] ,
"description" : "Binding to portaudio" ,
"license" : "CC0"
} ,
2013-12-08 14:39:38 -05:00
{
"name" : "commandeer" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fenekku/commandeer" ,
2013-12-08 14:39:38 -05:00
"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:23:53 +01:00
} ,
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"
2013-12-08 22:20:51 -08:00
} ,
{
"name" : "bloom" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/boydgreenfield/nimrod-bloom" ,
2013-12-08 22:20:51 -08:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"Bloom filter" ,
"Bloom" ,
"probabilistic" ,
"data structure" ,
"set membership" ,
"MurmurHash" ,
"MurmurHash3"
] ,
2015-12-25 21:13:04 +00:00
"description" : "Efficient Bloom filter implementation in Nim using MurmurHash3." ,
2013-12-08 22:20:51 -08:00
"license" : "MIT" ,
2016-02-19 10:17:53 -08:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Araq/awesome_rmdir/" ,
2013-12-21 20:21:54 +01:00
"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" ,
2016-06-08 02:38:27 +02:00
"web" : "https://github.com/Araq/awesome_rmdir/"
2014-01-27 12:30:14 -05:00
} ,
{
"name" : "nimalpm" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/barcharcraz/nimalpm/" ,
2014-01-27 12:30:14 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/barcharcraz/nimlibpng" ,
2015-08-18 10:53:21 +02:00
"method" : "git" ,
"tags" : [
"png" ,
"wrapper" ,
"library" ,
"libpng" ,
"image"
] ,
2015-12-25 21:13:04 +00:00
"description" : "Nim wrapper for the libpng library" ,
2014-02-23 16:54:12 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/sdl2" ,
2015-08-18 10:53:21 +02:00
"method" : "git" ,
"tags" : [
"wrapper" ,
"media" ,
"audio" ,
"video"
] ,
"description" : "Wrapper for SDL 2.x" ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/sdl2"
2016-10-04 02:38:51 +02:00
} ,
2017-03-07 15:23:54 +01:00
{
2016-10-04 02:38:51 +02:00
"name" : "gamelib" ,
"url" : "https://github.com/PMunch/SDLGamelib" ,
"method" : "git" ,
"tags" : [
2017-03-07 15:23:54 +01:00
"sdl" ,
"game" ,
"library"
] ,
"description" : "A library of functions to make creating games using Nim and SDL2 easier. This does not intend to be a full blown engine and tries to keep all the components loosely coupled so that individual parts can be used separately." ,
2016-10-04 02:38:51 +02:00
"license" : "MIT" ,
"web" : "https://github.com/PMunch/SDLGamelib"
2014-03-01 17:58:27 -06:00
} ,
2016-10-04 16:31:11 +02:00
{
2017-03-07 15:20:25 +01:00
"name" : "nimcr" ,
"url" : "https://github.com/PMunch/nimcr" ,
2016-10-04 16:31:11 +02:00
"method" : "git" ,
"tags" : [
2017-03-07 15:20:25 +01:00
"shebang" ,
"utility"
2016-10-04 16:31:11 +02:00
] ,
2017-03-07 15:20:25 +01:00
"description" : "A small program to make Nim shebang-able without the overhead of compiling each time" ,
2016-10-04 16:31:11 +02:00
"license" : "MIT" ,
2017-03-07 15:20:25 +01:00
"web" : "https://github.com/PMunch/nimcr"
2016-10-04 16:31:11 +02:00
} ,
2016-03-05 21:48:51 +02:00
{
2016-03-10 21:43:46 +02:00
"name" : "sdl2_nim" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Vladar4/sdl2_nim" ,
2016-03-05 21:48:51 +02:00
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"sdl2" ,
"game" ,
"video" ,
"image" ,
"audio" ,
"network" ,
"ttf"
] ,
"description" : "Wrapper of the SDL 2 library for the Nim language." ,
"license" : "zlib" ,
2016-03-10 21:43:46 +02:00
"web" : "https://github.com/Vladar4/sdl2_nim"
2016-03-05 21:48:51 +02:00
} ,
2014-03-08 01:41:21 -05:00
{
2015-08-18 10:53:21 +02:00
"name" : "assimp" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/barcharcraz/nim-assimp" ,
2015-08-18 10:53:21 +02:00
"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
} ,
2014-03-08 20:44:08 -05:00
{
2015-08-18 10:53:21 +02:00
"name" : "freeimage" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/barcharcraz/nim-freeimage" ,
2015-08-18 10:53:21 +02:00
"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-08 20:44:08 -05:00
} ,
2014-03-11 16:18:52 -07:00
{
"name" : "bcrypt" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/ithkuil/bcryptnim/" ,
2014-03-11 16:18:52 -07:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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"
2014-03-20 21:26:01 -04:00
} ,
{
"name" : "DevIL" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Varriount/DevIL" ,
2014-03-20 21:26:01 -04:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"image" ,
"library" ,
"graphics" ,
"wrapper"
] ,
2014-03-20 21:26:01 -04:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/signals.nim" ,
2015-08-18 10:53:21 +02:00
"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
} ,
2016-03-04 15:38:37 -05:00
{
"name" : "sling" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Druage/sling" ,
2016-03-04 15:38:37 -05:00
"method" : "git" ,
"tags" : [
"signal" ,
"slots" ,
"eventloop" ,
"callback"
] ,
"description" : "Signal and Slot library for Nim." ,
"license" : "unlicense" ,
"web" : "https://github.com/Druage/sling"
} ,
2014-03-22 19:39:26 +01:00
{
"name" : "number_files" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Araq/number_files/" ,
2014-03-22 19:39:26 +01:00
"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" ,
2016-06-08 02:38:27 +02:00
"web" : "https://github.com/Araq/number_files/"
2014-03-22 19:02:53 -07:00
} ,
{
"name" : "redissessions" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/ithkuil/redissessions/" ,
2014-03-22 19:02:53 -07:00
"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/"
2014-03-23 00:01:17 -05:00
} ,
{
2015-08-18 10:53:21 +02:00
"name" : "horde3d" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/horde3d" ,
2015-08-18 10:53:21 +02:00
"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-23 00:01:17 -05:00
} ,
2014-03-24 20:03:19 -05:00
{
2015-08-18 10:53:21 +02:00
"name" : "mongo" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/mongo" ,
2015-08-18 10:53:21 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/allegro5" ,
2015-08-18 10:53:21 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/physfs" ,
2015-08-18 10:53:21 +02:00
"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"
2014-05-12 17:51:37 -07:00
} ,
{
2015-08-18 10:53:21 +02:00
"name" : "murmur3" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/boydgreenfield/nimrod-murmur" ,
2015-08-18 10:53:21 +02:00
"method" : "git" ,
"tags" : [
"MurmurHash" ,
"MurmurHash3" ,
"murmur" ,
"hash" ,
"hashing"
] ,
2015-12-25 21:13:04 +00:00
"description" : "A simple MurmurHash3 wrapper for Nim" ,
2014-05-12 17:51:37 -07:00
"license" : "MIT" ,
2016-02-19 10:17:53 -08:00
"web" : "https://github.com/boydgreenfield/nimrod-murmur"
2014-05-14 10:07:57 -04:00
} ,
{
2015-08-18 10:53:21 +02:00
"name" : "hex" ,
"url" : "https://github.com/esbullington/nimrod-hex" ,
"method" : "git" ,
"tags" : [
"hex" ,
"encoding"
] ,
2015-12-25 21:13:04 +00:00
"description" : "A simple hex package for Nim" ,
2014-05-14 10:07:57 -04:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/idlewan/jade-nim" ,
2015-08-18 10:53:21 +02:00
"method" : "git" ,
"tags" : [
"template" ,
"jade" ,
"web" ,
"dsl" ,
"html"
] ,
2015-12-25 21:13:04 +00:00
"description" : "Compiles jade templates to Nim 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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Araq/gh_nimrod_doc_pages" ,
2014-06-02 19:19:34 +02:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"commandline" ,
"web" ,
"automation" ,
"documentation"
] ,
2015-12-25 21:13:04 +00:00
"description" : "Generates a GitHub documentation website for Nim projects." ,
2014-06-02 19:19:34 +02:00
"license" : "MIT" ,
2016-06-08 02:38:27 +02:00
"web" : "https://github.com/Araq/gh_nimrod_doc_pages"
2014-06-14 01:46:50 +02:00
} ,
{
2015-08-18 10:53:21 +02:00
"name" : "midnight_dynamite" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Araq/midnight_dynamite" ,
2014-06-14 01:46:50 +02:00
"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" ,
2016-06-08 02:38:27 +02:00
"web" : "https://github.com/Araq/midnight_dynamite"
2014-06-15 00:01:02 +02:00
} ,
2014-06-14 12:06:13 +02:00
{
"name" : "rsvg" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/def-/rsvg" ,
2014-06-14 12:06:13 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/flyx/emerald" ,
2014-06-26 22:17:25 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/niminst" ,
2015-08-18 10:53:21 +02:00
"method" : "git" ,
"tags" : [
"app" ,
"binary" ,
"tool" ,
"installation" ,
2016-08-28 22:52:00 -04:00
"generator"
2015-08-18 10:53:21 +02:00
] ,
"description" : "tool to generate installers for Nim programs" ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/niminst"
} ,
{
"name" : "redis" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/redis" ,
2015-08-18 10:53:21 +02:00
"method" : "git" ,
"tags" : [
"redis" ,
"client" ,
"library"
] ,
"description" : "official redis client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/redis"
} ,
{
"name" : "dialogs" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/dialogs" ,
2015-08-18 10:53:21 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/blamestross/nimrod-vectors" ,
2014-06-30 11:44:59 -04:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/onecodex/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"
] ,
2015-11-05 12:02:05 -08:00
"description" : "mmap-backed bitarray implementation in Nim." ,
2014-07-19 12:17:52 -07:00
"license" : "MIT" ,
2016-02-19 10:17:53 -08:00
"web" : "https://www.github.com/onecodex/nim-bitarray"
2014-07-20 20:19:25 +01:00
} ,
{
"name" : "appdirs" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/julienaubert/nim-sndfile" ,
2015-08-18 10:53:21 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/def-/bigints" ,
2014-07-22 22:14:53 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/def-/iterutils" ,
2014-07-22 22:14:53 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/h3rald/hastyscribe" ,
2014-07-27 14:37:28 +02:00
"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
} ,
{
2016-06-08 03:04:39 +02:00
"name" : "nanomsg" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/def-/nim-nanomsg" ,
2014-07-31 20:59:41 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/barcharcraz/vecmath" ,
2014-08-03 13:22:48 -04:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Araq/lazy_rest" ,
2014-08-09 16:20:24 +02:00
"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" ,
2016-06-08 02:38:27 +02:00
"web" : "https://github.com/Araq/lazy_rest"
2014-08-11 13:51:09 -04:00
} ,
{
"name" : "Phosphor" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/barcharcraz/Phosphor" ,
2014-08-11 13:51:09 -04:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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"
2014-08-15 09:54:59 -05:00
} ,
{
"name" : "sndhdr" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-sndhdr" ,
2014-08-15 09:54:59 -05:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"library" ,
"formats" ,
"files" ,
"sound" ,
"audio"
] ,
2014-08-15 09:54:59 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2017-04-04 13:38:11 +02:00
"url" : "https://github.com/oprypin/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" ,
2017-04-04 13:38:11 +02:00
"web" : "https://github.com/oprypin/nim-random"
2014-08-30 20:31:40 +02:00
} ,
{
"name" : "zmq" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/idlewan/nim-uuid" ,
2014-08-30 22:10:54 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/cowboy-coders/nim-openssl-evp" ,
2014-10-12 02:08:22 +01:00
"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" ,
2017-07-08 15:35:17 +01:00
"alias" : "maybe"
} ,
2014-10-17 22:06:29 -05:00
{
2017-05-18 01:14:40 -07:00
"name" : "maybe" ,
"url" : "https://github.com/superfunc/maybe" ,
2014-10-17 22:06:29 -05:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"library" ,
"functional" ,
2017-05-18 01:14:40 -07:00
"optional" ,
"monad"
2015-08-18 10:53:21 +02:00
] ,
2017-05-18 01:14:40 -07:00
"description" : "basic monadic maybe type for Nim" ,
2014-10-17 22:06:29 -05:00
"license" : "BSD3" ,
2017-05-18 01:14:40 -07:00
"web" : "https://github.com/superfunc/maybe"
2014-10-19 21:18:17 -04:00
} ,
{
"name" : "eternity" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/hiteshjasani/nim-eternity" ,
2014-10-19 21:18:17 -04:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/rnentjes/nim-ludens" ,
2014-11-14 19:12:59 +01:00
"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-15 13:36:21 +00:00
} ,
2014-11-13 22:47:28 -06:00
{
"name" : "ffbookmarks" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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"
2014-11-19 15:13:20 -05:00
} ,
{
"name" : "moustachu" ,
"url" : "https://github.com/fenekku/moustachu.git" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"web" ,
"html" ,
"template" ,
"mustache"
] ,
2015-05-20 21:27:47 -04:00
"description" : "Mustache templating for Nim." ,
2014-11-19 15:13:20 -05:00
"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
} ,
{
2016-01-08 12:12:49 +02:00
"name" : "libclang" ,
2014-12-15 23:51:42 +00:00
"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
} ,
2016-01-08 12:12:49 +02:00
{
"name" : "nim-libclang" ,
"url" : "https://github.com/cowboy-coders/nim-libclang.git" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"bindings" ,
"clang"
] ,
"description" : "Please use libclang instead." ,
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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"
2014-12-29 16:03:03 -06:00
} ,
{
"name" : "XPLM-Nim" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/jpoirier/XPLM-Nim" ,
2014-12-29 16:03:03 -06:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"X-Plane" ,
"XPLM" ,
"Plugin" ,
"SDK"
] ,
2014-12-29 16:03:03 -06:00
"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" ,
2017-04-04 13:38:11 +02:00
"url" : "https://github.com/oprypin/nim-csfml" ,
2015-01-07 01:46:42 +02:00
"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" ,
2017-04-04 13:38:11 +02:00
"web" : "https://github.com/oprypin/nim-csfml"
2015-01-10 13:53:36 -05:00
} ,
{
"name" : "optional_t" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/flaviut/optional_t" ,
2015-01-10 13:53:36 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/jpoirier/nimrtlsdr" ,
2015-01-12 15:02:23 -06:00
"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" ,
2015-08-27 17:06:58 +08:00
"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
} ,
2015-01-17 01:26:14 +01:00
{
"name" : "parsetoml" ,
"url" : "https://github.com/ziotom78/parsetoml.git" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
2016-08-28 22:52:00 -04:00
"library"
2015-08-18 10:53:21 +02:00
] ,
2015-01-17 01:26:14 +01:00
"description" : "Library for parsing TOML files." ,
"license" : "MIT" ,
2015-01-17 17:30:24 +01:00
"web" : "https://github.com/ziotom78/parsetoml"
2015-01-17 01:26:14 +01:00
} ,
2015-01-16 21:55:59 +00:00
{
"name" : "compiler" ,
2016-11-28 22:23:45 +00:00
"url" : "https://github.com/nim-lang/Nim.git" ,
2015-01-16 21:55:59 +00:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
2016-08-28 22:52:00 -04:00
"library"
2015-08-18 10:53:21 +02:00
] ,
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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/docopt/docopt.nim" ,
2015-01-19 12:08:10 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/def-/nim-bpg.git" ,
2015-01-23 01:59:23 +01:00
"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
} ,
{
2016-01-30 21:34:28 -05:00
"name" : "io-spacenav" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/io-spacenav.git" ,
2015-01-27 00:41:53 -05:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"binding" ,
"3dx" ,
"3dconnexion" ,
"libspnav" ,
"spacenav" ,
"spacemouse" ,
"spacepilot" ,
"spacenavigator"
] ,
2016-01-30 21:34:28 -05:00
"description" : "Obsolete - please use spacenav instead!" ,
2015-01-27 00:41:53 -05:00
"license" : "MIT" ,
2016-01-30 21:34:28 -05:00
"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" ,
2015-05-18 22:19:41 +01:00
"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" ,
2015-06-10 12:59:28 -04:00
"web" : "https://github.com/MasonMcGill/tuples"
2015-02-07 10:51:05 +09:00
} ,
{
"name" : "fuse" ,
2015-03-03 09:22:15 +09:00
"url" : "https://github.com/akiradeveloper/nim-fuse.git" ,
2015-02-07 10:51:05 +09:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"fuse" ,
"library" ,
"wrapper"
] ,
2015-02-07 10:51:05 +09:00
"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" ,
2016-08-28 22:52:00 -04:00
"autocomplete"
2015-08-18 10:53:21 +02:00
] ,
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" ,
2016-12-04 17:01:46 +02:00
"url" : "https://github.com/yglukhov/nim-jwt.git" ,
2015-02-10 18:14:38 -05:00
"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" ,
2016-12-04 17:01:46 +02:00
"web" : "https://github.com/yglukhov/nim-jwt"
2015-02-12 19:53:11 -06:00
} ,
{
"name" : "pythonpathlib" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-pythonpathlib.git" ,
2015-02-12 19:53:11 -06:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/apense/nimrat" ,
2015-02-15 14:27:24 -05:00
"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
} ,
{
2016-01-30 21:34:28 -05:00
"name" : "io-isense" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/io-isense.git" ,
2015-02-17 11:58:06 -05:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"binding" ,
"isense" ,
"intersense" ,
"inertiacube" ,
"intertrax" ,
"microtrax" ,
"thales" ,
"tracking" ,
"sensor"
] ,
2016-01-30 21:34:28 -05:00
"description" : "Obsolete - please use isense instead!" ,
2015-02-17 11:58:06 -05:00
"license" : "MIT" ,
2016-01-30 21:34:28 -05:00
"web" : "https://github.com/nimious/io-isense"
2015-02-17 15:43:22 -05:00
} ,
{
2016-01-30 21:34:28 -05:00
"name" : "io-usb" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/io-usb.git" ,
2015-02-17 15:43:22 -05:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"binding" ,
"usb" ,
"libusb"
] ,
2016-01-30 21:34:28 -05:00
"description" : "Obsolete - please use libusb instead!" ,
2015-02-17 15:43:22 -05:00
"license" : "MIT" ,
2016-01-30 21:34:28 -05:00
"web" : "https://github.com/nimious/io-usb"
2015-02-20 11:16:45 +01:00
} ,
{
"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"
] ,
2015-02-20 11:16:45 +01:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/fowlmouth/glossolalia" ,
2015-08-18 10:53:21 +02:00
"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"
2015-03-02 14:45:15 +09:00
} ,
{
"name" : "msgpack" ,
"url" : "https://github.com/akiradeveloper/msgpack-nim.git" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"msgpack" ,
"library" ,
"serialization"
] ,
2015-03-02 14:45:15 +09:00
"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
} ,
{
2016-01-30 21:34:28 -05:00
"name" : "io-myo" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/io-myo.git" ,
2015-03-16 10:10:01 -04:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"binding" ,
"myo" ,
"thalmic" ,
"armband" ,
"gesture"
] ,
2016-01-30 21:34:28 -05:00
"description" : "Obsolete - please use myo instead!" ,
2015-03-16 10:10:01 -04:00
"license" : "MIT" ,
2016-01-30 21:34:28 -05:00
"web" : "https://github.com/nimious/io-myo"
2015-03-17 00:26:17 -04:00
} ,
{
2016-01-30 21:34:28 -05:00
"name" : "io-oculus" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/io-oculus.git" ,
2015-03-17 00:26:17 -04:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"binding" ,
"oculus" ,
"rift" ,
"vr" ,
"libovr" ,
"ovr" ,
"dk1" ,
"dk2" ,
"gearvr"
] ,
2016-01-30 21:34:28 -05:00
"description" : "Obsolete - please use oculus instead!" ,
2015-03-17 00:26:17 -04:00
"license" : "MIT" ,
2016-01-30 21:34:28 -05:00
"web" : "https://github.com/nimious/io-oculus"
2015-04-02 15:52:24 +03:00
} ,
{
"name" : "closure_compiler" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/yglukhov/closure_compiler.git" ,
2015-04-02 15:52:24 +03:00
"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
} ,
{
2016-01-30 21:34:28 -05:00
"name" : "io-serialport" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/io-serialport.git" ,
2015-04-11 10:34:45 -04:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"binding" ,
"libserialport" ,
"serial" ,
"communication"
] ,
2016-01-30 21:34:28 -05:00
"description" : "Obsolete - please use serialport instead!" ,
2015-04-11 10:34:45 -04:00
"license" : "MIT" ,
2016-01-30 21:34:28 -05:00
"web" : "https://github.com/nimious/io-serialport"
2015-04-12 18:03:36 +01:00
} ,
2015-04-12 16:14:58 +02:00
{
"name" : "beanstalkd" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/rspeer/wiki2text.git" ,
2015-04-23 11:45:01 -04:00
"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" ,
2016-06-27 11:38:10 +03:00
"url" : "https://github.com/vegansk/jnim" ,
2015-05-05 22:54:30 +03:00
"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" ,
2016-06-27 11:38:10 +03:00
"web" : "https://github.com/vegansk/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-13 01:56:17 -05:00
} ,
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"
2015-05-14 08:42:09 -04:00
} ,
{
"name" : "nuuid" ,
2016-06-28 13:38:45 +03:00
"url" : "https://github.com/yglukhov/nim-only-uuid" ,
2015-05-14 08:42:09 -04:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"library" ,
"uuid" ,
"guid"
] ,
2015-05-14 08:42:09 -04:00
"description" : "A Nim source only UUID generator" ,
"license" : "MIT" ,
2016-06-28 13:38:45 +03:00
"web" : "https://github.com/yglukhov/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" ,
"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" ,
2016-04-04 16:12:46 +06:00
"url" : "https://github.com/vegansk/nrpl" ,
2015-05-15 16:38:02 -04:00
"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" ,
2016-04-04 16:12:46 +06:00
"web" : "https://github.com/vegansk/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
} ,
{
2016-01-30 21:34:28 -05:00
"name" : "io-gles" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/io-gles.git" ,
2015-05-17 14:01:11 -04:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"binding" ,
"khronos" ,
"gles" ,
"opengl es"
] ,
2016-01-30 21:34:28 -05:00
"description" : "Obsolete - please use gles instead!" ,
2015-05-17 14:01:11 -04:00
"license" : "MIT" ,
2016-01-30 21:34:28 -05:00
"web" : "https://github.com/nimious/io-gles"
2015-05-17 14:01:11 -04:00
} ,
{
2016-01-30 21:34:28 -05:00
"name" : "io-egl" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/io-egl.git" ,
2015-05-17 14:01:11 -04:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"binding" ,
"khronos" ,
"egl" ,
"opengl" ,
"opengl es" ,
"openvg"
] ,
2016-01-30 21:34:28 -05:00
"description" : "Obsolete - please use egl instead!" ,
2015-05-17 14:01:11 -04:00
"license" : "MIT" ,
2016-01-30 21:34:28 -05:00
"web" : "https://github.com/nimious/io-egl"
2015-05-19 20:22:37 -04:00
} ,
{
2016-01-30 21:34:28 -05:00
"name" : "io-sixense" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/io-sixense.git" ,
2015-05-19 20:22:37 -04:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"binding" ,
"sixense" ,
"razer hydra" ,
"stem system" ,
"vr"
] ,
2016-01-30 21:34:28 -05:00
"description" : "Obsolete - please use sixense instead!" ,
2015-05-19 20:22:37 -04:00
"license" : "MIT" ,
2016-01-30 21:34:28 -05:00
"web" : "https://github.com/nimious/io-sixense"
2015-05-20 10:59:14 +01:00
} ,
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"
2015-05-21 15:40:05 +02:00
} ,
{
2015-06-01 19:15:30 +02:00
"name" : "binaryheap" ,
2015-05-21 15:40:05 +02:00
"url" : "https://github.com/bluenote10/nim-heap" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"heap" ,
"priority queue"
] ,
2015-05-21 15:40:05 +02:00
"description" : "Simple binary heap implementation" ,
"license" : "MIT" ,
"web" : "https://github.com/bluenote10/nim-heap"
} ,
{
2015-06-01 19:15:30 +02:00
"name" : "stringinterpolation" ,
2015-05-21 15:40:05 +02:00
"url" : "https://github.com/bluenote10/nim-stringinterpolation" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"string formatting" ,
"string interpolation"
] ,
2015-05-21 15:40:05 +02:00
"description" : "String interpolation with printf syntax" ,
"license" : "MIT" ,
"web" : "https://github.com/bluenote10/nim-stringinterpolation"
2015-05-21 19:13:09 -07:00
} ,
2015-06-01 19:15:30 +02: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"
] ,
2015-06-01 19:15:30 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://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-28 12:43:05 +01:00
} ,
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"
} ,
2015-05-27 20:56:53 -04:00
{
"name" : "shimsham" ,
"url" : "https://github.com/apense/shimsham" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"crypto" ,
"hash" ,
"hashing" ,
"digest"
] ,
2015-05-27 20:56:53 -04:00
"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"
2015-06-04 01:00:19 +07:00
} ,
{
"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"
] ,
2015-06-04 01:00:19 +07:00
"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-05 11:52:59 +01:00
} ,
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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/petermora/nimLazy/" ,
2015-06-10 13:45:36 +02:00
"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"
2015-06-12 15:27:50 -04:00
} ,
{
"name" : "nimfuzz" ,
"url" : "https://github.com/apense/nimfuzz" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"fuzzing" ,
"testing" ,
"hacking" ,
"security"
] ,
2015-06-12 15:27:50 -04:00
"description" : "Simple and compact fuzzing" ,
"license" : "Apache License 2.0" ,
2015-06-13 12:07:37 -04:00
"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" ,
2017-06-06 17:55:11 +02:00
"linear-algebra" ,
2015-08-18 10:53:21 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nim-lang/oldwinapi" ,
2015-06-23 20:27:47 +02:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/yglukhov/nimx" ,
2015-06-24 17:34:09 +03:00
"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" ,
2016-08-29 11:59:36 +03:00
"license" : "MIT" ,
2015-06-24 17:34:09 +03:00
"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"
2015-07-07 01:01:13 -06:00
} ,
{
"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"
] ,
2015-07-07 01:01:13 -06:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/rnowley/nim-ncurses/" ,
2015-07-11 13:39:03 +01:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-pwd" ,
2015-07-16 18:15:05 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-spwd" ,
2015-07-16 18:15:05 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-grp" ,
2015-07-16 18:15:05 -05:00
"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"
2015-07-18 22:49:18 +01:00
} ,
2015-07-16 17:22:42 -03:00
{
"name" : "stopwatch" ,
2016-12-12 15:49:36 -05:00
"url" : "https://gitlab.com/define-private-public/stopwatch" ,
2015-07-16 17:22:42 -03:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"timer" ,
2016-12-12 15:49:36 -05:00
"timing" ,
"benchmarking" ,
"watch" ,
"clock"
2015-08-18 10:53:21 +02:00
] ,
2016-12-24 14:03:59 -05:00
"description" : "A simple timing library for benchmarking code and other things." ,
2015-07-16 17:22:42 -03:00
"license" : "MIT" ,
2016-12-12 15:49:36 -05:00
"web" : "https://gitlab.com/define-private-public/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 12:50:04 +01:00
} ,
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-25 12:50:04 +01:00
} ,
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"
2015-08-15 19:31:48 +08:00
} ,
{
"name" : "httpform" ,
"url" : "https://github.com/tulayang/httpform" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"request parser" ,
"upload" ,
"html5 file"
] ,
2015-08-15 19:31:48 +08:00
"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-20 23:00:20 +02:00
} ,
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" ,
2015-08-24 18:49:39 -07:00
"simplex" ,
2015-08-21 17:11:42 -07:00
"noise"
] ,
2015-08-24 18:49:39 -07:00
"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" ,
2016-04-06 10:57:11 +01:00
"url" : "https://github.com/xxtea/xxtea-nim" ,
2015-08-24 08:43:27 +07:00
"method" : "git" ,
"tags" : [
"xxtea" ,
"encrypt" ,
"decrypt" ,
"crypto"
] ,
2016-04-06 10:57:11 +01:00
"description" : "XXTEA encryption algorithm library written in pure Nim." ,
2015-08-24 08:43:27 +07:00
"license" : "MIT" ,
2016-04-06 10:57:11 +01:00
"web" : "https://github.com/xxtea/xxtea-nim"
2015-08-24 08:27:13 +01:00
} ,
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:29:03 +01:00
} ,
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"
2015-08-31 10:30:34 +07:00
} ,
{
"name" : "nimSHA2" ,
"url" : "https://github.com/jangko/nimSHA2" ,
"method" : "git" ,
"tags" : [
"hash" ,
"crypto" ,
"library" ,
2017-02-25 21:18:30 +01:00
"sha256" ,
"sha224" ,
"sha384" ,
"sha512"
2015-08-31 10:30:34 +07:00
] ,
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/xland/nimeverything/" ,
2015-08-31 23:27:43 +08:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-vidhdr" ,
2015-09-05 13:14:37 -05:00
"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" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-gitapi" ,
2015-09-05 13:16:30 -05:00
"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" ,
"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
} ,
{
2016-04-13 11:17:00 +02:00
"name" : "spry" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/gokr/spry" ,
2015-09-19 01:09:52 +02:00
"method" : "git" ,
"tags" : [
"language" ,
"library" ,
"scripting"
] ,
2016-04-13 11:17:00 +02:00
"description" : "A Smalltalk and Rebol inspired language implemented as an AST interpreter" ,
2015-09-19 01:09:52 +02:00
"license" : "MIT" ,
2016-04-13 11:17:00 +02:00
"web" : "https://github.com/gokr/spry"
2015-09-20 11:29:30 +07:00
} ,
{
"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
} ,
{
2015-09-21 22:22:27 +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"
2015-10-06 12:42:18 +10:00
} ,
2015-10-06 11:28:42 +01:00
{
2015-10-06 12:42:18 +10:00
"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 11:28:42 +01:00
} ,
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" ,
2016-08-28 22:52:00 -04:00
"language"
2015-10-16 09:44:34 +10:00
] ,
"description" : "tnim is a Nim REPL - an interactive sandbox for testing Nim code" ,
"license" : "MIT" ,
"web" : "https://github.com/jlp765/tnim"
2015-10-17 14:20:21 +01:00
} ,
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" ,
2016-11-11 14:15:33 -05:00
"location" ,
"geolocation"
2015-10-15 19:35:00 -05:00
] ,
"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
} ,
2015-10-15 19:35:00 -05:00
{
2016-11-10 11:24:22 -05:00
"name" : "freegeoip" ,
"url" : "https://github.com/achesak/nim-freegeoip" ,
2015-10-15 19:35:00 -05:00
"method" : "git" ,
"tags" : [
"IP" ,
"address" ,
2016-11-11 14:15:33 -05:00
"location" ,
"geolocation"
2015-10-15 19:35:00 -05:00
] ,
"description" : "Retrieve info about a location from an IP address" ,
"license" : "MIT" ,
2016-11-10 11:24:22 -05:00
"web" : "https://github.com/achesak/nim-freegeoip"
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"
2015-11-21 12:00:40 -05:00
} ,
{
"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 17:52:30 +00:00
} ,
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" ,
"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-11-24 04:46:56 +01:00
} ,
{
2015-11-26 23:30:19 +01:00
"name" : "omnilog" ,
"url" : "https://github.com/nim-appkit/omnilog" ,
2015-11-24 04:46:56 +01:00
"method" : "git" ,
"tags" : [
"library" ,
"logging" ,
"logs"
] ,
"description" : "Advanced logging library for Nim with structured logging, formatters, filters and writers." ,
"license" : "MIT" ,
2015-11-26 23:30:19 +01:00
"web" : "https://github.com/nim-appkit/omnilog"
2015-11-24 03:37:05 +01:00
} ,
{
"name" : "values" ,
2015-11-26 23:30:19 +01:00
"url" : "https://github.com/nim-appkit/values" ,
2015-11-24 03:37:05 +01:00
"method" : "git" ,
"tags" : [
"library" ,
"values" ,
"datastructures"
] ,
"description" : "Library for working with arbitrary values + a map data structure." ,
"license" : "MIT" ,
2015-11-26 23:30:19 +01:00
"web" : "https://github.com/nim-appkit/values"
2015-11-25 11:53:51 +00:00
} ,
{
2015-11-24 14:11:42 -05:00
"name" : "geohash" ,
"url" : "https://github.com/twist-vector/nim-geohash.git" ,
"method" : "git" ,
"tags" : [
"library" ,
"geocoding" ,
"pure"
] ,
"description" : "Nim implementation of the geohash latitude/longitude geocode system" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/twist-vector/nim-geohash"
2015-11-25 05:40:53 -05:00
} ,
2015-11-24 14:11:42 -05:00
{
"name" : "bped" ,
"url" : "https://github.com/twist-vector/nim-bped.git" ,
"method" : "git" ,
"tags" : [
"library" ,
"serialization" ,
"pure"
] ,
"description" : "Nim implementation of the Bittorrent ascii serialization protocol" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/twist-vector/nim-bped"
2015-11-26 06:18:58 +01:00
} ,
{
"name" : "ctrulib" ,
"url" : "https://github.com/skyforce77/ctrulib-nim.git" ,
"method" : "git" ,
"tags" : [
"library" ,
"nintendo" ,
"3ds"
] ,
"description" : "ctrulib wrapper" ,
"license" : "GPLv2" ,
"web" : "https://github.com/skyforce77/ctrulib-nim"
2015-11-28 23:50:09 -06:00
} ,
{
"name" : "nimrdkafka" ,
"url" : "https://github.com/dfdeshom/nimrdkafka.git" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"kafka"
] ,
"description" : "Nim wrapper for librdkafka" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/dfdeshom/nimrdkafka"
2015-11-30 18:11:01 +01:00
} ,
{
"name" : "utils" ,
"url" : "https://github.com/nim-appkit/utils" ,
"method" : "git" ,
"tags" : [
"library" ,
2015-11-30 18:24:19 +01:00
"utilities"
2015-11-30 18:11:01 +01:00
] ,
"description" : "Collection of string, parsing, pointer, ... utilities." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-appkit/utils"
} ,
2015-12-03 14:08:05 +11:00
{
"name" : "pymod" ,
"url" : "https://github.com/jboy/nim-pymod" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"python" ,
"module" ,
"numpy" ,
"array" ,
"matrix" ,
"ndarray" ,
"pyobject" ,
"pyarrayobject" ,
"iterator" ,
"iterators" ,
2015-12-04 15:55:21 +00:00
"docstring"
2015-12-03 14:08:05 +11:00
] ,
"description" : "Auto-generate a Python module that wraps a Nim module." ,
"license" : "MIT" ,
"web" : "https://github.com/jboy/nim-pymod"
2015-12-05 22:41:52 +10:00
} ,
{
"name" : "db" ,
"url" : "https://github.com/jlp765/db" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"database" ,
"module" ,
"sqlite" ,
"mysql" ,
"postgres" ,
"db_sqlite" ,
"db_mysql" ,
"db_postgres"
] ,
"description" : "Unified db access module, providing a single library module to access the db_sqlite, db_mysql and db_postgres modules." ,
"license" : "MIT" ,
"web" : "https://github.com/jlp765/db"
2015-12-07 16:27:14 -06:00
} ,
{
"name" : "nimsnappy" ,
"url" : "https://github.com/dfdeshom/nimsnappy.git" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"compression"
] ,
"description" : "Nim wrapper for the snappy compression library. there is also a high-level API for easy use" ,
"license" : "BSD" ,
"web" : "https://github.com/dfdeshom/nimsnappy"
2015-12-09 21:05:44 +07:00
} ,
{
"name" : "nimLUA" ,
"url" : "https://github.com/jangko/nimLUA" ,
"method" : "git" ,
"tags" : [
"lua" ,
"library" ,
"bind" ,
"glue" ,
"macros"
] ,
"description" : "glue code generator to bind Nim and Lua together using Nim's powerful macro" ,
"license" : "MIT" ,
"web" : "https://github.com/jangko/nimLUA"
2015-12-10 19:08:25 +00:00
} ,
2015-12-09 15:51:07 +02:00
{
"name" : "sound" ,
"url" : "https://github.com/yglukhov/sound.git" ,
"method" : "git" ,
"tags" : [
"sound" ,
"ogg"
] ,
"description" : "Cross-platform sound mixer library" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/sound"
2015-12-22 22:55:05 +00:00
} ,
{
"name" : "nimi3status" ,
"url" : "https://github.com/FedericoCeratto/nimi3status" ,
"method" : "git" ,
"tags" : [
"i3" ,
"i3status"
] ,
"description" : "Lightweight i3 status bar." ,
"license" : "GPLv3" ,
"web" : "https://github.com/FedericoCeratto/nimi3status"
2015-12-23 11:34:27 +02:00
} ,
{
"name" : "native_dialogs" ,
"url" : "https://github.com/SSPkrolik/nim-native-dialogs.git" ,
"method" : "git" ,
"tags" : [
"ui" ,
"gui" ,
"cross-platform" ,
"library"
] ,
"description" : "Implements framework-agnostic native operating system dialogs calls" ,
"license" : "MIT" ,
"web" : "https://github.com/SSPkrolik/nim-native-dialogs"
2015-12-24 23:02:54 +02:00
} ,
{
"name" : "variant" ,
"url" : "https://github.com/yglukhov/variant.git" ,
"method" : "git" ,
"tags" : [
"variant"
] ,
"description" : "Variant type and type matching" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/variant"
2015-12-27 20:45:18 -06:00
} ,
{
"name" : "pythonmath" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-pythonmath" ,
2015-12-27 20:45:18 -06:00
"method" : "git" ,
"tags" : [
"library" ,
"python" ,
"math"
] ,
"description" : "Module to provide an interface as similar as possible to Python's math libary" ,
"license" : "MIT" ,
"web" : "https://github.com/achesak/nim-pythonmath"
2015-12-28 12:05:31 +00:00
} ,
2015-12-23 20:17:20 -06:00
{
"name" : "nimlz4" ,
"url" : "https://github.com/dfdeshom/nimlz4.git" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"compression" ,
"lzo" ,
"lz4"
] ,
"description" : "Nim wrapper for the LZ4 library. There is also a high-level API for easy use" ,
"license" : "BSD" ,
"web" : "https://github.com/dfdeshom/nimlz4"
2015-12-30 11:35:07 -04:00
} ,
{
"name" : "pythonize" ,
"url" : "https://github.com/marcoapintoo/nim-pythonize.git" ,
"method" : "git" ,
"tags" : [
"python" ,
2015-12-30 11:56:28 -04:00
"wrapper"
2015-12-30 11:35:07 -04:00
] ,
"description" : "A higher-level wrapper for the Python Programing Language" ,
"license" : "MIT" ,
"web" : "https://github.com/marcoapintoo/nim-pythonize"
2015-12-31 13:33:07 -05:00
} ,
{
"name" : "cligen" ,
"url" : "https://github.com/c-blake/cligen.git" ,
"method" : "git" ,
"tags" : [
"library" ,
"commandline" ,
"arguments" ,
"switches" ,
"parsing" ,
"options"
] ,
"description" : "Infer & generate command-line interace/option/argument parsers" ,
"license" : "MIT" ,
"web" : "https://github.com/c-blake/cligen"
2016-01-06 17:59:27 +00:00
} ,
2015-12-30 17:02:41 -06:00
{
"name" : "fnmatch" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-fnmatch" ,
2015-12-30 17:02:41 -06:00
"method" : "git" ,
"tags" : [
"library" ,
"unix" ,
"files" ,
"matching"
] ,
"description" : "Nim module for filename matching with UNIX shell patterns" ,
"license" : "MIT" ,
"web" : "https://github.com/achesak/nim-fnmatch"
2015-12-30 17:05:29 -06:00
} ,
{
"name" : "shorturl" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-shorturl" ,
2015-12-30 17:05:29 -06:00
"method" : "git" ,
"tags" : [
"library" ,
"url" ,
"uid"
] ,
"description" : "Nim module for generating URL identifiers for Tiny URL and bit.ly-like URLs" ,
2015-12-30 17:06:49 -06:00
"license" : "MIT" ,
2015-12-30 17:05:29 -06:00
"web" : "https://github.com/achesak/nim-shorturl"
2016-01-07 17:46:26 +01:00
} ,
{
"name" : "teafiles" ,
"url" : "git@github.com:unicredit/nim-teafiles.git" ,
"method" : "git" ,
"tags" : [
"teafiles" ,
"mmap" ,
"timeseries"
] ,
"description" : "TeaFiles provide fast read/write access to time series data" ,
"license" : "Apache2" ,
"web" : "https://github.com/unicredit/nim-teafiles"
} ,
{
"name" : "emmy" ,
"url" : "git@github.com:unicredit/emmy.git" ,
"method" : "git" ,
"tags" : [
"algebra" ,
"polynomials" ,
"primes" ,
"ring" ,
"quotients"
] ,
"description" : "Algebraic structures and related operations for Nim" ,
"license" : "Apache2" ,
"web" : "https://github.com/unicredit/emmy"
2016-01-10 23:29:18 +01:00
} ,
{
"name" : "impulse_engine" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/matkuki/Nim-Impulse-Engine" ,
2016-01-10 23:29:18 +01:00
"method" : "git" ,
"tags" : [
"physics" ,
"engine" ,
"2D"
] ,
"description" : "Nim port of a simple 2D physics engine" ,
"license" : "zlib" ,
"web" : "https://github.com/matkuki/Nim-Impulse-Engine"
2016-01-18 00:57:34 +00:00
} ,
{
"name" : "notifications" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/dom96/notifications" ,
2016-01-18 00:57:34 +00:00
"method" : "git" ,
"tags" : [
"notifications" ,
"alerts" ,
"gui" ,
"toasts" ,
"macosx" ,
"cocoa"
] ,
"description" : "Library for displaying notifications on the desktop" ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/notifications"
2016-01-19 17:39:35 +01:00
} ,
{
"name" : "reactor" ,
"url" : "https://github.com/zielmicha/reactor.nim" ,
"method" : "git" ,
"tags" : [
"async" ,
"libuv" ,
"http" ,
"tcp"
] ,
"description" : "Asynchronous networking engine for Nim" ,
"license" : "MIT" ,
"web" : "https://networkos.net/nim/reactor.nim"
2016-01-23 22:50:58 +01:00
} ,
{
"name" : "collections" ,
"url" : "https://github.com/zielmicha/collections.nim" ,
"method" : "git" ,
"tags" : [
"iterator" ,
"functional"
] ,
"description" : "Various collections and utilities" ,
"license" : "MIT" ,
"web" : "https://github.com/zielmicha/collections.nim"
} ,
{
"name" : "capnp" ,
"url" : "https://github.com/zielmicha/capnp.nim" ,
"method" : "git" ,
"tags" : [
"capnp" ,
"serialization" ,
"protocol" ,
"rpc"
] ,
"description" : "Cap'n Proto implementation for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/zielmicha/capnp.nim"
2016-01-23 22:52:03 +00:00
} ,
2016-01-22 15:01:13 -06:00
{
"name" : "biscuits" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-biscuits" ,
2016-01-22 15:01:13 -06:00
"method" : "git" ,
"tags" : [
"cookie" ,
"persistence"
] ,
"description" : "better cookie handling" ,
"license" : "MIT" ,
"web" : "https://github.com/achesak/nim-biscuits"
2016-01-27 12:27:25 -06:00
} ,
2016-01-26 20:40:15 -06:00
{
"name" : "pari" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/lompik/pari.nim" ,
2016-01-26 20:40:15 -06:00
"method" : "git" ,
"tags" : [
"number theory" ,
"computer algebra system"
] ,
"description" : "Pari/GP C library wrapper" ,
"license" : "MIT" ,
"web" : "https://github.com/lompik/pari.nim"
2016-01-30 21:34:28 -05:00
} ,
{
"name" : "spacenav" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/spacenav.git" ,
2016-01-30 21:34:28 -05:00
"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/spacenav"
} ,
{
"name" : "isense" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/isense.git" ,
2016-01-30 21:34:28 -05:00
"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/isense"
} ,
{
"name" : "libusb" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/libusb.git" ,
2016-01-30 21:34:28 -05:00
"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/libusb"
} ,
{
"name" : "myo" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/myo.git" ,
2016-01-30 21:34:28 -05:00
"method" : "git" ,
"tags" : [
"binding" ,
"myo" ,
"thalmic" ,
"armband" ,
"gesture"
] ,
"description" : "Bindings for the Thalmic Labs Myo gesture control armband SDK." ,
"license" : "MIT" ,
"web" : "https://github.com/nimious/myo"
} ,
{
"name" : "oculus" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/oculus.git" ,
2016-01-30 21:34:28 -05:00
"method" : "git" ,
"tags" : [
"binding" ,
"oculus" ,
"rift" ,
"vr" ,
"libovr" ,
"ovr" ,
"dk1" ,
"dk2" ,
"gearvr"
] ,
"description" : "Bindings for the Oculus VR SDK." ,
"license" : "MIT" ,
"web" : "https://github.com/nimious/oculus"
} ,
{
"name" : "serialport" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/serialport.git" ,
2016-01-30 21:34:28 -05:00
"method" : "git" ,
"tags" : [
"binding" ,
"libserialport" ,
"serial" ,
"communication"
] ,
"description" : "Bindings for libserialport, the cross-platform serial communication library." ,
"license" : "MIT" ,
"web" : "https://github.com/nimious/serialport"
} ,
{
"name" : "gles" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/gles.git" ,
2016-01-30 21:34:28 -05:00
"method" : "git" ,
"tags" : [
"binding" ,
"khronos" ,
"gles" ,
"opengl es"
] ,
"description" : "Bindings for OpenGL ES, the embedded 3D graphics library." ,
"license" : "MIT" ,
"web" : "https://github.com/nimious/gles"
} ,
{
"name" : "egl" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/egl.git" ,
2016-01-30 21:34:28 -05:00
"method" : "git" ,
"tags" : [
"binding" ,
"khronos" ,
"egl" ,
"opengl" ,
"opengl es" ,
"openvg"
] ,
"description" : "Bindings for EGL, the native platform interface for rendering APIs." ,
"license" : "MIT" ,
"web" : "https://github.com/nimious/egl"
} ,
{
"name" : "sixense" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/nimious/sixense.git" ,
2016-01-30 21:34:28 -05:00
"method" : "git" ,
"tags" : [
"binding" ,
"sixense" ,
"razer hydra" ,
"stem system" ,
"vr"
] ,
"description" : "Bindings for the Sixense Core API." ,
"license" : "MIT" ,
"web" : "https://github.com/nimious/sixense"
2016-02-01 12:37:35 -08:00
} ,
{
"name" : "listsv" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/srwiley/listsv.git" ,
2016-02-01 12:37:35 -08:00
"method" : "git" ,
"tags" : [
"singly linked list" ,
"doubly linked list"
] ,
"description" : "Basic operations on singly and doubly linked lists." ,
"license" : "MIT" ,
"web" : "https://github.com/srwiley/listsv"
2016-02-08 16:54:05 +00:00
} ,
2016-01-31 23:37:16 +08:00
{
"name" : "kissfft" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/m13253/nim-kissfft" ,
2016-01-31 23:37:16 +08:00
"method" : "git" ,
"tags" : [
"fft" ,
"dsp" ,
"signal"
] ,
"description" : "Nim binding for KissFFT Fast Fourier Transform library" ,
"license" : "BSD" ,
"web" : "https://github.com/m13253/nim-kissfft"
2016-02-13 15:49:37 +01:00
} ,
{
"name" : "nimbench" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/ivankoster/nimbench.git" ,
2016-02-13 15:49:37 +01:00
"method" : "git" ,
"tags" : [
"benchmark" ,
"micro benchmark" ,
"timer"
] ,
"description" : "Micro benchmarking tool to measure speed of code, with the goal of optimizing it." ,
"license" : "Apache License, Version 2.0" ,
"web" : "https://github.com/ivankoster/nimbench"
2016-02-14 20:23:28 -06:00
} ,
{
"name" : "nest" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/kedean/nest.git" ,
2016-02-14 20:23:28 -06:00
"method" : "git" ,
"tags" : [
"library" ,
"api" ,
"router" ,
"web"
] ,
"description" : "RESTful URI router" ,
"license" : "MIT" ,
"web" : "https://github.com/kedean/nest"
2016-02-15 19:17:16 +03:00
} ,
2016-02-14 23:05:29 +03:00
{
"name" : "nimbluez" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/Electric-Blue/NimBluez.git" ,
2016-02-14 23:05:29 +03:00
"method" : "git" ,
"tags" : [
"bluetooth" ,
"library" ,
"wrapper" ,
"sockets"
] ,
"description" : "Nim modules for access to system Bluetooth resources." ,
"license" : "BSD" ,
"web" : "https://github.com/Electric-Blue/NimBluez"
2016-02-16 20:31:59 +01:00
} ,
{
2016-06-02 19:52:56 +02:00
"name" : "yaml" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/flyx/NimYAML" ,
2016-02-16 20:31:59 +01:00
"method" : "git" ,
"tags" : [
"serialization" ,
"parsing" ,
"library" ,
"yaml"
] ,
"description" : "YAML 1.2 implementation for Nim" ,
"license" : "MIT" ,
"web" : "http://flyx.github.io/NimYAML/"
2016-02-22 14:15:40 +07:00
} ,
2016-06-02 20:36:27 +02:00
{
"name" : "nimyaml" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/flyx/NimYAML" ,
2016-06-02 20:36:27 +02:00
"method" : "git" ,
"tags" : [
"serialization" ,
"parsing" ,
"library" ,
"yaml"
] ,
"description" : "YAML 1.2 implementation for Nim" ,
"license" : "MIT" ,
"web" : "http://flyx.github.io/NimYAML/"
} ,
2016-02-22 14:15:40 +07:00
{
"name" : "jsmn" ,
"url" : "https://github.com/OpenSystemsLab/jsmn.nim" ,
"method" : "git" ,
"tags" : [
"json" ,
"token" ,
"tokenizer" ,
"parser" ,
"jsmn"
] ,
"description" : "Jsmn - a world fastest JSON parser - in pure Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/OpenSystemsLab/jsmn.nim"
2016-02-24 00:21:18 +02:00
} ,
{
"name" : "mangle" ,
"url" : "https://github.com/baabelfish/mangle" ,
"method" : "git" ,
"tags" : [
"functional" ,
"iterators" ,
"lazy" ,
"library"
] ,
"description" : "Yet another iterator library" ,
"license" : "MIT" ,
"web" : "https://github.com/baabelfish/mangle"
2016-03-10 10:35:53 +06:00
} ,
{
"name" : "nimshell" ,
"url" : "https://github.com/vegansk/nimshell" ,
"method" : "git" ,
"tags" : [
"shell" ,
"utility"
] ,
"description" : "Library for shell scripting in nim" ,
"license" : "MIT" ,
"web" : "https://github.com/vegansk/nimshell"
2016-03-20 19:08:31 +01:00
} ,
{
"name" : "rosencrantz" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/andreaferretti/rosencrantz" ,
2016-03-20 19:08:31 +01:00
"method" : "git" ,
"tags" : [
"web" ,
"server" ,
"DSL" ,
"combinators"
] ,
"description" : "A web DSL for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/andreaferretti/rosencrantz"
2016-03-23 13:23:48 +00:00
} ,
2016-03-11 15:00:40 +07:00
{
"name" : "sam" ,
"url" : "https://github.com/OpenSystemsLab/sam.nim" ,
"method" : "git" ,
"tags" : [
"json" ,
"binding" ,
"map" ,
"dump" ,
"load"
] ,
"description" : "Fast and just works JSON-Binding for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/OpenSystemsLab/sam.nim"
2016-03-23 14:29:37 +00:00
} ,
2016-03-21 20:54:32 +09:00
{
"name" : "twitter" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/kubo39/twitter" ,
2016-03-21 20:54:32 +09:00
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"twitter"
] ,
"description" : "Low-level twitter API wrapper library for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/kubo39/twitter"
2016-03-25 16:34:26 -07:00
} ,
{
"name" : "stomp" ,
"url" : "https://bitbucket.org/mahlon/nim-stomp" ,
"method" : "hg" ,
"tags" : [
"stomp" ,
"library" ,
"messaging" ,
2016-04-10 21:11:58 +02:00
"events"
2016-03-25 16:34:26 -07:00
] ,
"description" : "A pure-nim implementation of the STOMP protocol for machine messaging." ,
"license" : "MIT" ,
"web" : "http://bitbucket.org/mahlon/nim-stomp"
2016-03-29 13:57:10 +01:00
} ,
2016-03-25 18:24:02 -05:00
{
"name" : "srt" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/achesak/nim-srt" ,
2016-03-25 18:24:02 -05:00
"method" : "git" ,
"tags" : [
"srt" ,
"subrip" ,
"subtitle"
] ,
"description" : "Nim module for parsing SRT (SubRip) subtitle files" ,
"license" : "MIT" ,
"web" : "https://github.com/achesak/nim-srt"
} ,
{
"name" : "subviewer" ,
2016-06-21 03:16:14 +02:00
"url" : "https://github.com/achesak/nim-subviewer" ,
2016-03-25 18:24:02 -05:00
"method" : "git" ,
"tags" : [
"subviewer" ,
"subtitle"
] ,
"description" : "Nim module for parsing SubViewer subtitle files" ,
"license" : "MIT" ,
"web" : "https://github.com/achesak/nim-subviewer"
2016-03-28 17:15:58 +07:00
} ,
{
"name" : "Kinto" ,
"url" : "https://github.com/OpenSystemsLab/kinto.nim" ,
"method" : "git" ,
"tags" : [
"mozilla" ,
"kinto" ,
"json" ,
"storage" ,
"server" ,
"client"
] ,
"description" : "Kinto Client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/OpenSystemsLab/kinto.nim"
2016-03-30 09:52:20 +06:00
} ,
{
"name" : "xmltools" ,
"url" : "https://github.com/vegansk/xmltools" ,
"method" : "git" ,
"tags" : [
"xml" ,
"functional" ,
"library" ,
"parsing"
] ,
"description" : "High level xml library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/vegansk/xmltools"
2016-03-31 12:47:38 +03:00
} ,
{
"name" : "nimongo" ,
"url" : "https://github.com/SSPkrolik/nimongo" ,
"method" : "git" ,
"tags" : [
"mongo" ,
"mongodb" ,
"database" ,
"server" ,
"driver" ,
"storage"
] ,
"description" : "MongoDB driver in pure Nim language with synchronous and asynchronous I/O support" ,
"license" : "MIT" ,
"web" : "https://github.com/SSPkrolik/nimongo"
2016-03-31 13:55:28 +01:00
} ,
2016-03-31 15:24:09 +06:00
{
"name" : "nimboost" ,
"url" : "https://github.com/vegansk/nimboost" ,
"method" : "git" ,
"tags" : [
"stdlib" ,
"library" ,
"utility"
] ,
"description" : "Additions to the Nim's standard library, like boost for C++" ,
"license" : "MIT" ,
2016-09-12 11:23:52 +07:00
"web" : "http://vegansk.github.io/nimboost/"
2016-04-05 12:31:33 +08:00
} ,
{
"name" : "asyncdocker" ,
"url" : "https://github.com/tulayang/asyncdocker" ,
"method" : "git" ,
"tags" : [
"async" ,
"docker"
] ,
"description" : "Asynchronous docker client written by Nim-lang" ,
"license" : "MIT" ,
"web" : "http://tulayang.github.io/asyncdocker.html"
2016-04-05 22:16:15 +02:00
} ,
{
"name" : "python3" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/matkuki/python3" ,
2016-04-05 22:16:15 +02:00
"method" : "git" ,
"tags" : [
"python" ,
"wrapper"
] ,
"description" : "Wrapper to interface with the Python 3 interpreter" ,
"license" : "MIT" ,
"web" : "https://github.com/matkuki/python3"
2016-04-10 21:11:58 +02:00
} ,
{
"name" : "jser" ,
"url" : "https://github.com/niv/jser.nim" ,
"method" : "git" ,
"tags" : [
"json" ,
"serialize" ,
"tuple"
] ,
"description" : "json de/serializer for tuples and more" ,
"license" : "MIT" ,
"web" : "https://github.com/niv/jser.nim"
2016-04-12 17:49:34 +01:00
} ,
{
"name" : "pledge" ,
"url" : "https://github.com/euantorano/pledge.nim" ,
"method" : "git" ,
"tags" : [
"pledge" ,
"openbsd"
] ,
"description" : "OpenBSDs pledge(2) for Nim." ,
2016-06-16 10:49:33 +01:00
"license" : "BSD3" ,
2016-04-12 17:49:34 +01:00
"web" : "https://github.com/euantorano/pledge.nim"
2016-04-13 11:17:00 +02:00
} ,
{
"name" : "sophia" ,
2016-06-09 21:25:18 +02:00
"url" : "https://github.com/gokr/nim-sophia" ,
2016-04-13 11:17:00 +02:00
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"database"
] ,
"description" : "Nim wrapper of the Sophia key/value store" ,
"license" : "MIT" ,
"web" : "https://github.com/gokr/nim-sophia"
2016-04-14 18:03:19 +01:00
} ,
{
"name" : "progress" ,
"url" : "https://github.com/euantorano/progress.nim" ,
"method" : "git" ,
"tags" : [
"progress" ,
"bar" ,
"terminal" ,
"ui"
] ,
"description" : "A simple progress bar for Nim." ,
2016-06-16 10:49:33 +01:00
"license" : "BSD3" ,
2016-04-14 18:03:19 +01:00
"web" : "https://github.com/euantorano/progress.nim"
2016-04-14 20:26:28 +02:00
} ,
{
"name" : "websocket" ,
"url" : "https://github.com/niv/websocket.nim" ,
"method" : "git" ,
"tags" : [
"http" ,
"websockets" ,
"async" ,
"client" ,
"server"
] ,
"description" : "websockets for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/niv/websocket.nim"
2016-04-23 02:20:48 -04:00
} ,
{
"name" : "cucumber" ,
"url" : "https://github.com/shaunc/cucumber_nim" ,
"method" : "git" ,
"tags" : [
2016-05-09 21:02:07 +01:00
"testing" ,
"cucumber" ,
"bdd"
2016-04-23 02:20:48 -04:00
] ,
"description" : "implements the cucumber BDD framework in the nim language" ,
"license" : "MIT" ,
"web" : "https://github.com/shaunc/cucumber_nim"
2016-04-23 18:41:01 +04:00
} ,
{
"name" : "libmpdclient" ,
"url" : "https://github.com/lompik/libmpdclient.nim" ,
"method" : "git" ,
"tags" : [
2016-05-09 21:02:07 +01:00
"MPD" ,
"Music Player Daemon"
2016-04-23 18:41:01 +04:00
] ,
"description" : "Bindings for the Music Player Daemon C client library" ,
"license" : "BSD" ,
"web" : "https://github.com/lompik/libmpdclient.nim"
2016-04-27 22:00:41 -04:00
} ,
2016-04-27 21:33:19 -04:00
{
"name" : "awk" ,
"url" : "https://github.com/greencardamom/awk" ,
"method" : "git" ,
"tags" : [
"awk"
] ,
"description" : "Nim for awk programmers" ,
"license" : "MIT" ,
"web" : "https://github.com/greencardamom/awk"
2016-05-09 21:02:07 +01:00
} ,
{
"name" : "dotenv" ,
"url" : "https://github.com/euantorano/dotenv.nim" ,
"method" : "git" ,
"tags" : [
"env" ,
"dotenv" ,
"configuration" ,
"environment"
] ,
"description" : "Loads environment variables from `.env`." ,
2016-06-16 10:49:33 +01:00
"license" : "BSD3" ,
2016-05-09 21:02:07 +01:00
"web" : "https://github.com/euantorano/dotenv.nim"
2016-05-12 10:55:42 +10:00
} ,
{
"name" : "sph" ,
"url" : "https://github.com/aidansteele/sph" ,
"method" : "git" ,
"tags" : [
"crypto" ,
"hashes" ,
"md5" ,
"sha"
] ,
"description" : "Large number of cryptographic hashes for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/aidansteele/sph"
2016-05-14 13:07:22 +01:00
} ,
{
"name" : "libsodium" ,
"url" : "https://github.com/FedericoCeratto/nim-libsodium" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"library" ,
"security" ,
2016-05-15 12:55:34 +01:00
"crypto"
2016-05-14 13:07:22 +01:00
] ,
"description" : "libsodium wrapper" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-libsodium"
2016-05-15 12:57:03 +01:00
} ,
2016-05-13 20:44:57 +10:00
{
"name" : "aws_sdk" ,
"url" : "https://github.com/aidansteele/aws_sdk.nim" ,
"method" : "git" ,
"tags" : [
"aws" ,
"amazon"
] ,
"description" : "Library for interacting with Amazon Web Services (AWS)" ,
"license" : "MIT" ,
"web" : "https://github.com/aidansteele/aws_sdk.nim"
2016-05-16 16:24:58 +02:00
} ,
{
"name" : "i18n" ,
"url" : "https://github.com/Parashurama/nim-i18n" ,
"method" : "git" ,
"tags" : [
"gettext" ,
"i18n" ,
"internationalisation"
] ,
"description" : "Bring a gettext-like internationalisation module to Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Parashurama/nim-i18n"
2016-05-18 19:17:22 +03:00
} ,
{
"name" : "persistent_enums" ,
"url" : "https://github.com/yglukhov/persistent_enums" ,
"method" : "git" ,
"tags" : [
"enum" ,
"binary" ,
"protocol"
] ,
"description" : "Define enums which values preserve their binary representation upon inserting or reordering" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/persistent_enums"
2016-05-20 16:11:10 +02:00
} ,
{
"name" : "nimcl" ,
"url" : "https://github.com/unicredit/nimcl" ,
"method" : "git" ,
"tags" : [
"OpenCL" ,
"GPU"
] ,
"description" : "High level wrapper over OpenCL" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/unicredit/nimcl"
} ,
{
"name" : "nimblas" ,
"url" : "https://github.com/unicredit/nimblas" ,
"method" : "git" ,
"tags" : [
"BLAS" ,
"linear algebra" ,
"vector" ,
"matrix"
] ,
"description" : "BLAS for Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/unicredit/nimblas"
2016-05-26 22:31:23 -04:00
} ,
{
"name" : "fixmath" ,
"url" : "https://github.com/Jeff-Ciesielski/fixmath" ,
"method" : "git" ,
"tags" : [
"math"
] ,
"description" : "LibFixMath 16:16 fixed point support for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Jeff-Ciesielski/fixmath"
2016-05-30 22:06:58 +01:00
} ,
2016-05-22 00:11:34 +02:00
{
"name" : "nimzend" ,
"url" : "https://github.com/metatexx/nimzend" ,
"method" : "git" ,
"tags" : [
"zend" ,
"php" ,
"binding" ,
"extension"
] ,
"description" : "Native Nim Zend API glue for easy PHP extension development." ,
"license" : "MIT" ,
"web" : "https://github.com/metatexx/nimzend"
2016-06-08 13:26:29 +02:00
} ,
{
"name" : "spills" ,
"url" : "https://github.com/andreaferretti/spills" ,
"method" : "git" ,
"tags" : [
"disk-based" ,
"sequence" ,
"memory-mapping"
] ,
"description" : "Disk-based sequences" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/andreaferretti/spills"
2016-06-14 01:36:12 +02:00
} ,
{
"name" : "platformer" ,
"url" : "https://github.com/def-/nim-platformer" ,
"method" : "git" ,
"tags" : [
"game" ,
"sdl" ,
"2d"
] ,
"description" : "Writing a 2D Platform Game in Nim with SDL2" ,
"license" : "MIT" ,
"web" : "https://github.com/def-/nim-platformer"
2016-06-15 10:14:35 +07:00
} ,
{
"name" : "nimCEF" ,
"url" : "https://github.com/jangko/nimCEF" ,
"method" : "git" ,
"tags" : [
"chromium" ,
"embedded" ,
"framework" ,
"cef" ,
"wrapper"
] ,
"description" : "Nim wrapper for the Chromium Embedded Framework" ,
"license" : "MIT" ,
"web" : "https://github.com/jangko/nimCEF"
2016-06-16 10:49:33 +01:00
} ,
{
"name" : "migrate" ,
"url" : "https://github.com/euantorano/migrate.nim" ,
"method" : "git" ,
"tags" : [
"migrate" ,
"database" ,
"db"
] ,
"description" : "A simple database migration utility for Nim." ,
"license" : "BSD3" ,
"web" : "https://github.com/euantorano/migrate.nim"
2016-06-21 10:13:10 -06:00
} ,
{
"name" : "subfield" ,
"url" : "https://github.com/jyapayne/subfield" ,
"method" : "git" ,
"tags" : [
"subfield" ,
"macros"
] ,
"description" : "Override the dot operator to access nested subfields of a Nim object." ,
"license" : "MIT" ,
"web" : "https://github.com/jyapayne/subfield"
2016-06-22 22:11:46 +01:00
} ,
{
"name" : "semver" ,
"url" : "https://github.com/euantorano/semver.nim" ,
"method" : "git" ,
"tags" : [
"semver" ,
"version" ,
"parser"
] ,
"description" : "Semantic versioning parser for Nim. Allows the parsing of version strings into objects and the comparing of version objects." ,
"license" : "BSD3" ,
"web" : "https://github.com/euantorano/semver.nim"
2016-06-24 15:06:37 +01:00
} ,
{
"name" : "ad" ,
"tags" : [
"calculator" ,
"rpn"
] ,
"method" : "git" ,
"license" : "MIT" ,
"web" : "https://github.com/subsetpark/ad" ,
"url" : "https://github.com/subsetpark/ad" ,
"description" : "A simple RPN calculator"
2016-07-01 11:54:45 +03:00
} ,
{
"name" : "asyncpg" ,
"url" : "https://github.com/cheatfate/asyncpg" ,
"method" : "git" ,
"tags" : [
"async" ,
"database" ,
"postgres" ,
"postgresql" ,
"asyncdispatch" ,
"asynchronous" ,
"library"
] ,
"description" : "Asynchronous PostgreSQL driver for Nim Language." ,
"license" : "MIT" ,
"web" : "https://github.com/cheatfate/asyncpg"
2016-07-03 20:02:14 +03:00
} ,
{
2017-02-09 13:32:14 +03:00
"name" : "winregistry" ,
2016-07-03 20:02:14 +03:00
"description" : "Deal with Windows Registry from Nim." ,
"tags" : [
"registry" ,
"windows" ,
"library"
] ,
"url" : "https://github.com/miere43/nim-registry" ,
"web" : "https://github.com/miere43/nim-registry" ,
"license" : "MIT" ,
"method" : "git"
2016-07-05 09:59:26 -07:00
} ,
{
"name" : "luna" ,
"description" : "Lua convenience library for nim" ,
"tags" : [
"lua" ,
"scripting"
] ,
"url" : "https://github.com/smallfx/luna.nim" ,
"web" : "https://github.com/smallfx/luna.nim" ,
"license" : "MIT" ,
"method" : "git"
2016-07-07 10:44:14 -05:00
} ,
{
"name" : "qrcode" ,
"description" : "module for creating and reading QR codes using http://goqr.me/" ,
"tags" : [
"qr" ,
"qrcode" ,
"api"
] ,
"url" : "https://github.com/achesak/nim-qrcode" ,
"web" : "https://github.com/achesak/nim-qrcode" ,
"license" : "MIT" ,
"method" : "git"
2016-07-11 15:06:16 +01:00
} ,
{
"name" : "circleci_client" ,
"tags" : [
"circleci" ,
"client"
] ,
"method" : "git" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-circleci" ,
"url" : "https://github.com/FedericoCeratto/nim-circleci" ,
"description" : "CircleCI API client"
2016-07-14 22:32:52 +02:00
} ,
{
"name" : "iup" ,
"description" : "Bindings for the IUP widget toolkit" ,
"tags" : [
"GUI" ,
"IUP"
] ,
"url" : "https://github.com/nim-lang/iup" ,
"web" : "https://github.com/nim-lang/iup" ,
"license" : "MIT" ,
"method" : "git"
2016-07-15 22:09:32 +01:00
} ,
{
"name" : "barbarus" ,
"tags" : [
"i18n" ,
"internationalization"
] ,
"method" : "git" ,
"license" : "MIT" ,
"web" : "https://github.com/cjxgm/barbarus" ,
"url" : "https://github.com/cjxgm/barbarus" ,
"description" : "A simple extensible i18n engine."
2016-07-15 22:11:29 +01:00
} ,
{
"name" : "jsonob" ,
"tags" : [
"json" ,
"object" ,
"marshal"
] ,
"method" : "git" ,
"license" : "MIT" ,
"web" : "https://github.com/cjxgm/jsonob" ,
"url" : "https://github.com/cjxgm/jsonob" ,
"description" : "JSON / Object mapper"
2016-07-20 18:59:36 +03:00
} ,
{
"name" : "autome" ,
"description" : "Write GUI automation scripts with Nim" ,
"tags" : [
"gui" ,
"automation" ,
"windows"
] ,
"license" : "MIT" ,
"web" : "https://github.com/miere43/autome" ,
"url" : "https://github.com/miere43/autome" ,
"method" : "git"
2016-07-23 10:42:28 +06:00
} ,
{
"name" : "wox" ,
"description" : "Helper library for writing Wox plugins in Nim" ,
"tags" : [
"wox" ,
"plugins"
] ,
"license" : "MIT" ,
"web" : "https://github.com/roose/nim-wox" ,
"url" : "https://github.com/roose/nim-wox" ,
"method" : "git"
2016-07-24 14:49:03 +01:00
} ,
{
"name" : "seccomp" ,
"description" : "Linux Seccomp sandbox library" ,
"tags" : [
"linux" ,
"security" ,
"sandbox" ,
"seccomp"
] ,
"license" : "LGPLv2.1" ,
"web" : "https://github.com/FedericoCeratto/nim-seccomp" ,
"url" : "https://github.com/FedericoCeratto/nim-seccomp" ,
"method" : "git"
2016-07-30 20:25:18 +02:00
} ,
{
"name" : "AntTweakBar" ,
"tags" : [
"gui" ,
"opengl" ,
"rendering"
] ,
"method" : "git" ,
"license" : "MIT" ,
"web" : "https://github.com/krux02/nimAntTweakBar" ,
"url" : "https://github.com/krux02/nimAntTweakBar" ,
"description" : "nim wrapper around the AntTweakBar c library"
} ,
{
"name" : "slimdown" ,
"tags" : [
"markdown" ,
"parser" ,
"library"
] ,
"method" : "git" ,
"license" : "MIT" ,
"web" : "https://github.com/ruivieira/nim-slimdown" ,
"url" : "https://github.com/ruivieira/nim-slimdown" ,
"description" : "Nim module that converts Markdown text to HTML using only regular expressions. Based on jbroadway's Slimdown."
} ,
{
"name" : "taglib" ,
"description" : "TagLib Audio Meta-Data Library wrapper" ,
"license" : "MIT" ,
"tags" : [
"audio" ,
"metadata" ,
"tags" ,
"library" ,
"wrapper"
] ,
"url" : "https://github.com/alex-laskin/nim-taglib" ,
"web" : "https://github.com/alex-laskin/nim-taglib" ,
"method" : "git"
} ,
{
"name" : "des" ,
"description" : "3DES native library for Nim" ,
2016-10-23 23:33:54 +07:00
"tags" : [
"library" ,
"encryption" ,
"crypto"
] ,
2016-07-30 20:25:18 +02:00
"license" : "MIT" ,
"web" : "https://github.com/LucaWolf/des.nim" ,
"url" : "https://github.com/LucaWolf/des.nim" ,
"method" : "git"
2016-08-03 12:34:30 -06:00
} ,
{
2016-08-30 19:32:15 +02:00
"name" : "bgfx" ,
"url" : "https://github.com/Halsys/nim-bgfx" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"media" ,
"graphics" ,
"3d" ,
"rendering" ,
"opengl"
] ,
"description" : "BGFX wrapper for the nim programming language." ,
"license" : "BSD2" ,
"web" : "https://github.com/Halsys/nim-bgfx"
2016-08-09 22:51:29 +01:00
} ,
{
"name" : "json_builder" ,
"tags" : [
"json" ,
"generator" ,
"builder"
] ,
"method" : "git" ,
"license" : "MIT" ,
"web" : "https://github.com/undecided/json_builder" ,
"url" : "https://github.com/undecided/json_builder" ,
"description" : "Easy and fast generator for valid json in nim"
2016-08-12 16:28:46 +10:00
} ,
{
"name" : "mapbits" ,
"tags" : [
"map" ,
"bits" ,
"byte" ,
"word" ,
"binary"
] ,
"method" : "git" ,
"license" : "MIT" ,
"description" : "Access bit mapped portions of bytes in binary data as int variables" ,
"web" : "https://github.com/jlp765/mapbits" ,
"url" : "https://github.com/jlp765/mapbits"
2016-08-15 14:32:46 +03:00
} ,
{
"name" : "faststack" ,
2016-10-23 23:33:54 +07:00
"tags" : [
"collection"
] ,
2016-08-15 14:32:46 +03:00
"method" : "git" ,
"license" : "MIT" ,
"description" : "Dynamically resizable data structure optimized for fast iteration." ,
"web" : "https://github.com/Vladar4/FastStack" ,
"url" : "https://github.com/Vladar4/FastStack"
2016-08-17 17:50:48 -04:00
} ,
{
"name" : "gpx" ,
"tags" : [
"GPX" ,
"GPS" ,
"waypoint" ,
"route"
] ,
"method" : "git" ,
"license" : "MIT" ,
"description" : "Nim module for parsing GPX (GPS Exchange format) files" ,
"web" : "https://github.com/achesak/nim-gpx" ,
"url" : "https://github.com/achesak/nim-gpx"
} ,
{
"name" : "itn" ,
"tags" : [
"GPS" ,
"intinerary" ,
"tomtom" ,
"ITN"
] ,
"method" : "git" ,
"license" : "MIT" ,
"description" : "Nim module for parsing ITN (TomTom intinerary) files" ,
"web" : "https://github.com/achesak/nim-itn" ,
"url" : "https://github.com/achesak/nim-itn"
2016-08-30 19:30:27 +02:00
} ,
{
"name" : "foliant" ,
"tags" : [
"foliant" ,
"docs" ,
"pdf" ,
"docx" ,
"word" ,
"latex" ,
"tex" ,
"pandoc" ,
"markdown" ,
"md" ,
"restream"
] ,
"method" : "git" ,
"license" : "MIT" ,
"web" : "https://github.com/foliant-docs/foliant-nim" ,
"url" : "https://github.com/foliant-docs/foliant-nim" ,
"description" : "Documentation generator that produces pdf and docx from Markdown. Uses Pandoc and LaTeX behind the scenes."
2016-08-30 19:31:29 +02:00
} ,
{
"name" : "gemf" ,
"url" : "https://bitbucket.org/abudden/gemf.nim" ,
"method" : "hg" ,
"license" : "MIT" ,
"description" : "Library for reading GEMF map tile stores" ,
"web" : "http://www.cgtk.co.uk/gemf" ,
"tags" : [
2016-10-23 23:33:54 +07:00
"maps" ,
"gemf" ,
"parser"
2016-08-30 19:31:29 +02:00
]
2016-08-30 19:33:51 +02:00
} ,
{
"name" : "Remotery" ,
"url" : "https://github.com/Halsys/Nim-Remotery" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"opengl" ,
"direct3d" ,
"cuda" ,
"profiler"
] ,
"description" : "Nim wrapper for (and with) Celtoys's Remotery" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/Halsys/Nim-Remotery"
2016-08-30 19:34:48 +02:00
} ,
{
"name" : "picohttpparser" ,
"tags" : [
"web" ,
"http"
] ,
"method" : "git" ,
"license" : "MIT" ,
"description" : "Bindings for picohttpparser." ,
"web" : "https://github.com/philip-wernersbach/nim-picohttpparser" ,
"url" : "https://github.com/philip-wernersbach/nim-picohttpparser"
} ,
{
"name" : "microasynchttpserver" ,
"tags" : [
"web" ,
"http" ,
"async" ,
"server"
] ,
"method" : "git" ,
"license" : "MIT" ,
2016-08-31 08:33:18 +02:00
"description" : "A thin asynchronous HTTP server library, API compatible with Nim's built-in asynchttpserver." ,
2016-08-30 19:34:48 +02:00
"web" : "https://github.com/philip-wernersbach/microasynchttpserver" ,
"url" : "https://github.com/philip-wernersbach/microasynchttpserver"
2016-08-30 19:36:19 +02:00
} ,
{
"name" : "react" ,
"url" : "https://github.com/andreaferretti/react.nim" ,
"method" : "git" ,
"tags" : [
"js" ,
"react" ,
"frontend" ,
"ui" ,
"single page application"
] ,
"description" : "React.js bindings for Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/andreaferretti/react.nim"
2016-09-04 09:38:38 +09:00
} ,
{
"name" : "oauth" ,
"url" : "https://github.com/CORDEA/oauth" ,
"method" : "git" ,
"tags" : [
"library" ,
"oauth" ,
"oauth2" ,
"authorization"
] ,
"description" : "OAuth library for nim" ,
"license" : "Apache License 2.0" ,
"web" : "http://cordea.github.io/oauth"
2016-09-15 13:16:25 +03:00
} ,
{
"name" : "jsbind" ,
"url" : "https://github.com/yglukhov/jsbind" ,
"method" : "git" ,
"tags" : [
"bindings" ,
"emscripten" ,
"javascript"
] ,
"description" : "Define bindings to JavaScript and Emscripten" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/jsbind"
2016-09-15 20:41:10 +07:00
} ,
{
"name" : "uuids" ,
"url" : "https://github.com/pragmagic/uuids/" ,
"method" : "git" ,
"tags" : [
"library" ,
"uuid" ,
"id"
] ,
"description" : "UUID library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/pragmagic/uuids/"
} ,
{
"name" : "isaac" ,
"url" : "https://github.com/pragmagic/isaac/" ,
"method" : "git" ,
"tags" : [
"library" ,
"algorithms" ,
"random" ,
"crypto"
] ,
"description" : "ISAAC PRNG implementation on Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/pragmagic/isaac/"
2016-09-16 06:58:56 -06:00
} ,
{
2016-09-16 09:26:22 -06:00
"name" : "SDF" ,
2016-09-16 06:58:56 -06:00
"url" : "https://github.com/Halsys/SDF.nim" ,
"method" : "git" ,
"tags" : [
"sdf" ,
"text" ,
"contour" ,
"texture" ,
"signed" ,
2016-10-23 23:33:54 +07:00
"distance" ,
"transform"
2016-09-16 06:58:56 -06:00
] ,
"description" : "Signed Distance Field builder for contour texturing in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Halsys/SDF.nim"
2016-09-19 22:12:09 +02:00
} ,
{
"name" : "WebGL" ,
"url" : "https://github.com/stisa/webgl" ,
"method" : "git" ,
"tags" : [
"webgl" ,
"graphic" ,
"js" ,
"javascript" ,
"wrapper" ,
"3D" ,
"2D"
] ,
"description" : "Experimental wrapper to webgl for Nim" ,
"license" : "MIT" ,
"web" : "http://stisa.space/webgl/"
2016-10-12 14:32:59 -04:00
} ,
{
"name" : "fileinput" ,
"url" : "https://github.com/achesak/nim-fileinput" ,
"method" : "git" ,
"tags" : [
"file" ,
"io" ,
"input"
] ,
"description" : "iterate through files and lines" ,
"license" : "MIT" ,
"web" : "https://github.com/achesak/nim-fileinput"
2016-10-23 23:33:54 +07:00
} ,
{
"name" : "classy" ,
"url" : "https://github.com/nigredo-tori/classy" ,
"method" : "git" ,
"tags" : [
"library" ,
"typeclasses" ,
"macros"
] ,
"description" : "typeclasses for Nim" ,
"license" : "Unlicense" ,
"web" : "https://github.com/nigredo-tori/classy"
2016-10-23 20:45:55 +02:00
} ,
{
"name" : "MiNiM" ,
"url" : "https://github.com/h3rald/minim" ,
"method" : "git" ,
"tags" : [
"concatenative" ,
"language" ,
"shell"
] ,
"description" : "A tiny concatenative programming language and shell." ,
"license" : "MIT" ,
"web" : "https://h3rald.com/minim"
2016-10-25 09:32:44 -04:00
} ,
{
2017-05-22 11:31:44 -04:00
"name" : "boneIO" ,
"url" : "https://github.com/xyz32/boneIO" ,
2016-10-25 09:32:44 -04:00
"method" : "git" ,
"tags" : [
"library" ,
"GPIO" ,
"BeagleBone"
] ,
"description" : "A low level GPIO library for the BeagleBone board family" ,
"license" : "MIT" ,
2017-05-22 11:31:44 -04:00
"web" : "https://github.com/xyz32/boneIO"
2016-10-29 17:46:19 +02:00
} ,
{
"name" : "ui" ,
"url" : "https://github.com/nim-lang/ui" ,
"method" : "git" ,
"tags" : [
"library" ,
"GUI" ,
"libui" ,
"toolkit"
] ,
"description" : "A wrapper for libui" ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/ui"
2016-10-31 18:32:50 +02:00
} ,
{
"name" : "fractions" ,
"url" : "https://github.com/konqoro/fractions" ,
"method" : "git" ,
"tags" : [
"library" ,
"rationals" ,
"arithmetic" ,
"tuple"
] ,
"description" : "Implements rational number arithmetic" ,
"license" : "MIT" ,
"web" : "https://github.com/konqoro/fractions"
2016-11-08 18:02:51 +00:00
} ,
{
"name" : "mmgeoip" ,
"url" : "https://github.com/FedericoCeratto/nim-mmgeoip" ,
"method" : "git" ,
"tags" : [
"geoip"
] ,
"description" : "MaxMind GeoIP library" ,
"license" : "LGPLv2.1" ,
"web" : "https://github.com/FedericoCeratto/nim-mmgeoip"
2016-11-18 11:26:49 +07:00
} ,
{
"name" : "libjwt" ,
"url" : "https://github.com/nimscale/nim-libjwt" ,
"method" : "git" ,
"tags" : [
"jwt" ,
"libjwt"
] ,
"description" : "Bindings for libjwt" ,
"license" : "LGPLv2.1" ,
"web" : "https://github.com/nimscale/nim-libjwt"
2016-11-17 13:14:54 -08:00
} ,
{
"name" : "forestdb" ,
"url" : "https://github.com/nimscale/forestdb" ,
"method" : "git" ,
"tags" : [
"library" ,
"bTree" ,
"HB+-Trie" ,
"db" ,
"forestdb"
] ,
"description" : "ForestDB is fast key-value storage engine that is based on a Hierarchical B+-Tree based Trie, or HB+-Trie." ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/nimscale/forestdb"
2016-11-25 18:05:38 +00:00
} ,
{
"name" : "nimbox" ,
"url" : "https://notabug.org/vktec/nimbox.git" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"termbox" ,
"commandline" ,
"ui" ,
"tui" ,
"gui"
] ,
"description" : "A Rustbox-inspired termbox wrapper" ,
2016-11-27 01:25:21 +00:00
"license" : "MIT" ,
2016-11-25 18:05:38 +00:00
"web" : "https://notabug.org/vktec/nimbox"
2016-11-25 20:50:00 +01:00
} ,
2016-11-25 14:39:43 -05:00
{
"name" : "psutil" ,
"url" : "https://github.com/johnscillieri/psutil-nim" ,
"method" : "git" ,
"tags" : [
"psutil" ,
"process" ,
"network" ,
"system" ,
"disk" ,
"cpu"
] ,
"description" : "psutil is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network)" ,
"license" : "BSD" ,
"web" : "https://github.com/johnscillieri/psutil-nim"
2016-11-27 01:19:46 +00:00
} ,
{
"name" : "gapbuffer" ,
"url" : "https://notabug.org/vktec/nim-gapbuffer.git" ,
"method" : "git" ,
"tags" : [
"buffer" ,
"seq" ,
"sequence" ,
"string" ,
2016-11-27 21:40:32 +00:00
"gapbuffer"
2016-11-27 01:19:46 +00:00
] ,
"description" : "A simple gap buffer implementation" ,
"license" : "MIT" ,
"web" : "https://notabug.org/vktec/nim-gapbuffer"
2016-11-28 17:41:55 +03:00
} ,
{
2016-11-28 22:10:53 +03:00
"name" : "pudge" ,
2016-11-28 17:41:55 +03:00
"url" : "https://github.com/recoilme/pudge.git" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"database" ,
2016-11-28 22:10:53 +03:00
"sophia"
2016-11-28 17:41:55 +03:00
] ,
"description" : "Pudge Db - it's modern key/value storage with memcached protocol support. Pudge Db implements a high-level cross-platform sockets interface to sophia db." ,
"license" : "MIT" ,
"web" : "https://github.com/recoilme/pudge"
2016-12-03 22:07:02 +00:00
} ,
{
"name" : "etcd_client" ,
"url" : "https://github.com/FedericoCeratto/nim-etcd-client" ,
"method" : "git" ,
"tags" : [
"library" ,
"etcd"
] ,
"description" : "etcd client library" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-etcd-client"
2016-12-09 22:46:43 -05:00
} ,
2016-12-09 18:42:39 -05:00
{
"name" : "stb_image" ,
"url" : "https://gitlab.com/define-private-public/stb_image-Nim" ,
"method" : "git" ,
"tags" : [
"stb" ,
"image" ,
"graphics" ,
"io" ,
"wrapper"
] ,
2016-12-14 12:33:42 -05:00
"description" : "A wrapper for stb_image and stb_image_write." ,
2016-12-09 18:42:39 -05:00
"license" : "Unlicense (Public Domain)" ,
2016-12-15 18:59:58 -05:00
"web" : "https://gitlab.com/define-private-public/stb_image-Nim"
} ,
{
"name" : "mutableseqs" ,
"url" : "https://github.com/iourinski/mutableseqs" ,
"method" : "git" ,
2016-12-16 14:59:42 -05:00
"tags" : [
"sequences" ,
"mapreduce"
] ,
2016-12-15 18:59:58 -05:00
"description" : "utilities for transforming sequences" ,
"license" : "MIT" ,
"web" : "https://github.com/iourinski/mutableseqs"
2016-12-24 21:04:31 +02:00
} ,
{
"name" : "stor" ,
"url" : "https://github.com/nimscale/stor" ,
"method" : "git" ,
"tags" : [
"storage" ,
"io"
] ,
"description" : "Efficient object storage system" ,
"license" : "MIT" ,
"web" : "https://github.com/nimscale/stor"
2016-12-27 20:47:31 +00:00
} ,
{
"name" : "linuxfb" ,
"url" : "https://github.com/luked99/linuxfb.nim" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"graphics" ,
"linux"
] ,
"description" : "Wrapper around the Linux framebuffer driver ioctl API" ,
"license" : "MIT" ,
"web" : "https://github.com/luked99/linuxfb.nim"
2016-12-29 13:54:36 +07:00
} ,
{
"name" : "nimactors" ,
"url" : "https://github.com/vegansk/nimactors" ,
"method" : "git" ,
"tags" : [
"actors" ,
"library"
] ,
"description" : "Actors library for Nim inspired by akka-actors" ,
"license" : "MIT" ,
"web" : "https://github.com/vegansk/nimactors"
2016-12-29 10:21:31 +00:00
} ,
2016-12-28 23:14:26 -05:00
{
"name" : "porter" ,
"url" : "https://github.com/iourinski/porter" ,
"method" : "git" ,
"tags" : [
"stemmer" ,
"multilanguage" ,
"snowball"
] ,
"description" : "Simple extensible implementation of Porter stemmer algorithm" ,
"license" : "MIT" ,
"web" : "https://github.com/iourinski/porter"
2016-12-30 14:04:01 +02:00
} ,
{
"name" : "kiwi" ,
"url" : "https://github.com/yglukhov/kiwi" ,
"method" : "git" ,
"tags" : [
"cassowary" ,
"constraint" ,
"solving"
] ,
"description" : "Cassowary constraint solving" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/kiwi"
2017-01-02 11:32:26 +00:00
} ,
{
"name" : "ArrayFireNim" ,
"url" : "https://github.com/bitstormGER/ArrayFire-Nim" ,
"method" : "git" ,
"tags" : [
"array" ,
"linear" ,
"algebra" ,
"scientific" ,
"computing"
] ,
"description" : "A nim wrapper for ArrayFire" ,
"license" : "BSD" ,
"web" : "https://github.com/bitstormGER/ArrayFire-Nim"
2017-01-04 22:59:12 +00:00
} ,
{
"name" : "statsd_client" ,
"url" : "https://github.com/FedericoCeratto/nim-statsd-client" ,
"method" : "git" ,
"tags" : [
"library" ,
"statsd" ,
"client" ,
"statistics" ,
"metrics"
] ,
"description" : "A simple, stateless StatsD client library" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-statsd-client"
2017-01-06 06:53:28 -05:00
} ,
{
"name" : "html5_canvas" ,
"url" : "https://gitlab.com/define-private-public/HTML5-Canvas-Nim" ,
"method" : "git" ,
"tags" : [
"html5" ,
"canvas" ,
"drawing" ,
"graphics" ,
"rendering" ,
"browser" ,
"javascript"
] ,
"description" : "HTML5 Canvas and drawing for the JavaScript backend." ,
"license" : "MIT" ,
"web" : "https://gitlab.com/define-private-public/HTML5-Canvas-Nim"
} ,
2017-01-10 11:59:32 +01:00
{
"name" : "alea" ,
"url" : "https://github.com/unicredit/alea" ,
"method" : "git" ,
"tags" : [
"random variables" ,
"distributions" ,
"probability" ,
"gaussian" ,
"sampling"
] ,
"description" : "Define and compose random variables" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/unicredit/alea"
2017-01-12 02:18:04 -05:00
} ,
2017-01-17 00:26:16 +08:00
{
"name" : "winim" ,
"url" : "https://github.com/khchen/winim" ,
"method" : "git" ,
"tags" : [
"library" ,
"windows" ,
"api" ,
"com"
] ,
"description" : "Nim's Windows API and COM Library" ,
"license" : "MIT" ,
"web" : "https://github.com/khchen/winim"
2017-01-18 17:28:56 +01:00
} ,
{
"name" : "ed25519" ,
"url" : "https://github.com/niv/ed25519.nim" ,
"method" : "git" ,
"tags" : [
"ed25519" ,
"cryptography" ,
"crypto" ,
"publickey" ,
"privatekey" ,
"signing" ,
"keyexchange" ,
"native"
] ,
"description" : "ed25519 key crypto bindings" ,
"license" : "MIT" ,
"web" : "https://github.com/niv/ed25519.nim"
2017-01-18 22:26:22 +00:00
} ,
{
"name" : "libevdev" ,
"url" : "https://github.com/luked99/libevdev.nim" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"os" ,
"linux"
] ,
"description" : "Wrapper for libevdev, Linux input device processing library" ,
"license" : "MIT" ,
"web" : "https://github.com/luked99/libevdev.nim"
2017-01-23 01:20:19 +04:00
} ,
{
"name" : "nesm" ,
"url" : "https://github.com/xomachine/NESM.git" ,
"method" : "git" ,
"tags" : [
"metaprogramming" ,
"parser" ,
"pure" ,
"serialization"
] ,
"description" : "A macro for generating [de]serializers for given objects" ,
"license" : "MIT" ,
"web" : "https://xomachine.github.io/NESM/"
2017-01-23 18:13:54 +01:00
} ,
2017-01-22 21:53:26 +00:00
{
"name" : "sdnotify" ,
"url" : "https://github.com/FedericoCeratto/nim-sdnotify" ,
"method" : "git" ,
"tags" : [
"os" ,
"linux" ,
"systemd" ,
"sdnotify"
] ,
"description" : "Systemd service notification helper" ,
"license" : "MIT" ,
"web" : "https://github.com/FedericoCeratto/nim-sdnotify"
2017-01-27 20:35:09 -05:00
} ,
{
"name" : "cmd" ,
"url" : "https://github.com/samdmarshall/cmd.nim" ,
"method" : "git" ,
"tags" : [
"cmd" ,
"command" ,
"prompt" ,
"interactive"
] ,
"description" : "interactive command prompt" ,
"license" : "BSD 3-Clause" ,
"web" : "https://github.com/samdmarshall/cmd.nim"
2017-01-31 10:14:26 +01:00
} ,
{
"name" : "csvtable" ,
"url" : "https://github.com/apahl/csvtable" ,
"method" : "git" ,
"tags" : [
"csv" ,
"table"
] ,
"description" : "tools for handling CSV files (comma or tab-separated) with an API similar to Python's CSVDictReader and -Writer." ,
"license" : "MIT" ,
"web" : "https://github.com/apahl/csvtable"
2017-02-01 20:20:57 +02:00
} ,
{
"name" : "gnuplot" ,
2017-03-13 16:54:21 +02:00
"url" : "https://github.com/konqoro/gnuplot.nim" ,
2017-02-01 20:20:57 +02:00
"method" : "git" ,
"tags" : [
"plot" ,
"graphing" ,
"data"
] ,
"description" : "Nim interface to gnuplot" ,
"license" : "MIT" ,
2017-03-13 16:54:21 +02:00
"web" : "https://github.com/konqoro/gnuplot.nim"
2017-02-03 20:55:38 +02:00
} ,
{
"name" : "ustring" ,
"url" : "https://github.com/rokups/nim-ustring" ,
"method" : "git" ,
"tags" : [
"string" ,
"text" ,
"unicode" ,
"uft8" ,
"utf-8"
] ,
"description" : "utf-8 string" ,
"license" : "MIT" ,
"web" : "https://github.com/rokups/nim-ustring"
2017-02-06 15:16:53 +01:00
} ,
{
"name" : "imap" ,
"url" : "https://github.com/ehmry/imap" ,
"method" : "git" ,
"tags" : [
"imap" ,
"email"
] ,
"description" : "IMAP client library" ,
"license" : "GPL2" ,
"web" : "https://github.com/ehmry/imap"
2017-02-08 15:54:00 +01:00
} ,
{
"name" : "isa" ,
"url" : "https://github.com/nimscale/isa" ,
"method" : "git" ,
"tags" : [
"erasure" ,
"hash" ,
"crypto" ,
"compression"
] ,
"description" : "Binding for Intel Storage Acceleration library" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/nimscale/isa"
2017-02-08 23:06:43 +01:00
} ,
{
"name" : "untar" ,
"url" : "https://github.com/dom96/untar" ,
"method" : "git" ,
"tags" : [
"library" ,
"tar" ,
"gz" ,
"compression" ,
"archive" ,
"decompression"
] ,
"description" : "Library for decompressing tar.gz files." ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/untar"
2017-02-09 18:34:54 +08:00
} ,
2017-02-12 19:13:45 +00:00
{
"name" : "nimcx" ,
"url" : "https://github.com/qqtop/nimcx" ,
"method" : "git" ,
"tags" : [
2017-02-21 22:52:47 -05:00
"library" ,
"linux"
2017-02-12 19:13:45 +00:00
] ,
2017-02-21 22:52:47 -05:00
"description" : "Color and utilities library for linux terminal." ,
"license" : "MIT" ,
"web" : "https://github.com/qqtop/nimcx"
2017-02-12 19:13:45 +00:00
} ,
2017-02-09 18:34:54 +08:00
{
"name" : "dpdk" ,
"url" : "https://github.com/nimscale/dpdk" ,
"method" : "git" ,
"tags" : [
"library" ,
"dpdk" ,
"packet" ,
"processing"
] ,
"description" : "Library for fast packet processing" ,
"license" : "Apache License 2.0" ,
"web" : "http://dpdk.org/"
2017-02-12 16:25:57 +00:00
} ,
{
2017-02-12 16:31:06 +00:00
"name" : "libserialport" ,
2017-02-12 16:25:57 +00:00
"url" : "https://github.com/euantorano/serialport.nim" ,
"method" : "git" ,
"tags" : [
"serial" ,
"rs232" ,
"io"
] ,
"description" : "A library to operate serial ports using pure Nim." ,
"license" : "BSD3" ,
"web" : "https://github.com/euantorano/serialport.nim"
2017-02-13 17:08:53 +02:00
} ,
{
2017-02-18 15:57:56 +02:00
"name" : "spdk" ,
2017-02-13 17:08:53 +02:00
"url" : "https://github.com/nimscale/spdk.git" ,
"method" : "git" ,
"tags" : [
"library" ,
"SSD" ,
"NVME" ,
"io" ,
"storage"
] ,
"description" : "The Storage Performance Development Kit(SPDK) provides a set of tools and libraries for writing high performance, scalable, user-mode storage applications." ,
"license" : "MIT" ,
"web" : "https://github.com/nimscale/spdk.git"
2017-02-13 20:42:58 +01:00
} ,
{
"name" : "NimData" ,
"url" : "https://github.com/bluenote10/NimData" ,
"method" : "git" ,
"tags" : [
2017-02-13 21:11:00 +01:00
"library" ,
2017-02-13 20:42:58 +01:00
"dataframe"
] ,
"description" : "DataFrame API enabling fast out-of-core data analytics" ,
"license" : "MIT" ,
"web" : "https://github.com/bluenote10/NimData"
2017-02-14 18:42:05 +00:00
} ,
{
"name" : "testrunner" ,
"url" : "https://github.com/FedericoCeratto/nim-testrunner" ,
"method" : "git" ,
"tags" : [
"test" ,
"tests" ,
"unittest" ,
"utility" ,
"tdd"
] ,
"description" : "Test runner with file monitoring and desktop notification capabilities" ,
"license" : "GPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-testrunner"
2017-02-19 22:53:50 +01:00
} ,
{
"name" : "reactorfuse" ,
"url" : "https://github.com/zielmicha/reactorfuse" ,
"method" : "git" ,
"tags" : [
"filesystem" ,
"fuse"
] ,
"description" : "Filesystem in userspace (FUSE) for Nim (for reactor.nim library)" ,
"license" : "MIT" ,
"web" : "https://github.com/zielmicha/reactorfuse"
2017-02-21 22:52:47 -05:00
} ,
{
"name" : "nimr" ,
"url" : "https://github.com/Jeff-Ciesielski/nimr" ,
"method" : "git" ,
"tags" : [
"script" ,
"utils"
] ,
"description" : "Helper to run nim code like a script" ,
"license" : "MIT" ,
"web" : "https://github.com/Jeff-Ciesielski/nimr"
2017-02-23 15:54:18 +01:00
} ,
{
"name" : "neverwinter" ,
"url" : "https://github.com/niv/neverwinter.nim" ,
"method" : "git" ,
"tags" : [
"nwn" ,
"neverwinternights" ,
"neverwinter" ,
"game" ,
"bioware" ,
"fileformats" ,
"reader" ,
"writer"
] ,
"description" : "Neverwinter Nights 1 data accessor library" ,
"license" : "MIT" ,
"web" : "https://github.com/niv/neverwinter.nim"
2017-03-01 17:21:59 +01:00
} ,
{
"name" : "snail" ,
"url" : "https://github.com/stisa/snail" ,
"method" : "git" ,
"tags" : [
"js" ,
"matrix" ,
"linear algebra"
] ,
"description" : "Simple linear algebra for nim. Js too." ,
"license" : "MIT" ,
"web" : "http://stisa.space/snail/"
} ,
{
2017-03-02 10:19:45 +01:00
"name" : "jswebsockets" ,
"url" : "https://github.com/stisa/jswebsockets" ,
2017-03-01 17:21:59 +01:00
"method" : "git" ,
"tags" : [
"js" ,
"javascripts" ,
"ws" ,
"websockets"
] ,
"description" : "Websockets wrapper for nim js backend." ,
"license" : "MIT" ,
2017-03-02 10:19:45 +01:00
"web" : "http://stisa.space/jswebsockets/"
2017-03-04 20:29:18 +00:00
} ,
{
"name" : "morelogging" ,
"url" : "https://github.com/FedericoCeratto/nim-morelogging" ,
"method" : "git" ,
"tags" : [
"log" ,
"logging" ,
"library" ,
"systemd" ,
"journald"
] ,
"description" : "Logging library with support for async IO, multithreading, Journald." ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-morelogging"
2017-03-05 20:40:53 +01:00
} ,
{
"name" : "ajax" ,
"url" : "https://github.com/stisa/ajax" ,
"method" : "git" ,
"tags" : [
"js" ,
"javascripts" ,
"ajax" ,
"xmlhttprequest"
] ,
"description" : "AJAX wrapper for nim js backend." ,
"license" : "MIT" ,
"web" : "http://stisa.space/ajax/"
2017-03-06 20:30:30 +00:00
} ,
{
"name" : "recaptcha" ,
"url" : "https://github.com/euantorano/recaptcha.nim" ,
"method" : "git" ,
"tags" : [
"recaptcha" ,
"captcha"
] ,
"description" : "reCAPTCHA support for Nim, supporting rendering a capctcha and verifying a user's response." ,
"license" : "BSD3" ,
"web" : "https://github.com/euantorano/recaptcha.nim"
2017-03-11 14:36:46 -05:00
} ,
{
"name" : "influx" ,
"url" : "https://github.com/samdmarshall/influx.nim" ,
"method" : "git" ,
"tags" : [
"influx" ,
"influxdb"
] ,
"description" : "wrapper for communicating with InfluxDB over the REST interface" ,
"license" : "BSD 3-Clause" ,
"web" : "https://github.com/samdmarshall/influx.nim"
2017-03-18 16:42:05 +01:00
} ,
{
"name" : "gamelight" ,
"url" : "https://github.com/dom96/gamelight" ,
"method" : "git" ,
"tags" : [
"js" ,
"library" ,
"graphics" ,
"collision" ,
"2d"
] ,
"description" : "A set of simple modules for writing a JavaScript 2D game." ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/gamelight"
2017-03-21 00:58:15 +04:00
} ,
{
"name" : "storage" ,
"url" : "https://bitbucket.org/moigagoo/storage/" ,
"method" : "hg" ,
"tags" : [
"JavaScript" ,
"Storage" ,
"localStorage" ,
"sessionStorage"
] ,
"description" : "Storage, localStorage, and sessionStorage bindigs for Nim's JavaScript backend." ,
"license" : "MIT" ,
"web" : "https://bitbucket.org/moigagoo/storage/"
2017-03-27 20:23:38 +02:00
} ,
{
"name" : "fontconfig" ,
"url" : "https://github.com/Parashurama/fontconfig" ,
"method" : "git" ,
"tags" : [
"fontconfig" ,
"font"
] ,
"description" : "Low level wrapper for the fontconfig library." ,
"license" : "Fontconfig License" ,
"web" : "https://github.com/Parashurama/fontconfig"
2017-03-28 18:47:08 +02:00
} ,
2017-03-27 11:22:46 +01:00
{
"name" : "sysrandom" ,
"url" : "https://github.com/euantorano/sysrandom.nim" ,
"method" : "git" ,
"tags" : [
"random" ,
"RNG" ,
"PRNG"
] ,
"description" : "A simple library to generate random data, using the system's PRNG." ,
"license" : "BSD3" ,
"web" : "https://github.com/euantorano/sysrandom.nim"
2017-03-28 12:22:26 +02:00
} ,
{
"name" : "colorize" ,
"url" : "https://github.com/molnarmark/colorize" ,
"method" : "git" ,
"tags" : [
"color" ,
"colors" ,
"colorize"
] ,
"description" : "A simple and lightweight terminal coloring library." ,
"license" : "MIT" ,
"web" : "https://github.com/molnarmark/colorize"
2017-03-31 18:39:27 +02:00
} ,
{
"name" : "cello" ,
"url" : "https://github.com/unicredit/cello" ,
"method" : "git" ,
"tags" : [
"string" ,
2017-04-01 20:03:49 +02:00
"succinct-data-structure" ,
2017-03-31 18:39:27 +02:00
"rank" ,
"select" ,
"Burrows-Wheeler" ,
2017-04-01 20:03:49 +02:00
"FM-index" ,
"wavelet-tree"
2017-03-31 18:39:27 +02:00
] ,
"description" : "String algorithms with succinct data structures" ,
"license" : "Apache2" ,
"web" : "https://unicredit.github.io/cello/"
2017-04-05 21:38:19 -04:00
} ,
{
"name" : "notmuch" ,
"url" : "https://github.com/samdmarshall/notmuch.nim" ,
"method" : "git" ,
"tags" : [
2017-04-16 08:40:52 -04:00
"notmuch" ,
"wrapper" ,
"email" ,
"tagging"
2017-04-05 21:38:19 -04:00
] ,
"description" : "wrapper for the notmuch mail library" ,
"license" : "BSD 3-Clause" ,
"web" : "https://github.com/samdmarshall/notmuch.nim"
2017-04-16 08:40:52 -04:00
} ,
{
"name" : "pluginmanager" ,
"url" : "https://github.com/samdmarshall/plugin-manager" ,
"method" : "git" ,
"tags" : [
"plugin" ,
"dylib" ,
2017-04-16 08:43:34 -04:00
"manager"
2017-04-16 08:40:52 -04:00
] ,
"description" : "Simple plugin implementation" ,
"license" : "BSD 3-Clause" ,
"web" : "https://github.com/samdmarshall/plugin-manager"
2017-04-16 12:09:37 -04:00
} ,
2017-04-13 14:36:48 +08:00
{
"name" : "node" ,
"url" : "https://github.com/tulayang/nimnode" ,
"method" : "git" ,
"tags" : [
"async" ,
"io" ,
2017-04-13 14:57:26 +08:00
"socket" ,
2017-04-25 13:24:14 +01:00
"net" ,
2017-04-13 14:36:48 +08:00
"tcp" ,
"http" ,
"libuv"
] ,
"description" : "Library for async programming and communication. This Library uses a future/promise, non-blocking I/O model based on libuv." ,
"license" : "MIT" ,
"web" : "http://tulayang.github.io/node/"
2017-04-25 13:24:14 +01:00
} ,
{
"name" : "tempdir" ,
"url" : "https://github.com/euantorano/tempdir.nim" ,
"method" : "git" ,
"tags" : [
"temp" ,
"io" ,
"tmp"
] ,
"description" : "A Nim library to create and manage temporary directories." ,
"license" : "BSD3" ,
"web" : "https://github.com/euantorano/tempdir.nim"
2017-04-26 18:04:15 +03:00
} ,
{
"name" : "mathexpr" ,
"url" : "https://github.com/TiberiumN/nim-mathexpr" ,
"method" : "git" ,
"tags" : [
"math" ,
"mathparser" ,
"tinyexpr"
] ,
"description" : "MathExpr - wrapper around TinyExpr C library" ,
"license" : "MIT" ,
"web" : "https://github.com/TiberiumN/nim-mathexpr"
2017-04-30 08:37:41 -04:00
} ,
{
"name" : "frag" ,
"url" : "https://github.com/fragworks/frag" ,
"method" : "git" ,
"tags" : [
"game" ,
"game-dev" ,
"2d" ,
"3d"
] ,
"description" : "A 2D|3D game engine" ,
"license" : "MIT" ,
"web" : "https://github.com/fragworks/frag"
2017-05-05 16:52:58 +07:00
} ,
{
"name" : "freetype" ,
"url" : "https://github.com/jangko/freetype" ,
"method" : "git" ,
"tags" : [
"font" ,
"renderint" ,
"library"
] ,
"description" : "wrapper for FreeType2 library" ,
"license" : "MIT" ,
"web" : "https://github.com/jangko/freetype"
2017-05-05 18:25:13 +07:00
} ,
{
"name" : "polyBool" ,
"url" : "https://github.com/jangko/polyBool" ,
"method" : "git" ,
"tags" : [
"polygon" ,
"clipper" ,
"library"
] ,
"description" : "Polygon Clipper Library (Martinez Algorithm)" ,
"license" : "MIT" ,
"web" : "https://github.com/jangko/polyBool"
2017-05-10 16:44:13 +07:00
} ,
{
"name" : "nimAGG" ,
"url" : "https://github.com/jangko/nimAGG" ,
"method" : "git" ,
"tags" : [
"renderer" ,
"rasterizer" ,
"library" ,
"2D" ,
"graphics"
] ,
"description" : "Hi Fidelity Rendering Engine" ,
"license" : "MIT" ,
"web" : "https://github.com/jangko/nimAGG"
2017-05-12 22:31:14 +01:00
} ,
2017-05-11 11:07:41 -05:00
{
"name" : "primme" ,
"url" : "https://github.com/jxy/primme" ,
"method" : "git" ,
"tags" : [
"library" ,
2017-05-11 11:10:26 -05:00
"eigenvalues" ,
"high-performance" ,
"singular-value-decomposition"
2017-05-11 11:07:41 -05:00
] ,
"description" : "Nim interface for PRIMME: PReconditioned Iterative MultiMethod Eigensolver" ,
"license" : "MIT" ,
"web" : "https://github.com/jxy/primme"
2017-05-12 22:29:52 +01:00
} ,
2017-05-12 12:04:06 -05:00
{
"name" : "sitmo" ,
"url" : "https://github.com/jxy/sitmo" ,
"method" : "git" ,
"tags" : [
"RNG" ,
"Sitmo" ,
"high-performance" ,
"random"
] ,
"description" : "Sitmo parallel random number generator in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/jxy/sitmo"
2017-05-15 13:58:47 +10:00
} ,
{
"name" : "webaudio" ,
"url" : "https://github.com/ftsf/nim-webaudio" ,
"method" : "git" ,
"tags" : [
"javascript" ,
"js" ,
"web" ,
"audio" ,
"sound" ,
"music"
] ,
"description" : "API for Web Audio (JS)" ,
"license" : "MIT" ,
"web" : "https://github.com/ftsf/nim-webaudio"
2017-05-22 11:27:07 +02:00
} ,
{
"name" : "nimcuda" ,
"url" : "https://github.com/unicredit/nimcuda" ,
"method" : "git" ,
"tags" : [
"CUDA" ,
"GPU"
] ,
"description" : "CUDA bindings" ,
"license" : "Apache2" ,
"web" : "https://github.com/unicredit/nimcuda"
2017-05-22 17:49:42 +01:00
} ,
2017-05-21 09:11:43 +01:00
{
"name" : "gifwriter" ,
"url" : "https://github.com/rxi/gifwriter" ,
"method" : "git" ,
"tags" : [
"gif" ,
"image" ,
"library"
] ,
"description" : "Animated GIF writing library based on jo_gif" ,
"license" : "MIT" ,
"web" : "https://github.com/rxi/gifwriter"
2017-05-23 13:43:13 -04:00
} ,
{
"name" : "libplist" ,
"url" : "https://github.com/samdmarshall/libplist.nim" ,
"method" : "git" ,
"tags" : [
"libplist" ,
"property" ,
"list" ,
"property-list" ,
"parsing" ,
"binary" ,
"xml" ,
"format"
] ,
"description" : "wrapper around libplist https://github.com/libimobiledevice/libplist" ,
"license" : "MIT" ,
"web" : "https://github.com/samdmarshall/libplist.nim"
2017-05-25 20:59:07 +02:00
} ,
{
"name" : "getch" ,
"url" : "https://github.com/6A/getch" ,
"method" : "git" ,
"tags" : [
"getch" ,
"char"
] ,
"description" : "getch() for Windows and Unix" ,
"license" : "MIT" ,
"web" : "https://github.com/6A/getch"
2017-05-27 16:46:38 +10:00
} ,
{
"name" : "gifenc" ,
"url" : "https://github.com/ftsf/gifenc" ,
"method" : "git" ,
"tags" : [
"gif" ,
"encoder"
] ,
"description" : "Gif Encoder" ,
"license" : "Public Domain" ,
"web" : "https://github.com/ftsf/gifenc"
2017-05-29 18:11:28 +02:00
} ,
{
"name" : "nimlapack" ,
"url" : "https://github.com/unicredit/nimlapack" ,
"method" : "git" ,
"tags" : [
"LAPACK" ,
"linear-algebra"
] ,
"description" : "LAPACK bindings" ,
"license" : "Apache2" ,
"web" : "https://github.com/unicredit/nimlapack"
2017-05-30 02:31:16 -05:00
} ,
{
"name" : "jack" ,
"url" : "https://github.com/Skrylar/nim-jack" ,
"method" : "git" ,
"tags" : [
"jack" ,
"audio" ,
"binding" ,
"wrapper"
] ,
"description" : "Shiny bindings to the JACK Audio Connection Kit." ,
"license" : "MIT" ,
"web" : "https://github.com/Skrylar/nim-jack"
2017-06-01 21:47:13 -04:00
} ,
{
"name" : "serializetools" ,
"url" : "https://github.com/JeffersonLab/serializetools" ,
"method" : "git" ,
"tags" : [
"serialization" ,
"xml"
] ,
"description" : "Support for serialization of objects" ,
"license" : "MIT" ,
"web" : "https://github.com/JeffersonLab/serializetools"
2017-06-06 16:25:30 +02:00
} ,
{
"name" : "neo" ,
"url" : "https://github.com/unicredit/neo" ,
"method" : "git" ,
"tags" : [
"vector" ,
"matrix" ,
2017-06-06 17:55:11 +02:00
"linear-algebra" ,
2017-06-06 16:25:30 +02:00
"BLAS" ,
"LAPACK" ,
"CUDA"
] ,
"description" : "Linear algebra for Nim" ,
"license" : "Apache License 2.0" ,
2017-06-06 16:27:45 +02:00
"web" : "https://unicredit.github.io/neo/"
2017-06-07 14:18:29 +08:00
} ,
{
"name" : "httpkit" ,
"url" : "https://github.com/tulayang/httpkit" ,
"method" : "git" ,
"tags" : [
"http" ,
"request" ,
"response" ,
"stream" ,
2017-06-10 19:49:29 +08:00
"bigfile" ,
2017-06-07 14:18:29 +08:00
"async"
] ,
"description" : "An efficient HTTP tool suite written in pure nim. Help you to write HTTP services or clients via TCP, UDP, or even Unix Domain socket, etc." ,
"license" : "MIT" ,
2017-06-07 14:29:37 +08:00
"web" : "https://github.com/tulayang/httpkit"
2017-06-13 14:44:28 -04:00
} ,
{
"name" : "ulid" ,
"url" : "https://github.com/adelq/ulid" ,
"method" : "git" ,
"tags" : [
"library" ,
"id" ,
"ulid" ,
"uuid" ,
"guid"
] ,
"description" : "Universally Unique Lexicographically Sortable Identifier" ,
"license" : "MIT" ,
"web" : "https://github.com/adelq/ulid"
2017-06-16 00:28:58 +03:00
} ,
{
2017-07-13 10:54:24 +02:00
"name" : "osureplay" ,
"url" : "https://github.com/TiberiumN/nim-osureplay" ,
"method" : "git" ,
"tags" : [
"library" ,
"osu!" ,
"parser" ,
"osugame" ,
"replay"
] ,
"description" : "osu! replay parser" ,
"license" : "MIT" ,
"web" : "https://github.com/TiberiumN/nim-osureplay"
2017-07-08 15:40:57 +01:00
} ,
2017-06-14 23:42:16 -05:00
{
"name" : "tiger" ,
"url" : "https://github.com/ehmry/tiger" ,
"method" : "git" ,
"tags" : [
"hash"
] ,
"description" : "Tiger hash function" ,
"license" : "MIT" ,
"web" : "https://github.com/ehmry/tiger"
2017-06-20 00:26:38 +01:00
} ,
2017-06-17 05:36:18 -04:00
{
"name" : "pipe" ,
"url" : "https://github.com/5paceToast/pipe" ,
"method" : "git" ,
"tags" : [
2017-06-17 05:38:34 -04:00
"pipe" ,
"macro" ,
"operator" ,
"functional"
2017-06-17 05:36:18 -04:00
] ,
"description" : "Pipe operator for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/5paceToast/pipe"
2017-06-18 12:59:43 +02:00
} ,
{
"name" : "flatdb" ,
"url" : "https://github.com/enthus1ast/flatdb" ,
"method" : "git" ,
"tags" : [
"database" ,
"json" ,
"pure"
] ,
"description" : "small/tiny, flatfile, jsonl based, inprogress database for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/enthus1ast/flatdb"
} ,
{
"name" : "nwt" ,
"url" : "https://github.com/enthus1ast/nimWebTemplates" ,
"method" : "git" ,
"tags" : [
"template" ,
"html" ,
"pure" ,
"jinja"
] ,
"description" : "experiment to build a jinja like template parser" ,
"license" : "MIT" ,
"web" : "https://github.com/enthus1ast/nimWebTemplates"
2017-06-24 16:53:02 +01:00
} ,
{
"name" : "cmixer" ,
"url" : "https://github.com/rxi/cmixer-nim" ,
"method" : "git" ,
"tags" : [
"library" ,
"audio" ,
"mixer" ,
"sound" ,
"wav" ,
"ogg"
] ,
"description" : "Lightweight audio mixer for games" ,
"license" : "MIT" ,
"web" : "https://github.com/rxi/cmixer-nim"
} ,
{
"name" : "cmixer_sdl2" ,
"url" : "https://github.com/rxi/cmixer_sdl2-nim" ,
"method" : "git" ,
"tags" : [
"library" ,
"audio" ,
"mixer" ,
"sound" ,
"wav" ,
"ogg"
] ,
"description" : "Lightweight audio mixer for SDL2" ,
"license" : "MIT" ,
"web" : "https://github.com/rxi/cmixer_sdl2-nim"
2017-06-30 23:19:08 +01:00
} ,
2017-06-29 14:48:52 -05:00
{
"name" : "chebyshev" ,
"url" : "https://github.com/jxy/chebyshev" ,
"method" : "git" ,
"tags" : [
"math" ,
"approximation" ,
"numerical"
] ,
"description" : "Chebyshev approximation." ,
"license" : "MIT" ,
"web" : "https://github.com/jxy/chebyshev"
2017-07-01 11:18:16 +07:00
} ,
{
"name" : "scram" ,
"url" : "https://github.com/rgv151/scram" ,
"method" : "git" ,
"tags" : [
"scram" ,
"sasl" ,
"authentication" ,
"salted" ,
"challenge" ,
"response"
] ,
"description" : "Salted Challenge Response Authentication Mechanism (SCRAM) " ,
"license" : "MIT" ,
"web" : "https://github.com/rgv151/scram"
2017-07-03 11:59:03 +03:00
} ,
2017-07-03 11:44:30 +03:00
{
"name" : "blake2" ,
"url" : "https://bitbucket.org/mihailp/blake2/" ,
"method" : "hg" ,
"tags" : [
"crypto" ,
"cryptography" ,
"hash" ,
"security"
] ,
"description" : "blake2 - cryptographic hash function" ,
"license" : "CC0" ,
"web" : "https://bitbucket.org/mihailp/blake2/"
2017-07-03 21:11:56 +02:00
} ,
{
"name" : "spinny" ,
"url" : "https://github.com/molnarmark/spinny" ,
"method" : "git" ,
"tags" : [
"terminal" ,
"spinner" ,
"spinny" ,
"load"
] ,
"description" : "Spinny is a tiny terminal spinner package for the Nim Programming Language." ,
"license" : "MIT" ,
"web" : "https://github.com/molnarmark/spinny"
2017-07-06 21:58:43 +02:00
} ,
{
"name" : "nigui" ,
"url" : "https://github.com/trustable-code/NiGui" ,
"method" : "git" ,
"tags" : [
"gui" ,
"windows" ,
"gtk"
] ,
"description" : "NiGui is a cross-platform, desktop GUI toolkit using native widgets." ,
"license" : "MIT" ,
"web" : "https://github.com/trustable-code/NiGui"
2017-07-08 15:57:40 +02:00
} ,
{
"name" : "nimcalcal" ,
"url" : "https://github.com/skilchen/nimcalcal" ,
"method" : "git" ,
"tags" : [
"calendar" ,
"library"
] ,
"description" : "nimcalcal - PyCalCal translated to Nim, Calendrical Calculations from Reingold/Dershowitz" ,
"license" : "MIT" ,
"web" : "http://www3.cs.stonybrook.edu/~algorith/implement/reingold/implement.shtml"
2017-07-10 18:38:59 +09:00
} ,
{
"name" : "currying" ,
"url" : "https://github.com/t8m8/currying" ,
"method" : "git" ,
"tags" : [
"library" ,
"functional" ,
"currying"
] ,
"description" : "Currying library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/t8m8/currying"
2017-07-12 17:57:35 +03:00
} ,
{
"name" : "rect_packer" ,
"url" : "https://github.com/yglukhov/rect_packer" ,
"method" : "git" ,
"tags" : [
"library" ,
"geometry" ,
"packing"
] ,
"description" : "Pack rects into bigger rect" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/rect_packer"
2017-07-13 10:54:24 +02:00
} ,
{
"name" : "gintro" ,
"url" : "https://github.com/stefansalewski/gintro" ,
"method" : "git" ,
"tags" : [
2017-07-20 22:28:15 +01:00
"library" ,
"gtk" ,
"wrapper" ,
"gui"
2017-07-13 10:54:24 +02:00
] ,
"description" : "High level GObject-Introspection based GTK3 bindings" ,
"license" : "MIT" ,
"web" : "https://github.com/stefansalewski/gintro"
2017-07-20 22:28:15 +01:00
} ,
2017-07-13 18:42:15 +02:00
{
"name" : "arraymancer" ,
"url" : "https://github.com/mratsim/Arraymancer" ,
"method" : "git" ,
"tags" : [
"vector" ,
"matrix" ,
"array" ,
"ndarray" ,
2017-07-14 00:21:18 +02:00
"multidimensional-array" ,
2017-07-13 18:42:15 +02:00
"linear-algebra" ,
"tensor"
] ,
"description" : "A tensor (multidimensional array) library for Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://mratsim.github.io/Arraymancer/"
2017-07-16 19:37:55 +03:00
} ,
{
"name" : "sha3" ,
"url" : "https://bitbucket.org/mihailp/sha3/" ,
"method" : "hg" ,
"tags" : [
"crypto" ,
"cryptography" ,
"hash" ,
"security"
] ,
"description" : "sha3 - cryptographic hash function" ,
"license" : "CC0" ,
"web" : "https://bitbucket.org/mihailp/sha3/"
2017-07-17 01:18:59 -04:00
} ,
{
"name" : "coalesce" ,
"url" : "https://github.com/piedar/coalesce" ,
"method" : "git" ,
"tags" : [
"nil" ,
"null" ,
"options" ,
"operator"
] ,
"description" : "A nil coalescing operator ?? for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/piedar/coalesce"
2017-07-21 20:13:44 +08:00
} ,
{
"name" : "asyncmysql" ,
"url" : "https://github.com/tulayang/asyncmysql" ,
"method" : "git" ,
"tags" : [
"mysql" ,
"async" ,
"asynchronous" ,
2017-07-22 08:23:15 +08:00
"parser"
2017-07-21 20:13:44 +08:00
] ,
"description" : "Asynchronous MySQL connector written in pure Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/tulayang/asyncmysql"
2017-07-24 10:45:47 +03:00
} ,
{
"name" : "cassandra" ,
"url" : "https://github.com/yglukhov/cassandra" ,
"method" : "git" ,
"tags" : [
"cassandra" ,
"database" ,
"wrapper" ,
"bindings" ,
"driver"
] ,
"description" : "Bindings to Cassandra DB driver" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/cassandra"
2017-07-25 15:08:57 -07:00
} ,
{
"name" : "tf2plug" ,
2017-07-25 15:17:52 -07:00
"url" : "https://gitlab.com/waylon531/tf2plug" ,
2017-07-25 15:08:57 -07:00
"method" : "git" ,
"tags" : [
"app" ,
"binary" ,
"tool" ,
"tf2"
] ,
"description" : "A mod manager for TF2" ,
"license" : "GPLv3" ,
2017-07-25 15:17:52 -07:00
"web" : "https://gitlab.com/waylon531/tf2plug"
2016-04-27 21:33:19 -04:00
}
2015-12-03 14:08:05 +11:00
]