2020-09-04 19:33:22 +08:00
[
2022-09-26 02:34:16 -05:00
{
"name" : "passy" ,
"url" : "https://github.com/infinitybeond1/passy" ,
"method" : "git" ,
"tags" : [
"password" ,
"generator" ,
"cryptography" ,
"security"
] ,
"description" : "A fast little password generator" ,
"license" : "GPL3" ,
"web" : "https://github.com/infinitybeond1/passy"
} ,
2022-07-18 11:50:03 +02:00
{
"name" : "entgrep" ,
"url" : "https://github.com/srozb/entgrep" ,
"method" : "git" ,
"tags" : [
"command-line" ,
"crypto" ,
"cryptography" ,
"security"
] ,
"description" : "A grep but for secrets (based on entropy)." ,
"license" : "MIT" ,
"web" : "https://github.com/srozb/entgrep"
} ,
2022-07-08 09:02:16 +02:00
{
"name" : "nexus" ,
"url" : "https://github.com/jfilby/nexus" ,
"method" : "git" ,
"tags" : [
"web" ,
"framework" ,
"orm"
] ,
"description" : "Nexus provides a high-level web framework for Nim, with batteries included." ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/jfilby/nexus"
} ,
2022-06-05 06:31:10 -05:00
{
"name" : "rpgsheet" ,
"url" : "https://git.skylarhill.me/skylar/rpgsheet" ,
"method" : "git" ,
"tags" : [
"tui" ,
"ttrpg" ,
"dnd" ,
"rpg"
] ,
"description" : "System-agnostic CLI/TUI for tabletop roleplaying game character sheets" ,
"license" : "GPLv3" ,
"web" : "https://git.skylarhill.me/skylar/rpgsheet"
} ,
2022-06-25 06:12:17 +04:00
{
"name" : "openurl" ,
"url" : "https://github.com/foxoman/openurl" ,
"method" : "git" ,
"tags" : [
"open" ,
"url" ,
"uri"
] ,
"description" : "Open Any Url/File in the default App / WebBrowser." ,
"license" : "MIT" ,
"web" : "https://github.com/foxoman/openurl" ,
"doc" : "http://nimopenurl.surge.sh/openurl.html"
} ,
2022-05-27 08:55:33 -05:00
{
2022-05-31 19:55:45 +08:00
"name" : "tinydialogs" ,
"url" : "https://github.com/Patitotective/tinydialogs" ,
"method" : "git" ,
2022-05-27 08:55:33 -05:00
"tags" : [
2022-05-31 19:55:45 +08:00
"dialogs" ,
2022-05-27 08:55:33 -05:00
"file-dialogs"
2022-05-31 19:55:45 +08:00
] ,
"description" : "Tiny file dialogs Nim bindings." ,
"license" : "MIT" ,
2022-05-27 10:08:12 -05:00
"web" : "https://github.com/Patitotective/tinydialogs"
2022-05-27 08:55:33 -05:00
} ,
2022-05-22 06:03:34 -05:00
{
"name" : "artemis" ,
"url" : "https://git.skylarhill.me/skylar/artemis" ,
"method" : "git" ,
"tags" : [
"gemini" ,
"server" ,
"async"
] ,
"author" : "Skylar Hill" ,
"description" : "A simple Nim server for the Gemini protocol. Forked from geminim" ,
"license" : "GPLv3"
} ,
2022-04-28 18:00:05 +02:00
{
"name" : "periapsisEngine" ,
"url" : "https://github.com/Periapsis-Studios/Periapsis-Engine" ,
"method" : "git" ,
"tags" : [
"game" ,
"engine" ,
"2D"
] ,
"author" : "Knedlik" ,
"description" : "A 2D game engine made by Periapsis Studios" ,
"license" : "MIT" ,
"doc" : "https://periapsis-studios.github.io/Periapsis-Engine/theindex.html"
} ,
2022-03-14 01:36:29 -05:00
{
"name" : "niprefs" ,
"url" : "https://github.com/Patitotective/niprefs" ,
"method" : "git" ,
"tags" : [
"preferences" ,
"prefs"
] ,
2022-03-15 22:42:51 +09:00
"description" : " A dynamic preferences-system with a table-like structure for Nim." ,
2022-03-14 01:36:29 -05:00
"license" : "MIT" ,
"web" : "https://github.com/Patitotective/niprefs" ,
"doc" : "https://github.com/Patitotective/NiPrefs"
} ,
2022-01-27 01:53:15 +01:00
{
2022-01-27 19:08:29 +00:00
"name" : "lrparser" ,
"url" : "https://github.com/vanyle/lrparser/" ,
"method" : "git" ,
"tags" : [
"parser" ,
"slr" ,
"grammar" ,
"lexer" ,
"tokenizer"
] ,
"description" : "A SLR parser written in Nim with compile-time and run-time grammar generation." ,
"license" : "MIT" ,
"doc" : "https://vanyle.github.io/lrparser/lrparser.html" ,
"web" : "https://github.com/vanyle/lrparser/"
2022-01-27 01:53:15 +01:00
} ,
2021-12-28 04:22:56 -08:00
{
"name" : "py2nim" ,
"url" : "https://github.com/Niminem/Py2Nim" ,
"method" : "git" ,
2021-12-29 14:56:11 -03:00
"tags" : [
2021-12-28 04:22:56 -08:00
"transpiler" ,
"python"
] ,
"description" : "Py2Nim is a tool to translate Python code to Nim. The output is human-readable Nim code, meant to be tweaked by hand after the translation process." ,
"license" : "MIT"
} ,
2021-12-23 04:20:54 +01:00
{
"name" : "rangequeries" ,
"url" : "https://github.com/vanyle/RangeQueriesNim" ,
"method" : "git" ,
2021-12-29 14:56:11 -03:00
"tags" : [
2021-12-23 04:20:54 +01:00
"range" ,
"query" ,
"segment tree" ,
"tree"
] ,
"description" : "An implementation of Range Queries in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/vanyle/RangeQueriesNim/" ,
"doc" : "https://vanyle.github.io/RangeQueriesNim/rangequeries.html"
} ,
2021-10-29 16:18:10 +10:00
{
"name" : "riff" ,
"url" : "https://github.com/johnnovak/nim-riff" ,
"method" : "git" ,
"tags" : [
"riff" ,
"iff" ,
"interchange file format" ,
"library" ,
"endianness" ,
"io"
] ,
"description" : "RIFF file handling for Nim " ,
"license" : "WTFPL" ,
"web" : "https://github.com/johnnovak/nim-riff"
} ,
2021-04-21 10:46:13 -04:00
{
"name" : "nim0" ,
"url" : "https://gitlab.com/pmetras/nim0.git" ,
"method" : "git" ,
"tags" : [
"compiler" ,
"language" ,
"RISC" ,
"instruction set" ,
"assembler" ,
"toy" ,
"compilation" ,
"Oberon-0" ,
"Wirth" ,
"Compiler Construction" ,
"book"
] ,
"description" : "Nim0 is a toy one-pass compiler for a limited subset of the Nim language, targetting a 32-bit RISC CPU. Compiled Nim0 programs can be executed in the RISC emulator. All this in 5 heavily-documented sources, totalling less than 4k LOC. It is a port of Niklaus Wirth's Oberon-0 compiler as described in his book Compiler construction (included in the package), cross-referenced in the sources, that you can follow while reading the book." ,
"license" : "MIT" ,
2021-04-23 03:39:43 -04:00
"web" : "https://pmetras.gitlab.io/nim0" ,
"doc" : "https://gitlab.com/pmetras/nim0"
2021-04-21 10:46:13 -04:00
} ,
2021-04-17 14:23:04 +02:00
{
"name" : "libsaedea" ,
2021-04-19 12:17:44 +02:00
"url" : "https://github.com/m33m33/libsaedea" ,
2021-04-17 14:23:04 +02:00
"method" : "git" ,
"tags" : [
"libsaedea" ,
"library" ,
"encryption" ,
"decryption" ,
"symetric" ,
"crypto" ,
"cryptography" ,
"security"
] ,
"description" : "Library implementing a variation of the Simple And Efficient Data Encryption Algorithm (INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME 8, ISSUE 12, DECEMBER 2019 ISSN 2277-8616)" ,
"license" : "MIT" ,
2021-04-19 12:17:44 +02:00
"web" : "https://github.com/m33m33/libsaedea" ,
"doc" : "https://github.com/m33m33/libsaedea/blob/master/README.md"
2021-04-17 14:23:04 +02:00
} ,
2021-03-04 10:48:53 -05:00
{
"name" : "gsl" ,
"url" : "https://github.com/YesDrX/gsl-nim.git" ,
"method" : "git" ,
"tags" : [
2021-03-08 07:06:22 +01:00
"gsl" ,
"gnu" ,
"numerical" ,
"scientific"
2021-03-04 10:48:53 -05:00
] ,
"description" : "gsl C Api wrapped for nim" ,
"license" : "GPL3" ,
"web" : "https://github.com/YesDrX/gsl-nim/"
} ,
2021-03-03 12:24:03 -05:00
{
"name" : "onnxruntime" ,
"url" : "https://github.com/YesDrX/onnxruntime-nim.git" ,
"method" : "git" ,
"tags" : [
"onnxruntime"
] ,
"description" : "onnxruntime C Api wrapped for nim" ,
"license" : "MIT" ,
2021-03-04 12:23:34 +05:30
"web" : "https://github.com/YesDrX/onnxruntime-nim/"
} ,
2021-03-01 07:53:27 +01:00
{
"name" : "bionim" ,
"url" : "https://github.com/Unaimend/bionim" ,
"method" : "git" ,
"tags" : [
"bioinformatics" ,
"needleman" ,
"wunsch" ,
"needleman-wunsch" ,
"biology"
] ,
"description" : "This package tries to provide a lot of the most useful data structures and alogrithms need in the different subfield of bio informatics" ,
"license" : "UNLICENSE"
} ,
2021-01-18 20:08:46 +00:00
{
"name" : "jhash" ,
"url" : "https://github.com/mjfh/nim-jhash.git" ,
"method" : "git" ,
"tags" : [
"hash" ,
"id"
] ,
"description" : "Jenkins Hasher producing 32 bit digests" ,
"license" : "UNLICENSE" ,
"web" : "https://mjfh.github.io/nim-jhash/"
} ,
2021-01-18 15:02:25 +00:00
{
"name" : "tmplpro" ,
"url" : "https://github.com/mjfh/nim-tmplpro.git" ,
"method" : "git" ,
"tags" : [
"template" ,
"cgi"
] ,
"description" : "Text template processor, basic capabilities" ,
"license" : "UNLICENSE" ,
"web" : "https://mjfh.github.io/nim-tmplpro/"
} ,
2021-01-01 02:11:22 -06:00
{
"name" : "azure_translate" ,
"url" : "https://github.com/williamhatcher/azure_translate" ,
"method" : "git" ,
"tags" : [
"translate"
] ,
"description" : "Nim Library for Azure Cognitive Services Translate" ,
"license" : "MIT" ,
"web" : "https://github.com/williamhatcher/azure_translate"
} ,
2020-12-25 05:54:36 -06:00
{
"name" : "PhylogeNi" ,
"url" : "https://github.com/kerrycobb/PhylogeNi" ,
"method" : "git" ,
"tags" : [
"phylogenetics" ,
"phylogeny" ,
"tree" ,
"bioinformatics" ,
"evolution"
] ,
"description" : "A library with some basic functions for working with phylogenetic trees." ,
"license" : "MIT" ,
"web" : "https://github.com/kerrycobb/PhylogeNi/" ,
"doc" : "https://kerrycobb.github.io/PhylogeNi/"
2020-12-28 21:41:15 +09:00
} ,
2020-11-06 22:45:50 +02:00
{
"name" : "geminim" ,
"url" : "https://github.com/IDF31/geminim" ,
"license" : "BSD-2" ,
"method" : "git" ,
"tags" : [
"gemini" ,
"server" ,
"async" ,
"based"
] ,
"description" : "Simple async Gemini server"
} ,
2020-10-07 01:00:58 -04:00
{
2020-10-05 16:12:15 +02:00
"name" : "arturo" ,
"url" : "https://github.com/arturo-lang/arturo" ,
"method" : "git" ,
"tags" : [
"nim" ,
"vm" ,
"programming" ,
"rebol" ,
"ruby" ,
"haskell" ,
"functional" ,
"homoiconic"
] ,
"description" : "Simple, modern and portable interpreted programming language for efficient scripting" ,
"license" : "MIT" ,
"web" : "http://arturo-lang.io/" ,
"doc" : "http://arturo-lang.io/"
} ,
2020-09-23 13:53:26 -03:00
{
"name" : "nimchromepath" ,
"url" : "https://github.com/felipetesc/NimChromePath" ,
"method" : "git" ,
"tags" : [
"chrome" ,
"path" ,
"nim"
] ,
"description" : "Thin lib to find if chrome exists on Windows, Mac, or Linux." ,
"license" : "MIT" ,
"web" : "https://github.com/felipetesc/NimChromePath" ,
"doc" : "https://github.com/felipetesc/NimChromePath"
} ,
2020-09-03 03:27:21 -04:00
{
"name" : "nimbitarray" ,
"url" : "https://github.com/YesDrX/bitarray" ,
"method" : "git" ,
"tags" : [
"bitarray" ,
2020-09-04 19:33:22 +08:00
"nim"
2020-09-03 03:27:21 -04:00
] ,
"description" : "A simple bitarray library for nim." ,
"license" : "MIT" ,
"web" : "https://yesdrx.github.io/bitarray/" ,
"doc" : "https://yesdrx.github.io/bitarray/"
} ,
2020-08-20 04:10:35 -05:00
{
"name" : "torim" ,
"url" : "https://github.com/KittyTechnoProgrammer/torim" ,
"method" : "git" ,
"tags" : [
"tor" ,
"hiddenservice"
] ,
2020-08-24 10:05:21 +02:00
"description" : "Updated version of tor.nim from https://github.com/FedericoCeratto/nim-tor" ,
2020-08-20 04:10:35 -05:00
"license" : "GPL-3.0" ,
"web" : "https://github.com/KittyTechnoProgrammer/torim" ,
"doc" : "https://github.com/KittyTechnoProgrammer/torim"
} ,
2020-08-11 20:47:14 +02:00
{
"name" : "jupyternim" ,
"url" : "https://github.com/stisa/jupyternim" ,
"method" : "git" ,
2020-08-17 17:19:09 +10:00
"tags" : [
"jupyter" ,
"nteract" ,
"ipython" ,
"jupyter-kernel"
] ,
2020-08-11 20:47:14 +02:00
"description" : "A Jupyter kernel for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/stisa/jupyternim/blob/master/README.md" ,
2020-08-17 17:19:09 +10:00
"doc" : "https://github.com/stisa/jupyternim"
2020-08-11 20:47:14 +02:00
} ,
2020-08-07 16:47:43 -04:00
{
"name" : "randgen" ,
"url" : "https://github.com/YesDrX/randgen" ,
"method" : "git" ,
"tags" : [
"random" ,
2020-08-10 13:27:57 +08:00
"nim" ,
"pdf" ,
"cdf"
2020-08-07 16:47:43 -04:00
] ,
"description" : "A random variable generating library for nim." ,
"license" : "MIT" ,
"web" : "https://yesdrx.github.io/randgen/" ,
"doc" : "https://yesdrx.github.io/randgen/"
} ,
2020-08-03 14:46:35 +02:00
{
2020-08-02 00:45:32 -04:00
"name" : "numnim" ,
"url" : "https://github.com/YesDrX/numnim" ,
"method" : "git" ,
"tags" : [
"numnim" ,
"numpy" ,
"ndarray" ,
"matrix" ,
"pandas" ,
"dataframe"
] ,
"description" : "A numpy like ndarray and dataframe library for nim-lang." ,
"license" : "MIT" ,
"web" : "https://github.com/YesDrX/numnim" ,
"doc" : "https://github.com/YesDrX/numnim"
} ,
2020-03-17 01:36:33 -04:00
{
"name" : "filesize" ,
"url" : "https://github.com/sergiotapia/filesize" ,
"method" : "git" ,
"tags" : [
"filesize" ,
"size"
] ,
"description" : "A Nim package to convert filesizes into other units, and turns filesizes into human readable strings." ,
"license" : "MIT" ,
"web" : "https://github.com/sergiotapia/filesize" ,
"doc" : "https://github.com/sergiotapia/filesize"
} ,
2020-02-21 01:02:52 -05:00
{
"name" : "argon2_bind" ,
"url" : "https://github.com/D-Nice/argon2_bind" ,
"method" : "git" ,
"tags" : [
"argon2" ,
"kdf" ,
"hash" ,
"crypto" ,
"phc" ,
"c" ,
"ffi" ,
"cryptography"
] ,
"description" : "Bindings to the high-level Argon2 C API" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/D-Nice/argon2_bind" ,
"doc" : "https://d-nice.github.io/argon2_bind/"
} ,
2020-01-27 01:35:37 -05:00
{
"name" : "nbaser" ,
"url" : "https://github.com/D-Nice/nbaser" ,
"method" : "git" ,
"tags" : [
"encode" ,
"decode" ,
"base" ,
"unicode" ,
"base58" ,
"base-x"
] ,
"description" : "Encode/decode arbitrary unicode bases from size 2 to 256" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/D-Nice/nbaser" ,
"doc" : "https://d-nice.github.io/nbaser/"
} ,
2020-01-19 18:36:56 +03:00
{
2020-01-22 05:35:02 -05:00
"name" : "nio" ,
"url" : "https://github.com/KayraG/nio" ,
"method" : "git" ,
"tags" : [
2020-01-19 18:36:56 +03:00
"server" ,
"framework" ,
"express" ,
"http" ,
"library"
] ,
2020-01-22 05:35:02 -05:00
"description" : "A Mini Server Framework for Nim language" ,
"license" : "MIT" ,
"web" : "https://github.com/KayraG/nio"
2020-01-19 18:36:56 +03:00
} ,
2020-01-15 19:06:14 +07:00
{
2020-01-13 06:37:03 +01:00
"name" : "decisiontree" ,
"url" : "https://github.com/Michedev/DecisionTreeNim" ,
"method" : "git" ,
"tags" : [
"Decision tree" ,
"Machine learning" ,
"Random forest" ,
"CART"
] ,
"description" : "Decision tree and Random forest CART implementation in Nim" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/Michedev/DecisionTreeNim"
} ,
2019-10-29 01:53:59 -03:00
{
"name" : "tsv2json" ,
"url" : "https://github.com/hectormonacci/tsv2json" ,
"method" : "git" ,
"tags" : [
"TSV" ,
"JSON"
] ,
"description" : "Turn TSV file or stream into JSON file or stream" ,
"license" : "MIT" ,
"web" : "https://github.com/hectormonacci/tsv2json"
} ,
2019-10-20 19:30:52 +09:00
{
"name" : "nimler" ,
"url" : "https://github.com/wltsmrz/nimler" ,
"method" : "git" ,
"tags" : [
"Erlang" ,
"Elixir"
] ,
"description" : "Erlang/Elixir NIFs for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/wltsmrz/nimler"
} ,
2020-04-20 16:23:09 +09:00
{
"name" : "zstd" ,
"url" : "https://github.com/wltsmrz/nim_zstd" ,
"method" : "git" ,
"tags" : [
"zstd" ,
"compression"
] ,
"description" : "Bindings for zstd" ,
"license" : "MIT" ,
"web" : "https://github.com/wltsmrz/nim_zstd"
} ,
2019-07-23 00:07:01 -05:00
{
2019-07-24 00:23:04 -05:00
"name" : "QuickJS4nim" ,
"url" : "https://github.com/ImVexed/quickjs4nim" ,
2019-07-23 00:07:01 -05:00
"method" : "git" ,
"tags" : [
"QuickJS" ,
"Javascript" ,
2019-07-24 00:23:04 -05:00
"Runtime" ,
"Wrapper"
2019-07-23 00:07:01 -05:00
] ,
"description" : "A QuickJS wrapper for Nim" ,
"license" : "MIT" ,
2019-07-24 00:23:04 -05:00
"web" : "https://github.com/ImVexed/quickjs4nim"
2019-07-23 00:07:01 -05:00
} ,
2019-03-19 13:16:31 +02:00
{
"name" : "BitVector" ,
"url" : "https://github.com/MarcAzar/BitVector" ,
"method" : "git" ,
"tags" : [
"Bit" ,
"Array" ,
"Vector" ,
"Bloom"
] ,
"description" : "A high performance Nim implementation of BitVector with base SomeUnsignedInt(i.e: uint8-64) with support for slices, and seq supported operations" ,
"license" : "MIT" ,
"web" : "https://marcazar.github.io/BitVector"
} ,
2019-02-27 16:43:34 +02:00
{
2019-04-08 10:22:50 +03:00
"name" : "RollingHash" ,
"url" : "https://github.com/MarcAzar/RollingHash" ,
2019-02-27 16:43:34 +02:00
"method" : "git" ,
"tags" : [
"Cyclic" ,
"Hash" ,
"BuzHash" ,
"Rolling" ,
2019-04-08 10:22:50 +03:00
"Rabin" ,
"Karp" ,
"CRC" ,
"Fingerprint" ,
2019-02-27 16:43:34 +02:00
"n-gram"
] ,
2019-04-08 10:22:50 +03:00
"description" : "A high performance Nim implementation of a Cyclic Polynomial Hash, aka BuzHash, and the Rabin-Karp algorithm" ,
2019-02-27 16:43:34 +02:00
"license" : "MIT" ,
2019-04-08 10:22:50 +03:00
"web" : "https://marcazar.github.io/RollingHash"
2019-02-27 16:43:34 +02:00
} ,
2019-02-24 17:08:51 +02:00
{
"name" : "BipBuffer" ,
"url" : "https://github.com/MarcAzar/BipBuffer" ,
"method" : "git" ,
"tags" : [
"Bip Buffer" ,
"Circular" ,
"Ring" ,
"Buffer" ,
"nim"
] ,
"description" : "A Nim implementation of Simon Cooke's Bip Buffer. A type of circular buffer ensuring contiguous blocks of memory" ,
"license" : "MIT" ,
2019-03-19 13:16:31 +02:00
"web" : "https://marcazar.github.io/BipBuffer"
2019-02-24 17:08:51 +02:00
} ,
2018-12-17 14:12:21 +02:00
{
2018-12-12 10:34:08 -08:00
"name" : "whip" ,
"url" : "https://github.com/mattaylor/whip" ,
"method" : "git" ,
2018-12-17 14:12:21 +02:00
"tags" : [
"http" ,
"rest" ,
"server" ,
"httpbeast" ,
"nest" ,
"fast"
] ,
2018-12-12 10:34:08 -08:00
"description" : "Whip is high performance web application server based on httpbeast a nest for redix tree based routing with some extra opmtizations." ,
"license" : "MIT" ,
"web" : "https://github.com/mattaylor/whip"
2018-12-17 14:12:21 +02:00
} ,
{
2018-12-07 01:34:25 -08:00
"name" : "elvis" ,
"url" : "https://github.com/mattaylor/elvis" ,
"method" : "git" ,
2018-12-10 19:38:56 +08:00
"tags" : [
"operator" ,
"elvis" ,
"ternary" ,
"template" ,
"truthy" ,
"falsy" ,
"exception" ,
"none" ,
"null" ,
"nil" ,
"0" ,
"NaN" ,
"coalesce"
] ,
2018-12-07 01:34:25 -08:00
"description" : "The elvis package implements a 'truthy', 'ternary' and a 'coalesce' operator to Nim as syntactic sugar for working with conditional expressions" ,
"license" : "MIT" ,
"web" : "https://github.com/mattaylor/elvis"
2018-12-10 19:38:56 +08:00
} ,
2018-09-22 18:10:38 +01:00
{
"name" : "nimrun" ,
"url" : "https://github.com/lee-b/nimrun" ,
"method" : "git" ,
"tags" : [
"shebang" ,
"unix" ,
"linux" ,
"bsd" ,
"mac" ,
"shell" ,
"script" ,
"nimble" ,
"nimcr" ,
"compile" ,
"run" ,
"standalone"
] ,
"description" : "Shebang frontend for running nim code as scripts. Does not require .nim extensions." ,
"license" : "MIT" ,
"web" : "https://github.com/lee-b/nimrun"
} ,
2017-12-03 21:22:25 +01:00
{
"name" : "sequtils2" ,
"url" : "https://github.com/Michedev/sequtils2" ,
"method" : "git" ,
"tags" : [
"library" ,
"sequence" ,
"string" ,
"openArray" ,
"functional"
] ,
"description" : "Additional functions for sequences that are not present in sequtils" ,
"license" : "MIT" ,
"web" : "http://htmlpreview.github.io/?https://github.com/Michedev/sequtils2/blob/master/sequtils2.html"
} ,
2017-10-27 01:17:04 -07:00
{
"name" : "github_api" ,
"url" : "https://github.com/watzon/github-api-nim" ,
"method" : "git" ,
"tags" : [
"library" ,
"api" ,
"github" ,
"client"
] ,
"description" : "Nim wrapper for the GitHub API" ,
"license" : "WTFPL" ,
"web" : "https://github.com/watzon/github-api-nim"
} ,
2018-06-23 07:20:14 +09:00
{
"name" : "extensions" ,
"url" : "https://github.com/jyapayne/nim-extensions" ,
"method" : "git" ,
"tags" : [
"library" ,
"extensions" ,
"addons"
] ,
"description" : "A library that will add useful tools to Nim's arsenal." ,
"license" : "MIT" ,
"web" : "https://github.com/jyapayne/nim-extensions"
} ,
2017-11-04 00:01:27 -07:00
{
"name" : "nimates" ,
"url" : "https://github.com/jamesalbert/nimates" ,
"method" : "git" ,
"tags" : [
"library" ,
"postmates" ,
"delivery"
] ,
"description" : "Client library for the Postmates API" ,
"license" : "Apache" ,
"web" : "https://github.com/jamesalbert/nimates"
} ,
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" ,
2018-10-27 19:00:46 +02:00
"command-line" ,
2015-08-18 10:53:21 +02:00
"arguments" ,
"switches" ,
"parsing"
] ,
2018-10-27 19:00:46 +02:00
"description" : "Provides a complex command-line 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" ,
2018-10-27 19:00:46 +02:00
"command-line" ,
2015-08-18 10:53:21 +02:00
"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" ,
2018-11-01 16:59:43 -03:00
"web" : "https://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
} ,
2021-10-21 20:36:34 +02:00
{
"name" : "nanim" ,
"url" : "https://github.com/ErikWDev/nanim/" ,
"method" : "git" ,
"tags" : [
"animation" ,
"motion-graphics" ,
"opengl" ,
"nanovg" ,
"framework" ,
"2D"
] ,
"description" : "Create smooth GPU-accelerated animations that can be previewed live or rendered to videos." ,
"license" : "MIT" ,
"web" : "https://github.com/ErikWDev/nanim/"
} ,
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" ,
2019-01-05 11:39:51 +01:00
"alias" : "locale"
} ,
{
"name" : "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" ,
2019-01-05 11:39:51 +01:00
"alias" : "chipmunk6"
2016-02-15 17:30:08 +01:00
} ,
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" ,
2018-06-23 14:03:45 +02:00
"alias" : "glfw"
} ,
{
"name" : "glfw" ,
2020-10-24 16:13:47 +10:00
"url" : "https://github.com/johnnovak/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" ,
2020-10-24 16:13:47 +10:00
"web" : "https://github.com/johnnovak/nim-glfw"
2013-06-28 01:07:59 +02:00
} ,
{
"name" : "nim-ao" ,
2019-01-05 11:39:51 +01:00
"alias" : "ao"
} ,
{
"name" : "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
} ,
2018-06-26 00:36:10 +09:00
{
"name" : "libnx" ,
"url" : "https://github.com/jyapayne/nim-libnx" ,
"method" : "git" ,
"tags" : [
"switch" ,
"nintendo" ,
"libnx" ,
"nx"
] ,
"description" : "A port of libnx to Nim" ,
2018-11-01 16:59:43 -03:00
"license" : "Unlicense" ,
2018-06-26 00:36:10 +09:00
"web" : "https://github.com/jyapayne/nim-libnx"
} ,
2013-10-05 16:43:57 +01:00
{
2018-06-27 22:37:01 +09:00
"name" : "switch_build" ,
2018-06-27 21:12:59 +09:00
"url" : "https://github.com/jyapayne/switch-build" ,
"method" : "git" ,
"tags" : [
"switch" ,
"nintendo" ,
"build" ,
"builder"
] ,
"description" : "An easy way to build homebrew files for the Nintendo Switch" ,
"license" : "MIT" ,
"web" : "https://github.com/jyapayne/switch-build"
} ,
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
} ,
2021-11-22 10:57:56 +01:00
{
"name" : "threading" ,
"url" : "https://github.com/nim-lang/threading" ,
"method" : "git" ,
"tags" : [
"threading" ,
"threads" ,
"arc" ,
"orc" ,
"atomics" ,
"channels" ,
"smartptrs"
] ,
"description" : "New atomics, thread primitives, channels and atomic refcounting for --gc:arc/orc." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/threading"
} ,
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" ,
2018-11-01 16:59:43 -03:00
"web" : "https://github.com/achesak/nim-coverartarchive"
2013-12-03 16:56:57 +01:00
} ,
2013-12-03 22:51:20 +01:00
{
"name" : "nim-vorbis" ,
2019-01-05 11:39:51 +01:00
"alias" : "vorbis"
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" ,
2019-01-05 11:39:51 +01:00
"alias" : "portaudio"
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" ,
2018-10-27 19:00:46 +02:00
"command-line" ,
2015-08-18 10:53:21 +02:00
"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" : [
2018-05-28 13:17:03 +03:00
"bloom-filter" ,
"bloom" ,
2015-08-18 10:53:21 +02:00
"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" ,
2018-10-27 19:00:46 +02:00
"command-line"
2015-08-18 10:53:21 +02:00
] ,
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
} ,
{
2017-12-01 16:05:36 -05:00
"name" : "png" ,
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
} ,
2017-12-01 16:05:36 -05:00
{
"name" : "nimlibpng" ,
"alias" : "png"
} ,
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
} ,
2017-07-26 01:39:19 +02:00
{
"name" : "gtkgenui" ,
"url" : "https://github.com/PMunch/gtkgenui" ,
"method" : "git" ,
"tags" : [
"gtk2" ,
"utility"
] ,
"description" : "This module provides the genui macro for the Gtk2 toolkit. Genui is a way to specify graphical interfaces in a hierarchical way to more clearly show the structure of the interface as well as simplifying the code." ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/gtkgenui"
} ,
{
2017-07-26 01:51:19 +02:00
"name" : "persvector" ,
2017-07-26 01:39:19 +02:00
"url" : "https://github.com/PMunch/nim-persistent-vector" ,
"method" : "git" ,
"tags" : [
"datastructures" ,
"immutable" ,
"persistent"
] ,
"description" : "This is an implementation of Clojures persistent vectors in Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/nim-persistent-vector"
} ,
{
2017-07-26 01:51:19 +02:00
"name" : "pcap" ,
2017-07-26 01:39:19 +02:00
"url" : "https://github.com/PMunch/nim-pcap" ,
"method" : "git" ,
"tags" : [
"pcap" ,
"fileformats"
] ,
"description" : "Tiny pure Nim library to read PCAP files used by TcpDump/WinDump/Wireshark." ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/nim-pcap"
} ,
2017-08-25 22:05:45 +02:00
{
"name" : "drawille" ,
"url" : "https://github.com/PMunch/drawille-nim" ,
"method" : "git" ,
"tags" : [
"drawile" ,
"terminal" ,
"graphics"
] ,
"description" : "Drawing in terminal with Unicode Braille characters." ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/drawille-nim"
} ,
2017-12-13 11:26:42 +01:00
{
"name" : "binaryparse" ,
"url" : "https://github.com/PMunch/binaryparse" ,
"method" : "git" ,
"tags" : [
"parsing" ,
"binary"
] ,
"description" : "Binary parser (and writer) in pure Nim. Generates efficient parsing procedures that handle many commonly seen patterns seen in binary files and does sub-byte field reading." ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/binaryparse"
} ,
2018-01-11 10:40:31 +01:00
{
"name" : "libkeepass" ,
"url" : "https://github.com/PMunch/libkeepass" ,
"method" : "git" ,
"tags" : [
"keepass" ,
"password" ,
"library"
] ,
"description" : "Library for reading KeePass files and decrypt the passwords within it" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/libkeepass"
} ,
2018-01-15 23:02:49 +01:00
{
"name" : "zhsh" ,
"url" : "https://github.com/PMunch/zhangshasha" ,
"method" : "git" ,
"tags" : [
"algorithm" ,
"edit-distance"
] ,
"description" : "This module is a port of the Java implementation of the Zhang-Shasha algorithm for tree edit distance" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/zhangshasha"
} ,
2018-01-28 14:45:10 +01:00
{
"name" : "termstyle" ,
"url" : "https://github.com/PMunch/termstyle" ,
"method" : "git" ,
"tags" : [
"terminal" ,
"colour" ,
"style"
] ,
"description" : "Easy to use styles for terminal output" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/termstyle"
} ,
2018-03-30 18:11:45 +02:00
{
"name" : "combparser" ,
"url" : "https://github.com/PMunch/combparser" ,
"method" : "git" ,
"tags" : [
"parser" ,
"combinator"
] ,
"description" : "A parser combinator library for easy generation of complex parsers" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/combparser"
} ,
{
2018-03-30 20:33:48 +02:00
"name" : "protobuf" ,
2018-03-30 18:11:45 +02:00
"url" : "https://github.com/PMunch/protobuf-nim" ,
"method" : "git" ,
"tags" : [
"protobuf" ,
"serialization"
] ,
"description" : "Protobuf implementation in pure Nim that leverages the power of the macro system to not depend on any external tools" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/protobuf-nim"
} ,
2018-05-20 12:36:55 +02:00
{
"name" : "strslice" ,
"url" : "https://github.com/PMunch/strslice" ,
"method" : "git" ,
"tags" : [
"optimization" ,
"strings" ,
"library"
] ,
"description" : "Simple implementation of string slices with some of the strutils ported or wrapped to work on them. String slices offer a performance enhancement when working with large amounts of slices from one base string" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/strslice"
} ,
2018-06-13 14:29:40 +02:00
{
"name" : "jsonschema" ,
"url" : "https://github.com/PMunch/jsonschema" ,
"method" : "git" ,
"tags" : [
"json" ,
"schema" ,
"library" ,
"validation"
] ,
"description" : "JSON schema validation and creation." ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/jsonschema"
} ,
2022-03-26 14:10:14 +02:00
{
"name" : "nimlangserver" ,
"url" : "https://github.com/nim-lang/langserver" ,
"method" : "git" ,
"tags" : [
"lsp" ,
"nimsuggest" ,
"editor" ,
"ide-tools"
] ,
"description" : "The Nim language server implementation (based on nimsuggest)" ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/langserver"
} ,
2019-01-08 16:55:48 +01:00
{
"name" : "nimlsp" ,
"url" : "https://github.com/PMunch/nimlsp" ,
"method" : "git" ,
"tags" : [
"lsp" ,
"nimsuggest" ,
"editor"
] ,
"description" : "Language Server Protocol implementation for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/nimlsp"
} ,
2019-07-09 16:21:20 +02:00
{
"name" : "optionsutils" ,
"url" : "https://github.com/PMunch/nim-optionsutils" ,
"method" : "git" ,
"tags" : [
"options" ,
"library" ,
"safety"
] ,
"description" : "Utility macros for easier handling of options in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/nim-optionsutils"
} ,
2019-11-13 11:48:18 +01:00
{
"name" : "getmac" ,
"url" : "https://github.com/PMunch/getmac" ,
"method" : "git" ,
"tags" : [
"network" ,
"mac" ,
"ip"
] ,
"description" : "A package to get the MAC address of a local IP address" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/getmac"
} ,
2020-03-17 14:55:30 +01:00
{
"name" : "macroutils" ,
"url" : "https://github.com/PMunch/macroutils" ,
"method" : "git" ,
"tags" : [
"macros" ,
"ast" ,
"metaprogramming" ,
"library" ,
"utility"
] ,
"description" : "A package that makes creating macros easier" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/macroutils"
} ,
2020-04-30 10:10:10 +02:00
{
"name" : "ansiparse" ,
"url" : "https://github.com/PMunch/ansiparse" ,
"method" : "git" ,
"tags" : [
"ansi" ,
"library" ,
"parsing"
] ,
"description" : "Library to parse ANSI escape codes" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/ansiparse"
} ,
{
"name" : "ansitohtml" ,
"url" : "https://github.com/PMunch/ansitohtml" ,
"method" : "git" ,
"tags" : [
"ansi" ,
"library" ,
"html"
] ,
"description" : "Converts ANSI colour codes to HTML span tags with style tags" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/ansitohtml"
} ,
2020-05-11 07:08:51 +02:00
{
"name" : "xevloop" ,
"url" : "https://github.com/PMunch/xevloop" ,
"method" : "git" ,
"tags" : [
"x11" ,
"library" ,
"events"
] ,
"description" : "Library to more easily create X11 event loops" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/xevloop"
} ,
2020-09-10 12:47:49 +00:00
{
"name" : "nancy" ,
"url" : "https://github.com/PMunch/nancy" ,
"method" : "git" ,
"tags" : [
"ansi" ,
"library" ,
"terminal" ,
"table"
] ,
"description" : "Nancy - Nim fancy ANSI tables" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/nancy"
} ,
2020-10-16 10:53:17 +02:00
{
"name" : "imlib2" ,
"url" : "https://github.com/PMunch/Imlib2" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"graphics" ,
"imlib2"
] ,
"description" : "Simple wrapper of the Imlib2 library" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/Imlib2"
} ,
{
"name" : "notificatcher" ,
"url" : "https://github.com/PMunch/notificatcher" ,
"method" : "git" ,
"tags" : [
"binary" ,
"freedesktop" ,
"notifications" ,
"dbus"
] ,
"description" : "Small program to grab notifications from freedesktop and output them according to a format" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/notificatcher"
} ,
2020-11-16 11:25:49 +01:00
{
"name" : "notifishower" ,
"url" : "https://github.com/PMunch/notifishower" ,
"method" : "git" ,
"tags" : [
"binary" ,
"notifications" ,
"graphics" ,
"gui"
] ,
"description" : "Small program to draw notifications on the screen in a highly customisable way" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/notifishower"
} ,
{
"name" : "wxnim" ,
"url" : "https://github.com/PMunch/wxnim" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"library" ,
"graphics" ,
"gui"
] ,
"description" : "Nim wrapper for wxWidgets. Also contains high-level genui macro" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/wxnim"
} ,
2021-10-08 14:32:43 +00:00
{
"name" : "futhark" ,
"url" : "https://github.com/PMunch/futhark" ,
"method" : "git" ,
"tags" : [
"library" ,
"c" ,
"c2nim" ,
"interop" ,
"language" ,
"code"
] ,
"description" : "Zero-wrapping C imports in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/futhark"
} ,
2022-02-05 13:21:22 +01:00
{
"name" : "ratel" ,
"url" : "https://github.com/PMunch/ratel" ,
"method" : "git" ,
"tags" : [
"library" ,
"embedded"
] ,
"description" : "Zero-cost abstractions for microcontrollers" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/ratel"
} ,
2022-06-09 16:15:40 +02:00
{
"name" : "coap" ,
"url" : "https://github.com/PMunch/libcoap" ,
"method" : "git" ,
"tags" : [
"library" ,
"coap" ,
"wrapper" ,
"futhark"
] ,
"description" : "libcoap C library wrapped in Nim with full async integration" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/libcoap"
} ,
{
"name" : "ikeahomesmart" ,
"url" : "https://github.com/PMunch/ikeahomesmart" ,
"method" : "git" ,
"tags" : [
"library" ,
"ikea" ,
"homesmart" ,
"coap"
] ,
"description" : "IKEA Home Smart library to monitor and control lights through the IKEA Gateway" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/ikeahomesmart"
} ,
2022-09-02 18:10:46 +02:00
{
"name" : "autotemplate" ,
"url" : "https://github.com/PMunch/autotemplate" ,
"method" : "git" ,
"tags" : [
"library" ,
"templates"
] ,
"description" : "Small library to automatically generate type-bound templates from files" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/autotemplate"
} ,
{
"name" : "deriveables" ,
"url" : "https://github.com/PMunch/deriveables" ,
"method" : "git" ,
"tags" : [
"library" ,
"types"
] ,
"description" : "Small library to generate procedures with a type derivation system" ,
"license" : "MIT" ,
"web" : "https://github.com/PMunch/deriveables"
} ,
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" ,
2020-08-21 23:28:20 +01:00
"url" : "https://github.com/bio-nim/nim-strfmt" ,
"method" : "git" ,
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" ,
2020-08-21 23:28:20 +01:00
"web" : "https://github.com/bio-nim/nim-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" : [
2018-10-27 19:00:46 +02:00
"command-line" ,
2015-08-18 10:53:21 +02:00
"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
} ,
{
2017-08-07 11:47:00 +02:00
"name" : "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
} ,
2017-08-07 11:47:00 +02:00
{
"name" : "nim-sndfile" ,
"alias" : "sndfile"
} ,
2014-07-22 22:14:53 +02:00
{
"name" : "bigints" ,
2021-11-09 16:19:05 +01:00
"url" : "https://github.com/nim-lang/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" ,
2021-11-09 16:19:05 +01:00
"web" : "https://github.com/nim-lang/bigints"
2014-07-22 22:14:53 +02:00
} ,
{
"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
} ,
2021-04-25 12:56:18 +00:00
{
"name" : "hastysite" ,
"url" : "https://github.com/h3rald/hastysite" ,
"method" : "git" ,
"tags" : [
"markdown" ,
"html" ,
"static-site-generator"
] ,
"description" : "A small but powerful static site generator powered by HastyScribe and min" ,
"license" : "MIT" ,
"web" : "https://hastysite.h3rald.com"
} ,
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" ,
2018-11-01 16:59:43 -03:00
"license" : "OpenSSL and SSLeay" ,
2014-10-12 02:08:22 +01:00
"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" ,
2017-08-08 17:05:37 -04:00
"url" : "https://github.com/subsetpark/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" ,
2017-08-08 17:05:37 -04:00
"web" : "https://github.com/subsetpark/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
} ,
{
2019-07-04 09:24:11 +02:00
"name" : "easy_bcrypt" ,
"url" : "https://github.com/Akito13/easy-bcrypt.git" ,
2014-12-07 14:36:00 -05:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"hash" ,
"crypto" ,
"password" ,
"bcrypt"
] ,
2019-07-04 09:24:11 +02:00
"description" : "A simple wrapper providing a convenient reentrant interface for the bcrypt password hashing algorithm." ,
"license" : "CC0"
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" ,
2019-01-05 11:39:51 +01:00
"alias" : "libclang"
2016-01-08 12:12:49 +02:00
} ,
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" ,
2018-05-18 08:53:17 -04:00
"url" : "https://github.com/NimParsers/parsetoml.git" ,
2015-01-17 01:26:14 +01:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
2018-05-18 08:53:17 -04:00
"library" ,
"parse"
2015-08-18 10:53:21 +02:00
] ,
2015-01-17 01:26:14 +01:00
"description" : "Library for parsing TOML files." ,
"license" : "MIT" ,
2018-05-18 08:53:17 -04:00
"web" : "https://github.com/NimParsers/parsetoml"
2015-01-17 01:26:14 +01:00
} ,
2015-01-16 21:55:59 +00:00
{
2022-08-25 01:12:23 +03:00
"name" : "nim" ,
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" : [
2022-08-25 01:12:23 +03:00
"library" ,
"compiler"
2015-08-18 10:53:21 +02:00
] ,
2022-08-25 01:12:23 +03:00
"description" : "Package providing the Nim compiler binaries plus all its source files that can be used as a library" ,
2015-01-16 21:55:59 +00:00
"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
} ,
2022-08-25 01:12:23 +03:00
{
"name" : "compiler" ,
"alias" : "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" : [
2018-10-27 19:00:46 +02:00
"command-line" ,
2015-08-18 10:53:21 +02:00
"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" : "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" ,
2017-11-07 14:25:44 +02:00
"url" : "https://github.com/yglukhov/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" ,
2017-11-07 14:25:44 +02:00
"web" : "https://github.com/yglukhov/jnim"
2015-05-06 17:39:38 +07:00
} ,
{
"name" : "nimPDF" ,
"url" : "https://github.com/jangko/nimpdf" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"library" ,
"PDF" ,
"document"
] ,
2015-05-06 17:39:38 +07:00
"description" : "library for generating PDF files" ,
"license" : "MIT" ,
"web" : "https://github.com/jangko/nimpdf"
2015-05-12 13:45:10 -03:00
} ,
{
"name" : "LLVM" ,
"url" : "https://github.com/FedeOmoto/llvm" ,
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"LLVM" ,
"bindings" ,
"wrapper"
] ,
2015-05-12 13:45:10 -03:00
"description" : "LLVM bindings for the Nim language." ,
"license" : "MIT" ,
2015-06-04 19:58:15 -03:00
"web" : "https://github.com/FedeOmoto/llvm"
2015-05-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
} ,
2018-04-05 14:10:27 +02:00
{
"name" : "nsu" ,
"url" : "https://github.com/Senketsu/nsu" ,
"method" : "git" ,
"tags" : [
"library" ,
"tool" ,
"utility" ,
"screenshot"
] ,
"description" : "Simple screenshot library & cli tool made in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Senketsu/nsu"
} ,
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" ,
2021-03-08 22:20:13 +01:00
"url" : "https://github.com/SciNim/nimfftw3" ,
2015-05-14 21:56:40 +02:00
"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" ,
2020-06-05 12:54:44 +02:00
"license" : "LGPL" ,
2021-03-08 22:20:13 +01:00
"web" : "https://github.com/SciNim/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" ,
2019-01-05 11:39:51 +01:00
"alias" : "geocoding"
} ,
{
"name" : "geocoding" ,
2015-05-17 16:54:04 +05:30
"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" ,
2021-04-04 16:03:12 -07:00
"url" : "https://github.com/mahlonsmith/nim-tnetstring" ,
"method" : "git" ,
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" ,
2021-04-04 16:03:12 -07:00
"web" : "https://github.com/mahlonsmith/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" ,
2018-10-27 19:00:46 +02:00
"readline" ,
2015-08-18 10:53:21 +02:00
"library" ,
"wrapper" ,
2018-10-27 19:00:46 +02:00
"command-line"
2015-08-18 10:53:21 +02:00
] ,
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" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/OpenSystemsLab/struct.nim" ,
2015-05-25 03:22:01 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/OpenSystemsLab/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" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/OpenSystemsLab/hmac.nim" ,
2015-05-27 03:21:43 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/OpenSystemsLab/hmac.nim"
2015-05-28 12:43:05 +01:00
} ,
2015-05-26 16:06:33 -07:00
{
"name" : "mongrel2" ,
2021-04-04 16:03:12 -07:00
"url" : "https://github.com/mahlonsmith/nim-mongrel2" ,
"method" : "git" ,
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" ,
2021-04-04 16:03:12 -07:00
"web" : "https://github.com/mahlonsmith/nim-mongrel2"
2015-05-26 16:06:33 -07:00
} ,
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" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/OpenSystemsLab/base32.nim" ,
2015-05-28 19:02:13 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/OpenSystemsLab/base32.nim"
2015-05-29 02:45:58 +07:00
} ,
{
"name" : "otp" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/OpenSystemsLab/otp.nim" ,
2015-05-29 02:45:58 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/OpenSystemsLab/otp.nim"
2015-06-04 01:00:19 +07:00
} ,
{
"name" : "q" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/OpenSystemsLab/q.nim" ,
2015-06-04 01:00:19 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/OpenSystemsLab/q.nim"
2015-06-04 19:58:15 -03:00
} ,
{
"name" : "bignum" ,
2021-06-25 00:18:01 -04:00
"url" : "https://github.com/SciNim/bignum" ,
2015-06-04 19:58:15 -03:00
"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" ,
2021-06-25 00:18:01 -04:00
"web" : "https://github.com/SciNim/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" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/ba0f3/anybar.nim" ,
2015-06-09 01:32:20 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/ba0f3/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" ,
2020-02-24 15:03:15 +02:00
"unit-testing" ,
2015-08-18 10:53:21 +02:00
"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" ,
2021-01-21 13:28:53 +01:00
"url" : "https://github.com/andreaferretti/linear-algebra" ,
2015-06-15 17:00:40 +02:00
"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" ,
2021-01-21 13:28:53 +01:00
"web" : "https://github.com/andreaferretti/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
} ,
2018-01-10 22:12:58 +08:00
{
"name" : "webview" ,
"url" : "https://github.com/oskca/webview" ,
"method" : "git" ,
"tags" : [
"gui" ,
"ui" ,
"webview" ,
"cross" ,
"web" ,
"library"
] ,
"description" : "Nim bindings for https://github.com/zserge/webview, a cross platform single header webview library" ,
"license" : "MIT" ,
"web" : "https://github.com/oskca/webview"
} ,
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" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/ba0f3/telebot.nim" ,
2015-07-02 13:07:28 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/ba0f3/telebot.nim"
2015-07-02 16:53:12 +07:00
} ,
{
"name" : "tempfile" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/OpenSystemsLab/tempfile.nim" ,
2015-07-02 16:53:12 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/OpenSystemsLab/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" ,
2021-01-18 09:00:37 +01:00
"url" : "https://github.com/walkre-niboshi/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" ,
2021-01-18 09:00:37 +01:00
"web" : "https://github.com/walkre-niboshi/nim-ncurses"
2015-07-12 16:34:58 -05:00
} ,
{
2019-11-21 22:55:27 +10:00
"name" : "nanovg" ,
"url" : "https://github.com/johnnovak/nim-nanovg" ,
2015-07-12 16:34:58 -05:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"wrapper" ,
"GUI" ,
"vector graphics" ,
"opengl"
] ,
2019-11-21 22:55:27 +10:00
"description" : "Nim wrapper for the C NanoVG antialiased vector graphics rendering library for OpenGL" ,
2015-07-12 16:34:58 -05:00
"license" : "MIT" ,
2019-11-21 22:55:27 +10:00
"web" : "https://github.com/johnnovak/nim-nanovg"
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" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/ba0f3/libssh2.nim" ,
2015-07-25 18:07:39 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/ba0f3/libssh2.nim"
2015-07-25 12:50:04 +01:00
} ,
2015-07-21 11:03:18 +07:00
{
"name" : "rethinkdb" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/OpenSystemsLab/rethinkdb.nim" ,
2015-07-21 11:03:18 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/OpenSystemsLab/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
} ,
2022-06-07 10:00:18 +02:00
{
"name" : "LimDB" ,
"url" : "https://github.com/capocasa/limdb" ,
"method" : "git" ,
"tags" : [
"lmdb" ,
"key-value" ,
"persistent" ,
"database"
] ,
"description" : "A wrapper for LMDB the Lightning Memory-Mapped Database" ,
"license" : "MIT" ,
"web" : "https://github.com/capocasa/limdb" ,
"doc" : "https://capocasa.github.io/limdb/limdb.html"
} ,
2015-08-04 00:25:39 -05:00
{
"name" : "lmdb" ,
2018-12-02 14:09:39 +00:00
"url" : "https://github.com/FedericoCeratto/nim-lmdb" ,
2015-08-04 00:25:39 -05:00
"method" : "git" ,
2015-08-18 10:53:21 +02:00
"tags" : [
"wrapper" ,
2018-12-02 14:09:39 +00:00
"lmdb" ,
"key-value"
2015-08-18 10:53:21 +02:00
] ,
2015-08-04 00:25:39 -05:00
"description" : "A wrapper for LMDB the Lightning Memory-Mapped Database" ,
2018-12-02 14:09:39 +00:00
"license" : "OpenLDAP" ,
"web" : "https://github.com/FedericoCeratto/nim-lmdb"
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" ,
2021-01-21 13:28:53 +01:00
"url" : "https://github.com/andreaferretti/csvtools" ,
2015-08-13 11:31:31 +02:00
"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" ,
2021-01-21 13:28:53 +01:00
"web" : "https://github.com/andreaferretti/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
} ,
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" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/ba0f3/pfring.nim" ,
2015-08-24 00:20:54 +07:00
"method" : "git" ,
"tags" : [
"pf_ring" ,
"packet" ,
"sniff" ,
"pcap" ,
"pfring" ,
"network" ,
"capture" ,
"socket"
] ,
"description" : "PF_RING wrapper for Nim" ,
"license" : "MIT" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/ba0f3/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" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/OpenSystemsLab/xxhash.nim" ,
2015-08-24 08:45:52 +07:00
"method" : "git" ,
"tags" : [
"fast" ,
"hash" ,
"algorithm"
] ,
"description" : "xxhash wrapper for Nim" ,
"license" : "MIT" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/OpenSystemsLab/xxhash.nim"
2015-08-24 08:29:03 +01:00
} ,
2015-08-24 08:48:33 +07:00
{
"name" : "libipset" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/ba0f3/libipset.nim" ,
2015-08-24 08:48:33 +07:00
"method" : "git" ,
"tags" : [
"ipset" ,
"firewall" ,
"netfilter" ,
"mac" ,
"ip" ,
"network" ,
"collection" ,
"rule" ,
"set"
] ,
"description" : "libipset wrapper for Nim" ,
"license" : "MIT" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/ba0f3/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"
2017-08-10 22:30:17 +03:00
} ,
2017-08-14 10:59:34 -04:00
{
2017-08-10 22:40:57 +03:00
"name" : "nimrpc_milis" ,
"url" : "https://github.com/milisarge/nimrpc_milis" ,
2017-08-10 22:30:17 +03:00
"method" : "git" ,
"tags" : [
"msgpack" ,
"library" ,
"rpc" ,
"nimrpc"
] ,
"description" : "RPC implementation for Nim based on msgpack4nim" ,
"license" : "MIT" ,
2017-08-10 22:40:57 +03:00
"web" : "https://github.com/milisarge/nimrpc_milis"
2015-08-28 14:11:09 +08:00
} ,
{
"name" : "asyncevents" ,
"url" : "https://github.com/tulayang/asyncevents" ,
"method" : "git" ,
"tags" : [
"event" ,
"future" ,
2018-09-15 17:26:10 +03:00
"asyncdispatch"
2015-08-28 14:11:09 +08:00
] ,
"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" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/ba0f3/ptrace.nim" ,
2015-09-15 17:10:03 +07:00
"method" : "git" ,
"tags" : [
"ptrace" ,
"trace" ,
"process" ,
"syscal" ,
"system" ,
"call"
] ,
"description" : "ptrace wrapper for Nim" ,
"license" : "MIT" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/ba0f3/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" ,
2017-09-30 23:44:32 +07:00
"url" : "https://github.com/OpenSystemsLab/daemonize.nim" ,
2015-10-06 15:20:48 +07:00
"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" ,
2017-09-30 23:44:32 +07:00
"web" : "https://github.com/OpenSystemsLab/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." ,
2019-03-23 23:41:20 -07:00
"license" : "LGPLv3" ,
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" ,
2018-10-27 19:00:46 +02:00
"command-line" ,
2015-12-31 13:33:07 -05:00
"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" ,
2021-01-21 13:28:53 +01:00
"url" : "git@github.com:andreaferretti/nim-teafiles.git" ,
2016-01-07 17:46:26 +01:00
"method" : "git" ,
"tags" : [
"teafiles" ,
"mmap" ,
"timeseries"
] ,
"description" : "TeaFiles provide fast read/write access to time series data" ,
"license" : "Apache2" ,
2021-01-21 13:28:53 +01:00
"web" : "https://github.com/andreaferretti/nim-teafiles"
2016-01-07 17:46:26 +01:00
} ,
{
"name" : "emmy" ,
2021-01-21 13:28:53 +01:00
"url" : "git@github.com:andreaferretti/emmy.git" ,
2016-01-07 17:46:26 +01:00
"method" : "git" ,
"tags" : [
"algebra" ,
"polynomials" ,
"primes" ,
"ring" ,
"quotients"
] ,
"description" : "Algebraic structures and related operations for Nim" ,
"license" : "Apache2" ,
2021-01-21 13:28:53 +01:00
"web" : "https://github.com/andreaferretti/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
} ,
2018-02-28 00:05:56 +02:00
{
"name" : "asynctools" ,
"url" : "https://github.com/cheatfate/asynctools" ,
"method" : "git" ,
"tags" : [
"async" ,
"pipes" ,
"processes" ,
"ipc" ,
"synchronization" ,
"dns" ,
"pty"
] ,
"description" : "Various asynchronous tools for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/cheatfate/asynctools"
} ,
2018-03-23 13:49:37 +02:00
{
"name" : "nimcrypto" ,
"url" : "https://github.com/cheatfate/nimcrypto" ,
"method" : "git" ,
"tags" : [
"crypto" ,
"hashes" ,
"ciphers" ,
"keccak" ,
"sha3" ,
"blowfish" ,
"twofish" ,
"rijndael" ,
"csprng" ,
"hmac" ,
"ripemd"
] ,
"description" : "Nim cryptographic library" ,
"license" : "MIT" ,
"web" : "https://github.com/cheatfate/nimcrypto"
} ,
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." ,
2018-11-01 16:59:43 -03:00
"license" : "Apache Version 2.0" ,
2016-02-13 15:49:37 +01:00
"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" ,
2019-01-05 11:39:51 +01:00
"alias" : "yaml"
2016-06-02 20:36:27 +02:00
} ,
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" ,
2020-07-23 13:54:18 +01:00
"url" : "https://github.com/snus-kin/twitter.nim" ,
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" ,
2020-07-23 13:54:18 +01:00
"web" : "https://github.com/snus-kin/twitter.nim"
2016-03-25 16:34:26 -07:00
} ,
{
"name" : "stomp" ,
2021-04-04 16:03:12 -07:00
"url" : "https://github.com/mahlonsmith/nim-stomp" ,
"method" : "git" ,
2016-03-25 16:34:26 -07:00
"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" ,
2021-04-04 16:03:12 -07:00
"web" : "https://github.com/mahlonsmith/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" : [
2020-02-24 15:03:15 +02:00
"unit-testing" ,
2016-05-09 21:02:07 +01:00
"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" ,
2021-01-21 13:28:53 +01:00
"url" : "https://github.com/andreaferretti/nimcl" ,
2016-05-20 16:11:10 +02:00
"method" : "git" ,
"tags" : [
"OpenCL" ,
"GPU"
] ,
"description" : "High level wrapper over OpenCL" ,
"license" : "Apache License 2.0" ,
2021-01-21 13:28:53 +01:00
"web" : "https://github.com/andreaferretti/nimcl"
2016-05-20 16:11:10 +02:00
} ,
{
"name" : "nimblas" ,
2021-01-21 13:28:53 +01:00
"url" : "https://github.com/andreaferretti/nimblas" ,
2016-05-20 16:11:10 +02:00
"method" : "git" ,
"tags" : [
"BLAS" ,
"linear algebra" ,
"vector" ,
"matrix"
] ,
"description" : "BLAS for Nim" ,
"license" : "Apache License 2.0" ,
2021-01-21 13:28:53 +01:00
"web" : "https://github.com/andreaferretti/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" ,
2020-01-28 12:21:58 +00:00
"vdom" ,
2016-08-30 19:36:19 +02:00
"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
} ,
2020-01-28 12:21:58 +00:00
{
"name" : "react16" ,
"url" : "https://github.com/kristianmandrup/react-16.nim" ,
"method" : "git" ,
"tags" : [
"js" ,
"react" ,
"frontend" ,
"ui" ,
"vdom" ,
"hooks" ,
"single page application"
] ,
"description" : "React.js 16.x bindings for Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/kristianmandrup/react-16.nim"
2020-02-01 04:12:41 -03:00
} ,
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"
2021-11-09 16:18:06 +01:00
} ,
2021-11-10 17:50:48 +01:00
{
2021-11-09 16:18:06 +01:00
"name" : "pls" ,
"url" : "https://github.com/h3rald/pls" ,
"method" : "git" ,
"tags" : [
"task-runner" ,
"cli"
] ,
"description" : "A simple but powerful task runner that lets you define your own commands by editing a YAML configuration file." ,
"license" : "MIT" ,
"web" : "https://h3rald.com/pls"
2016-10-23 20:45:55 +02:00
} ,
{
2021-04-24 19:35:03 +02:00
"name" : "mn" ,
"url" : "https://github.com/h3rald/mn" ,
2016-10-23 20:45:55 +02:00
"method" : "git" ,
"tags" : [
"concatenative" ,
"language" ,
"shell"
] ,
2021-04-24 19:35:03 +02:00
"description" : "A truly minimal concatenative programming language." ,
2016-10-23 20:45:55 +02:00
"license" : "MIT" ,
2021-04-24 19:35:03 +02:00
"web" : "https://h3rald.com/mn"
} ,
{
"name" : "min" ,
"url" : "https://github.com/h3rald/min" ,
"method" : "git" ,
"tags" : [
"concatenative" ,
"language" ,
"shell"
] ,
"description" : "A small but practical concatenative programming language and shell." ,
"license" : "MIT" ,
"web" : "https://min-lang.org"
} ,
{
"name" : "MiNiM" ,
"alias" : "min"
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
} ,
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" ,
2018-06-23 12:39:17 +01:00
"url" : "https://github.com/dom96/nimbox" ,
2016-11-25 18:05:38 +00:00
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"termbox" ,
2018-10-27 19:00:46 +02:00
"command-line" ,
2016-11-25 18:05:38 +00:00
"ui" ,
"tui" ,
"gui"
] ,
"description" : "A Rustbox-inspired termbox wrapper" ,
2016-11-27 01:25:21 +00:00
"license" : "MIT" ,
2018-06-23 12:39:17 +01:00
"web" : "https://github.com/dom96/nimbox"
2016-11-25 20:50:00 +01:00
} ,
2016-11-25 14:39:43 -05:00
{
"name" : "psutil" ,
2018-09-22 06:40:59 -03:00
"url" : "https://github.com/juancarlospaco/psutil-nim" ,
2016-11-25 14:39:43 -05:00
"method" : "git" ,
"tags" : [
"psutil" ,
"process" ,
"network" ,
"system" ,
"disk" ,
"cpu"
] ,
2018-09-22 06:40:59 -03:00
"description" : "psutil is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network). Since 2018 maintained by Juan Carlos because was abandoned." ,
2016-11-25 14:39:43 -05:00
"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-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
} ,
2018-10-16 03:17:07 +03:00
{
"name" : "package_visible_types" ,
"url" : "https://github.com/zah/nim-package-visible-types" ,
"method" : "git" ,
"tags" : [
"library" ,
"packages" ,
"visibility"
] ,
"description" : "A hacky helper lib for authoring Nim packages with package-level visiblity" ,
"license" : "MIT" ,
"web" : "https://github.com/zah/nim-package-visible-types"
} ,
2022-08-26 17:02:02 +03:00
{
"name" : "drchaos" ,
"url" : "https://github.com/status-im/nim-drchaos" ,
"method" : "git" ,
"tags" : [
"security" ,
"binary" ,
"structured" ,
"fuzzing" ,
"unit-testing" ,
"coverage-guided" ,
"grammar-fuzzer" ,
"mutator-based"
] ,
"description" : "A powerful and easy-to-use fuzzing framework in Nim for C/C++/Obj-C targets" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-drchaos"
} ,
2021-05-28 23:14:54 +03:00
{
"name" : "presto" ,
"url" : "https://github.com/status-im/nim-presto" ,
"method" : "git" ,
"tags" : [
"http" ,
"rest" ,
"server" ,
"client"
] ,
"description" : "REST API framework for Nim language" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-presto"
} ,
2018-02-27 19:32:57 +02:00
{
"name" : "ranges" ,
"url" : "https://github.com/status-im/nim-ranges" ,
"method" : "git" ,
"tags" : [
"library" ,
"ranges"
] ,
"description" : "Exploration of various implementations of memory range types" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-ranges"
} ,
2021-11-30 05:49:31 +00:00
{
2021-11-22 17:32:08 +02:00
"name" : "zlib" ,
"url" : "https://github.com/status-im/nim-zlib" ,
"method" : "git" ,
"tags" : [
"library" ,
"zlib" ,
"compression" ,
"deflate" ,
"gzip" ,
"rfc1950" ,
"rfc1951"
] ,
"description" : "zlib wrapper for Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-zlib"
} ,
2018-07-20 19:35:39 +03:00
{
"name" : "json_rpc" ,
"url" : "https://github.com/status-im/nim-json-rpc" ,
"method" : "git" ,
"tags" : [
"library" ,
"json-rpc" ,
"server" ,
"client" ,
"rpc" ,
"json"
] ,
"description" : "Nim library for implementing JSON-RPC clients and servers" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-json-rpc"
} ,
2018-09-15 17:26:10 +03:00
{
2019-02-06 17:24:40 +01:00
"name" : "chronos" ,
"url" : "https://github.com/status-im/nim-chronos" ,
2018-09-15 17:26:10 +03:00
"method" : "git" ,
"tags" : [
"library" ,
"networking" ,
"async" ,
"asynchronous" ,
"eventloop" ,
"timers" ,
"sendfile" ,
"tcp" ,
"udp"
] ,
2019-02-06 17:24:40 +01:00
"description" : "An efficient library for asynchronous programming" ,
2018-09-15 17:26:10 +03:00
"license" : "Apache License 2.0" ,
2019-02-06 17:24:40 +01:00
"web" : "https://github.com/status-im/nim-chronos"
} ,
{
"name" : "asyncdispatch2" ,
"alias" : "chronos"
2018-09-15 17:26:10 +03:00
} ,
2018-11-11 14:16:44 +02:00
{
"name" : "serialization" ,
"url" : "https://github.com/status-im/nim-serialization" ,
"method" : "git" ,
"tags" : [
"library" ,
"serialization"
] ,
"description" : "A modern and extensible serialization framework for Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-serialization"
} ,
{
"name" : "json_serialization" ,
"url" : "https://github.com/status-im/nim-json-serialization" ,
"method" : "git" ,
"tags" : [
"library" ,
"json" ,
"serialization"
] ,
"description" : "Flexible JSON serialization not relying on run-time type information" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-json-serialization"
} ,
2022-03-30 18:40:35 +03:00
{
"name" : "ssz_serialization" ,
"url" : "https://github.com/status-im/nim-ssz-serialization" ,
"method" : "git" ,
"tags" : [
"library" ,
"ssz" ,
"serialization" ,
"ethereum"
] ,
"description" : "Nim implementation of the Ethereum SSZ serialization format" ,
"license" : "MIT" ,
"web" : "https://github.com/status-im/nim-ssz-serialization"
} ,
2018-11-21 15:30:46 +02:00
{
"name" : "confutils" ,
"url" : "https://github.com/status-im/nim-confutils" ,
"method" : "git" ,
"tags" : [
"library" ,
"configuration"
] ,
"description" : "Simplified handling of command line options and config files" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-confutils"
} ,
2022-03-30 18:40:35 +03:00
{
"name" : "taskpools" ,
"url" : "https://github.com/status-im/nim-taskpools" ,
"method" : "git" ,
"tags" : [
"library" ,
"multithreading" ,
"parallelism" ,
"data-parallelism" ,
"threadpool"
] ,
"description" : "lightweight, energy-efficient, easily auditable threadpool" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-taskpools"
} ,
2018-12-19 12:41:41 +02:00
{
"name" : "std_shims" ,
"url" : "https://github.com/status-im/nim-std-shims" ,
"method" : "git" ,
"tags" : [
"library" ,
"backports" ,
"shims"
] ,
"description" : "APIs available in the latests version of Nim, backported to older stable releases" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-std-shims"
} ,
2019-07-07 12:38:06 +03:00
{
"name" : "stew" ,
"url" : "https://github.com/status-im/nim-stew" ,
"method" : "git" ,
"tags" : [
"library" ,
"backports" ,
"shims" ,
"ranges" ,
"bitwise" ,
"bitops" ,
"endianness" ,
"bytes" ,
"blobs" ,
"pointer-arithmetic"
] ,
"description" : "stew is collection of utilities, std library extensions and budding libraries that are frequently used at Status, but are too small to deserve their own git repository." ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-stew"
} ,
2018-12-19 12:41:41 +02:00
{
"name" : "faststreams" ,
"url" : "https://github.com/status-im/nim-faststreams" ,
"method" : "git" ,
"tags" : [
"library" ,
"I/O" ,
"memory-mapping" ,
"streams"
] ,
2019-02-06 17:04:17 +01:00
"description" : "Nearly zero-overhead input/output streams for Nim" ,
2018-12-19 12:41:41 +02:00
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-faststreams"
} ,
2019-01-06 12:28:20 +02:00
{
"name" : "bncurve" ,
"url" : "https://github.com/status-im/nim-bncurve" ,
"method" : "git" ,
"tags" : [
"library" ,
"cryptography" ,
"barreto-naehrig" ,
"eliptic-curves" ,
"pairing"
] ,
"description" : "Nim Barreto-Naehrig pairing-friendly elliptic curve implementation" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-bncurve"
} ,
2018-02-27 19:32:57 +02:00
{
2019-02-06 17:04:17 +01:00
"name" : "eth" ,
"url" : "https://github.com/status-im/nim-eth" ,
2018-02-27 19:32:57 +02:00
"method" : "git" ,
"tags" : [
"library" ,
"ethereum" ,
2019-02-06 17:04:17 +01:00
"p2p" ,
"devp2p" ,
"rplx" ,
"networking" ,
"whisper" ,
"swarm" ,
2018-11-11 14:16:44 +02:00
"rlp" ,
2019-02-06 17:04:17 +01:00
"cryptography" ,
"trie" ,
"patricia-trie" ,
"keyfile" ,
"wallet" ,
"bloom" ,
"bloom-filter"
2018-02-27 19:32:57 +02:00
] ,
2019-02-06 17:04:17 +01:00
"description" : "A collection of Ethereum related libraries" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-eth"
} ,
2022-04-12 04:07:11 +03:00
{
"name" : "ethers" ,
"url" : "https://github.com/status-im/nim-ethers" ,
"method" : "git" ,
"tags" : [
"library" ,
"ethereum" ,
"web3"
] ,
"description" : "Port of ethers.js to Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-ethers"
} ,
2019-07-10 12:52:03 +03:00
{
"name" : "metrics" ,
"url" : "https://github.com/status-im/nim-metrics" ,
"method" : "git" ,
"tags" : [
"library" ,
"metrics" ,
"prometheus" ,
"statsd"
] ,
"description" : "Nim metrics client library supporting the Prometheus monitoring toolkit" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-metrics"
} ,
2019-02-07 11:53:47 +01:00
{
"name" : "blscurve" ,
"url" : "https://github.com/status-im/nim-blscurve" ,
"method" : "git" ,
"tags" : [
"library" ,
"cryptography" ,
"bls" ,
"aggregated-signatures"
] ,
"description" : "Nim implementation of Barreto-Lynn-Scott (BLS) curve BLS12-381." ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-blscurve"
} ,
2019-03-12 15:12:08 +02:00
{
"name" : "libp2p" ,
"url" : "https://github.com/status-im/nim-libp2p" ,
"method" : "git" ,
"tags" : [
"library" ,
"networking" ,
"libp2p" ,
"ipfs" ,
"ethereum"
] ,
"description" : "libp2p implementation in Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-libp2p"
} ,
2022-06-28 19:30:16 +03:00
{
"name" : "libp2pdht" ,
"url" : "https://github.com/status-im/nim-libp2p-dht" ,
"method" : "git" ,
"tags" : [
"library" ,
"networking" ,
"libp2p" ,
"dhs" ,
"kademlia"
] ,
"description" : "DHT based on the libp2p Kademlia spec" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-libp2p"
} ,
2019-02-06 17:04:17 +01:00
{
"name" : "rlp" ,
"url" : "https://github.com/status-im/nim-rlp" ,
"method" : "git" ,
"tags" : [
"deprecated"
] ,
"description" : "Deprecated RLP serialization library for Nim (now part of the 'eth' module)" ,
2018-02-27 19:32:57 +02:00
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-rlp"
} ,
2022-04-12 03:56:46 +03:00
{
"name" : "nitro" ,
"url" : "https://github.com/status-im/nim-nitro" ,
"method" : "git" ,
"tags" : [
"state-channels" ,
"smart-contracts" ,
"blockchain" ,
"ethereum"
] ,
"description" : " Nitro state channels in Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-nitro"
} ,
2018-02-27 19:32:57 +02:00
{
2018-02-27 21:32:55 +02:00
"name" : "eth_keys" ,
2018-02-27 19:32:57 +02:00
"url" : "https://github.com/status-im/nim-eth-keys" ,
"method" : "git" ,
"tags" : [
2019-02-06 17:04:17 +01:00
"deprecated"
2018-02-27 19:32:57 +02:00
] ,
2019-02-06 17:04:17 +01:00
"description" : "A deprecated reimplementation in pure Nim of eth-keys, the common API for Ethereum key operations (now part of the 'eth' package)." ,
2018-02-27 19:32:57 +02:00
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-eth-keys"
} ,
2018-09-15 17:26:10 +03:00
{
"name" : "eth_common" ,
"url" : "https://github.com/status-im/nim-eth-common" ,
"method" : "git" ,
"tags" : [
"library" ,
"ethereum"
] ,
"description" : "Definitions of various data structures used in the Ethereum eco-system" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-eth-common"
} ,
2018-02-27 19:32:57 +02:00
{
"name" : "ethash" ,
"url" : "https://github.com/status-im/nim-ethash" ,
"method" : "git" ,
"tags" : [
"library" ,
"ethereum" ,
"ethash" ,
"cryptography" ,
"proof-of-work"
] ,
"description" : "A Nim implementation of Ethash, the ethereum proof-of-work hashing function" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-ethash"
} ,
2018-05-28 13:17:03 +03:00
{
"name" : "eth_bloom" ,
"url" : "https://github.com/status-im/nim-eth-bloom" ,
"method" : "git" ,
"tags" : [
2019-02-06 17:04:17 +01:00
"deprecated"
2018-05-28 13:17:03 +03:00
] ,
2019-02-06 17:04:17 +01:00
"description" : "Ethereum bloom filter (deprecated, now part of the 'eth' package)" ,
2018-05-28 13:17:03 +03:00
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-eth-bloom"
} ,
2018-02-27 19:32:57 +02:00
{
"name" : "evmjit" ,
2019-12-17 13:25:05 +07:00
"alias" : "evmc"
} ,
{
"name" : "evmc" ,
"url" : "https://github.com/status-im/nim-evmc" ,
2018-02-27 19:32:57 +02:00
"method" : "git" ,
"tags" : [
"library" ,
"ethereum" ,
"evm" ,
"jit" ,
"wrapper"
] ,
2019-12-17 13:25:05 +07:00
"description" : "A wrapper for the The Ethereum EVMC library" ,
2018-02-27 19:32:57 +02:00
"license" : "Apache License 2.0" ,
2019-12-17 13:25:05 +07:00
"web" : "https://github.com/status-im/nim-evmc"
2018-02-27 19:32:57 +02:00
} ,
{
"name" : "keccak_tiny" ,
"url" : "https://github.com/status-im/nim-keccak-tiny" ,
"method" : "git" ,
"tags" : [
"library" ,
"sha3" ,
"keccak" ,
"cryptography"
] ,
"description" : "A wrapper for the keccak-tiny C library" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-keccak-tiny"
} ,
2018-09-15 17:34:58 +03:00
{
"name" : "httputils" ,
"url" : "https://github.com/status-im/nim-http-utils" ,
"method" : "git" ,
"tags" : [
"http" ,
"parsers" ,
"protocols"
] ,
"description" : "Common utilities for implementing HTTP servers" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-http-utils"
} ,
2018-02-27 19:32:57 +02:00
{
"name" : "rocksdb" ,
"url" : "https://github.com/status-im/nim-rocksdb" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"database"
] ,
"description" : "A wrapper for Facebook's RocksDB, an embeddable, persistent key-value store for fast storage" ,
2018-11-01 16:59:43 -03:00
"license" : "Apache 2.0 or GPLv2" ,
2018-02-27 19:32:57 +02:00
"web" : "https://github.com/status-im/nim-rocksdb"
} ,
{
"name" : "secp256k1" ,
"url" : "https://github.com/status-im/nim-secp256k1" ,
"method" : "git" ,
"tags" : [
"library" ,
"cryptography" ,
"secp256k1"
] ,
"description" : "A wrapper for the libsecp256k1 C library" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-secp256k1"
} ,
{
2018-06-16 22:04:43 +03:00
"name" : "eth_trie" ,
"url" : "https://github.com/status-im/nim-eth-trie" ,
2018-02-27 19:32:57 +02:00
"method" : "git" ,
"tags" : [
2019-02-06 17:04:17 +01:00
"deprecated"
2018-02-27 19:32:57 +02:00
] ,
2019-02-06 17:04:17 +01:00
"description" : "Merkle Patricia Tries as specified by Ethereum (deprecated, now part of the 'eth' package)" ,
2018-02-27 19:32:57 +02:00
"license" : "Apache License 2.0" ,
2018-06-16 22:04:43 +03:00
"web" : "https://github.com/status-im/nim-eth-trie"
} ,
{
"name" : "eth_p2p" ,
"url" : "https://github.com/status-im/nim-eth-p2p" ,
"method" : "git" ,
"tags" : [
2019-02-06 17:04:17 +01:00
"deprecated" ,
2018-06-16 22:04:43 +03:00
"library" ,
"ethereum" ,
"p2p" ,
"devp2p" ,
"rplx" ,
"networking" ,
"whisper" ,
"swarm"
] ,
2019-02-06 17:04:17 +01:00
"description" : "Deprecated implementation of the Ethereum suite of P2P protocols (now part of the 'eth' package)" ,
2018-06-16 22:04:43 +03:00
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-eth-p2p"
} ,
{
"name" : "eth_keyfile" ,
"url" : "https://github.com/status-im/nim-eth-keyfile" ,
"method" : "git" ,
"tags" : [
2019-02-06 17:04:17 +01:00
"deprecated"
2018-06-16 22:04:43 +03:00
] ,
2019-02-06 17:04:17 +01:00
"description" : "A deprecated library for handling Ethereum private keys and wallets (now part of the 'eth' package)" ,
2018-06-16 22:04:43 +03:00
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-eth-keyfile"
} ,
{
"name" : "byteutils" ,
"url" : "https://github.com/status-im/nim-byteutils" ,
"method" : "git" ,
"tags" : [
"library" ,
"blobs" ,
"hex-dump"
] ,
"description" : "Useful utilities for manipulating and visualizing byte blobs" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-byteutils"
2018-02-27 19:32:57 +02:00
} ,
{
"name" : "ttmath" ,
"url" : "https://github.com/status-im/nim-ttmath" ,
"method" : "git" ,
"tags" : [
"library" ,
"math" ,
"numbers"
] ,
"description" : "A Nim wrapper for ttmath: big numbers with fixed size" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-ttmath"
} ,
2020-02-24 15:03:15 +02:00
{
"name" : "testutils" ,
"url" : "https://github.com/status-im/nim-testutils" ,
"method" : "git" ,
"tags" : [
"library" ,
"tests" ,
"unit-testing" ,
"integration-testing" ,
"compilation-tests" ,
"fuzzing" ,
"doctest"
] ,
"description" : "A comprehensive toolkit for all your testing needs" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-testutils"
} ,
2018-02-27 19:32:57 +02:00
{
"name" : "nimbus" ,
"url" : "https://github.com/status-im/nimbus" ,
"method" : "git" ,
"tags" : [
"ethereum"
] ,
"description" : "An Ethereum 2.0 Sharding Client for Resource-Restricted Devices" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nimbus"
} ,
{
2018-05-09 11:05:46 +03:00
"name" : "stint" ,
"url" : "https://github.com/status-im/nim-stint" ,
2018-02-27 19:32:57 +02:00
"method" : "git" ,
"tags" : [
"library" ,
"math" ,
"numbers"
] ,
2018-05-09 11:11:07 +03:00
"description" : "Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices" ,
2018-02-27 19:32:57 +02:00
"license" : "Apache License 2.0" ,
2018-05-09 11:05:46 +03:00
"web" : "https://github.com/status-im/nim-stint"
2018-02-27 19:32:57 +02:00
} ,
2018-05-09 11:11:07 +03:00
{
"name" : "daemon" ,
"url" : "https://github.com/status-im/nim-daemon" ,
"method" : "git" ,
"tags" : [
"servers" ,
"daemonization"
] ,
"description" : "Cross-platform process daemonization library" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-daemon"
} ,
{
"name" : "chronicles" ,
"url" : "https://github.com/status-im/nim-chronicles" ,
"method" : "git" ,
"tags" : [
"logging" ,
"json"
] ,
"description" : "A crafty implementation of structured logging for Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-chronicles"
} ,
2020-10-06 21:35:35 +03:00
{
"name" : "zxcvbn" ,
"url" : "https://github.com/status-im/nim-zxcvbn" ,
"method" : "git" ,
"tags" : [
"security" ,
"passwords" ,
"entropy"
] ,
"description" : "Nim bindings for the zxcvbn-c password strength estimation library" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-zxcvbn"
} ,
2016-12-09 18:42:39 -05:00
{
"name" : "stb_image" ,
2019-11-23 02:27:47 -05:00
"url" : "https://gitlab.com/define-private-public/stb_image-Nim.git" ,
2016-12-09 18:42:39 -05:00
"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." ,
2018-11-01 16:59:43 -03:00
"license" : "Unlicense" ,
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" ,
2021-01-21 13:28:53 +01:00
"url" : "https://github.com/andreaferretti/alea" ,
2017-01-10 11:59:32 +01:00
"method" : "git" ,
"tags" : [
"random variables" ,
"distributions" ,
"probability" ,
"gaussian" ,
"sampling"
] ,
"description" : "Define and compose random variables" ,
"license" : "Apache License 2.0" ,
2021-01-21 13:28:53 +01:00
"web" : "https://github.com/andreaferretti/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" ,
2018-06-07 23:19:45 +03:00
"url" : "https://gitlab.com/xomachine/NESM.git" ,
2017-01-23 01:20:19 +04:00
"method" : "git" ,
"tags" : [
"metaprogramming" ,
"parser" ,
"pure" ,
"serialization"
] ,
"description" : "A macro for generating [de]serializers for given objects" ,
"license" : "MIT" ,
2018-06-07 23:19:45 +03:00
"web" : "https://xomachine.gitlab.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" ,
2018-10-27 19:00:46 +02:00
"command-line" ,
2017-01-27 20:35:09 -05:00
"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
} ,
2018-05-10 17:25:15 -06:00
{
"name" : "plotly" ,
2021-11-01 17:57:53 +01:00
"url" : "https://github.com/SciNim/nim-plotly" ,
2018-05-10 17:25:15 -06:00
"method" : "git" ,
"tags" : [
"plot" ,
"graphing" ,
"chart" ,
"data"
] ,
"description" : "Nim interface to plotly" ,
"license" : "MIT" ,
2021-11-01 17:57:53 +01:00
"web" : "https://github.com/SciNim/nim-plotly"
2018-05-10 17:25:15 -06:00
} ,
2017-02-01 20:20:57 +02:00
{
"name" : "gnuplot" ,
2018-06-28 12:58:38 +01:00
"url" : "https://github.com/dvolk/gnuplot.nim" ,
2017-02-01 20:20:57 +02:00
"method" : "git" ,
"tags" : [
"plot" ,
"graphing" ,
"data"
] ,
"description" : "Nim interface to gnuplot" ,
"license" : "MIT" ,
2018-06-28 12:58:38 +01:00
"web" : "https://github.com/dvolk/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" ,
2019-10-16 14:35:00 +02:00
"url" : "https://git.sr.ht/~ehmry/nim_imap" ,
2017-02-06 15:16:53 +01:00
"method" : "git" ,
"tags" : [
"imap" ,
"email"
] ,
"description" : "IMAP client library" ,
"license" : "GPL2" ,
2019-10-16 14:35:00 +02:00
"web" : "https://git.sr.ht/~ehmry/nim_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-08-23 06:09:40 +00:00
"alias" : "serial"
2017-08-15 21:56:31 +01:00
} ,
2017-02-12 16:25:57 +00:00
{
2017-08-15 21:05:36 +01:00
"name" : "serial" ,
"url" : "https://github.com/euantorano/serial.nim" ,
2017-02-12 16:25:57 +00:00
"method" : "git" ,
"tags" : [
"serial" ,
"rs232" ,
2017-08-15 21:05:36 +01:00
"io" ,
"serialport"
2017-02-12 16:25:57 +00:00
] ,
"description" : "A library to operate serial ports using pure Nim." ,
"license" : "BSD3" ,
2017-08-15 21:05:36 +01:00
"web" : "https://github.com/euantorano/serial.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
} ,
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." ,
2018-11-01 16:59:43 -03:00
"license" : "Fontconfig" ,
2017-03-27 20:23:38 +02:00
"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" ,
2021-01-21 13:28:53 +01:00
"url" : "https://github.com/andreaferretti/cello" ,
2017-03-31 18:39:27 +02:00
"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" ,
2021-01-21 13:28:53 +01:00
"web" : "https://andreaferretti.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" ,
2017-08-27 14:37:38 +03:00
"url" : "https://github.com/Yardanico/nim-mathexpr" ,
2017-04-26 18:04:15 +03:00
"method" : "git" ,
"tags" : [
"math" ,
"mathparser" ,
"tinyexpr"
] ,
2018-03-28 15:41:45 +03:00
"description" : "MathExpr - pure-Nim mathematical expression evaluator library" ,
2017-04-26 18:04:15 +03:00
"license" : "MIT" ,
2017-08-27 14:37:38 +03:00
"web" : "https://github.com/Yardanico/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" ,
2021-01-21 13:28:53 +01:00
"url" : "https://github.com/andreaferretti/nimcuda" ,
2017-05-22 11:27:07 +02:00
"method" : "git" ,
"tags" : [
"CUDA" ,
"GPU"
] ,
"description" : "CUDA bindings" ,
"license" : "Apache2" ,
2021-01-21 13:28:53 +01:00
"web" : "https://github.com/andreaferretti/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" ,
2021-01-21 13:28:53 +01:00
"url" : "https://github.com/andreaferretti/nimlapack" ,
2017-05-29 18:11:28 +02:00
"method" : "git" ,
"tags" : [
"LAPACK" ,
"linear-algebra"
] ,
"description" : "LAPACK bindings" ,
"license" : "Apache2" ,
2021-01-21 13:28:53 +01:00
"web" : "https://github.com/andreaferretti/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" ,
2021-01-21 13:28:53 +01:00
"url" : "https://github.com/andreaferretti/neo" ,
2017-06-06 16:25:30 +02:00
"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" ,
2021-01-21 13:28:53 +01:00
"web" : "https://andreaferretti.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" ,
2017-08-27 14:37:38 +03:00
"url" : "https://github.com/Yardanico/nim-osureplay" ,
2017-07-13 10:54:24 +02:00
"method" : "git" ,
"tags" : [
"library" ,
"osu!" ,
"parser" ,
"osugame" ,
"replay"
] ,
"description" : "osu! replay parser" ,
"license" : "MIT" ,
2017-08-27 14:37:38 +03:00
"web" : "https://github.com/Yardanico/nim-osureplay"
2017-07-08 15:40:57 +01:00
} ,
2017-06-14 23:42:16 -05:00
{
"name" : "tiger" ,
2019-10-16 14:35:00 +02:00
"url" : "https://git.sr.ht/~ehmry/nim_tiger" ,
2017-06-14 23:42:16 -05:00
"method" : "git" ,
"tags" : [
"hash"
] ,
"description" : "Tiger hash function" ,
"license" : "MIT" ,
2019-10-16 14:35:00 +02:00
"web" : "https://git.sr.ht/~ehmry/nim_tiger"
2017-06-20 00:26:38 +01:00
} ,
2017-06-17 05:36:18 -04:00
{
"name" : "pipe" ,
2020-06-09 08:46:48 -04:00
"url" : "https://github.com/CosmicToast/pipe" ,
2017-06-17 05:36:18 -04:00
"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." ,
2020-06-09 08:46:48 -04:00
"license" : "Unlicense" ,
"web" : "https://github.com/CosmicToast/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" ,
2019-08-26 11:09:43 +02:00
"url" : "https://github.com/narimiran/blake2" ,
"method" : "git" ,
2017-07-03 11:44:30 +03:00
"tags" : [
"crypto" ,
"cryptography" ,
"hash" ,
"security"
] ,
"description" : "blake2 - cryptographic hash function" ,
"license" : "CC0" ,
2019-08-26 11:09:43 +02:00
"web" : "https://github.com/narimiran/blake2"
2017-07-03 21:11:56 +02:00
} ,
{
"name" : "spinny" ,
2020-05-29 22:48:56 +03:00
"url" : "https://github.com/Yardanico/spinny" ,
2017-07-03 21:11:56 +02:00
"method" : "git" ,
"tags" : [
"terminal" ,
"spinner" ,
"spinny" ,
"load"
] ,
"description" : "Spinny is a tiny terminal spinner package for the Nim Programming Language." ,
"license" : "MIT" ,
2020-05-29 22:48:56 +03:00
"web" : "https://github.com/Yardanico/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
} ,
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" ,
2019-08-26 11:09:43 +02:00
"url" : "https://github.com/narimiran/sha3" ,
"method" : "git" ,
2017-07-16 19:37:55 +03:00
"tags" : [
"crypto" ,
"cryptography" ,
"hash" ,
"security"
] ,
"description" : "sha3 - cryptographic hash function" ,
"license" : "CC0" ,
2019-08-26 11:09:43 +02:00
"web" : "https://github.com/narimiran/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" ,
2017-08-19 11:51:55 +08:00
"asynchronous"
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"
2017-07-31 00:57:09 +03:00
} ,
2017-07-31 21:28:16 +02:00
{
"name" : "oldgtk3" ,
"url" : "https://github.com/stefansalewski/oldgtk3" ,
"method" : "git" ,
"tags" : [
"library" ,
"gtk" ,
"wrapper" ,
"gui"
] ,
"description" : "Low level bindings for GTK3 related libraries" ,
"license" : "MIT" ,
"web" : "https://github.com/stefansalewski/oldgtk3"
} ,
2017-07-26 09:14:29 +07:00
{
"name" : "godot" ,
"url" : "https://github.com/pragmagic/godot-nim" ,
"method" : "git" ,
"tags" : [
"game" ,
"engine" ,
"2d" ,
"3d"
] ,
"description" : "Nim bindings for Godot Engine" ,
"license" : "MIT" ,
"web" : "https://github.com/pragmagic/godot-nim"
2017-07-31 01:04:13 +03:00
} ,
2017-07-31 00:57:09 +03:00
{
"name" : "vkapi" ,
2017-08-27 14:37:38 +03:00
"url" : "https://github.com/Yardanico/nimvkapi" ,
2017-07-31 00:57:09 +03:00
"method" : "git" ,
"tags" : [
"wrapper" ,
"vkontakte" ,
"vk" ,
2017-07-31 16:53:04 +03:00
"library" ,
"api"
2017-07-31 00:57:09 +03:00
] ,
"description" : "A wrapper for the vk.com API (russian social network)" ,
"license" : "MIT" ,
2017-08-27 14:37:38 +03:00
"web" : "https://github.com/Yardanico/nimvkapi"
2017-08-04 12:18:24 +02:00
} ,
{
"name" : "slacklib" ,
"url" : "https://github.com/ThomasTJdev/nim_slacklib" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"slack" ,
"slackapp" ,
"api"
] ,
"description" : "Library for working with a slack app or sending messages to a slack channel (slack.com)" ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_slacklib"
2017-08-05 12:52:00 +02:00
} ,
2017-08-07 14:50:37 +02:00
{
"name" : "wiringPiNim" ,
"url" : "https://github.com/ThomasTJdev/nim_wiringPiNim" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"raspberry" ,
"rpi" ,
"wiringpi" ,
"pi"
] ,
"description" : "Wrapper that implements some of wiringPi's function for controlling a Raspberry Pi" ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_wiringPiNim"
} ,
2017-08-07 11:10:04 +07:00
{
"name" : "redux" ,
"url" : "https://github.com/pragmagic/redux.nim" ,
"method" : "git" ,
"tags" : [
"redux"
] ,
"description" : "Predictable state container." ,
"license" : "MIT" ,
"web" : "https://github.com/pragmagic/redux.nim"
2017-08-09 17:22:32 -05:00
} ,
{
"name" : "skEasing" ,
"url" : "https://github.com/Skrylar/skEasing" ,
"method" : "git" ,
"tags" : [
"math" ,
"curves" ,
"animation"
] ,
"description" : "A collection of easing curves for animation purposes." ,
"license" : "BSD" ,
"web" : "https://github.com/Skrylar/skEasing"
2017-08-13 22:59:39 +02:00
} ,
{
"name" : "nimquery" ,
"url" : "https://github.com/GULPF/nimquery" ,
"method" : "git" ,
"tags" : [
"html" ,
"scraping" ,
"web"
] ,
"description" : "Library for querying HTML using CSS-selectors, like JavaScripts document.querySelector" ,
"license" : "MIT" ,
"web" : "https://github.com/GULPF/nimquery"
2017-08-14 10:59:34 -04:00
} ,
{
"name" : "usha" ,
"url" : "https://github.com/subsetpark/untitled-shell-history-application" ,
"method" : "git" ,
"tags" : [
"shell" ,
"utility"
] ,
"description" : "untitled shell history application" ,
"license" : "MIT" ,
"web" : "https://github.com/subsetpark/untitled-shell-history-application"
2017-08-15 00:34:02 -04:00
} ,
{
"name" : "libgit2" ,
"url" : "https://github.com/barcharcraz/libgit2-nim" ,
"method" : "git" ,
"tags" : [
"git" ,
"libgit" ,
"libgit2" ,
"vcs" ,
"wrapper"
] ,
"description" : "Libgit2 low level wrapper" ,
"license" : "MIT" ,
"web" : "https://github.com/barcharcraz/libgit2-nim"
2017-08-15 20:36:21 +02:00
} ,
{
"name" : "multicast" ,
"url" : "https://github.com/enthus1ast/nimMulticast" ,
"method" : "git" ,
"tags" : [
"multicast" ,
"udp" ,
"socket" ,
"net"
] ,
"description" : "proc to join (and leave) a multicast group" ,
"license" : "MIT" ,
"web" : "https://github.com/enthus1ast/nimMulticast"
2017-08-19 11:51:55 +08:00
} ,
{
"name" : "mysqlparser" ,
"url" : "https://github.com/tulayang/mysqlparser.git" ,
"method" : "git" ,
"tags" : [
"mysql" ,
"protocol" ,
"parser"
] ,
"description" : "An efficient packet parser for MySQL Client/Server Protocol. Help you to write Mysql communication in either BLOCKIONG-IO or NON-BLOCKING-IO." ,
"license" : "MIT" ,
"web" : "https://github.com/tulayang/mysqlparser"
2017-08-23 06:09:40 +00:00
} ,
{
"name" : "fugitive" ,
2022-02-14 01:07:26 -06:00
"url" : "https://github.com/haltcase/fugitive" ,
2017-08-23 06:09:40 +00:00
"method" : "git" ,
"tags" : [
"git" ,
"github" ,
"cli" ,
"extras" ,
"utility" ,
"tool"
] ,
"description" : "Simple command line tool to make git more intuitive, along with useful GitHub addons." ,
"license" : "MIT" ,
2022-02-14 01:07:26 -06:00
"web" : "https://github.com/haltcase/fugitive"
2017-08-23 19:23:33 +01:00
} ,
2017-08-22 07:37:58 +02:00
{
"name" : "dbg" ,
"url" : "https://github.com/enthus1ast/nimDbg" ,
"method" : "git" ,
"tags" : [
"template" ,
"echo" ,
"dbg" ,
"debug"
] ,
2017-08-26 11:03:07 +03:00
"description" : "dbg template; in debug echo" ,
2017-08-22 07:37:58 +02:00
"license" : "MIT" ,
"web" : "https://github.com/enthus1ast/nimDbg"
2017-08-26 11:03:07 +03:00
} ,
{
"name" : "pylib" ,
"url" : "https://github.com/Yardanico/nimpylib" ,
"method" : "git" ,
"tags" : [
"python" ,
"compatibility" ,
"library" ,
"pure"
] ,
"description" : "Nim library with python-like functions and operators" ,
"license" : "MIT" ,
"web" : "https://github.com/Yardanico/nimpylib"
2017-09-05 15:55:11 -03:00
} ,
{
"name" : "graphemes" ,
"url" : "https://github.com/nitely/nim-graphemes" ,
"method" : "git" ,
"tags" : [
"graphemes" ,
"grapheme-cluster" ,
"unicode"
] ,
"description" : "Grapheme aware string handling (Unicode tr29)" ,
"license" : "MIT" ,
"web" : "https://github.com/nitely/nim-graphemes"
2017-09-07 14:05:32 -05:00
} ,
2017-09-09 06:20:13 -05:00
{
"name" : "rfc3339" ,
"url" : "https://github.com/Skrylar/rfc3339" ,
"method" : "git" ,
"tags" : [
"rfc3339" ,
"datetime"
] ,
"description" : "RFC3339 (dates and times) implementation for Nim." ,
"license" : "BSD" ,
"web" : "https://github.com/Skrylar/rfc3339"
} ,
2017-09-14 00:23:20 +03:00
{
2017-09-21 13:02:49 +01:00
"name" : "db_presto" ,
2017-09-14 00:23:20 +03:00
"url" : "https://github.com/Bennyelg/nimPresto" ,
"method" : "git" ,
"tags" : [
"prestodb" ,
"connector" ,
2017-09-21 13:02:49 +01:00
"database"
2017-09-14 00:23:20 +03:00
] ,
"description" : "prestodb simple connector" ,
"license" : "MIT" ,
"web" : "https://github.com/Bennyelg/nimPresto"
2017-09-14 15:11:34 +03:00
} ,
2017-09-15 17:42:10 -04:00
{
"name" : "nimbomb" ,
"url" : "https://github.com/Tyler-Yocolano/nimbomb" ,
"method" : "git" ,
"tags" : [
"giant" ,
"bomb" ,
"wiki" ,
"api"
] ,
"description" : "A GiantBomb-wiki wrapper for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Tyler-Yocolano/nimbomb"
} ,
2017-09-14 15:11:34 +03:00
{
"name" : "csvql" ,
"url" : "https://github.com/Bennyelg/csvql" ,
"method" : "git" ,
"tags" : [
"csv" ,
"read" ,
"ansisql" ,
"query" ,
"database" ,
2017-09-15 17:42:10 -04:00
"files"
2017-09-14 15:11:34 +03:00
] ,
"description" : "csvql." ,
"license" : "MIT" ,
"web" : "https://github.com/Bennyelg/csvql"
2017-09-20 20:25:06 +02:00
} ,
{
"name" : "contracts" ,
"url" : "https://github.com/Udiknedormin/NimContracts" ,
"method" : "git" ,
"tags" : [
"library" ,
"pure" ,
"contract" ,
"contracts" ,
"DbC" ,
"utility" ,
"automation" ,
"documentation" ,
"safety" ,
"test" ,
"tests" ,
2020-02-24 15:03:15 +02:00
"unit-testing"
2017-09-20 20:25:06 +02:00
] ,
"description" : "Design by Contract (DbC) library with minimal runtime." ,
"license" : "MIT" ,
"web" : "https://github.com/Udiknedormin/NimContracts"
2017-09-20 14:57:30 -04:00
} ,
{
"name" : "syphus" ,
2018-07-17 13:16:06 -04:00
"url" : "https://github.com/makingspace/syphus" ,
2017-09-20 14:57:30 -04:00
"method" : "git" ,
"tags" : [
"optimization" ,
"tabu"
] ,
"description" : "An implementation of the tabu search heuristic in Nim." ,
"license" : "BSD-3" ,
"web" : "https://github.com/makingspace/syphus-nim"
2017-09-20 23:47:21 +01:00
} ,
{
"name" : "analytics" ,
"url" : "https://github.com/dom96/analytics" ,
"method" : "git" ,
"tags" : [
"google" ,
"telemetry" ,
"statistics"
] ,
"description" : "Allows statistics to be sent to and recorded in Google Analytics." ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/analytics"
2017-09-21 14:32:30 -03:00
} ,
{
"name" : "arraymancer_vision" ,
"url" : "https://github.com/edubart/arraymancer-vision" ,
"method" : "git" ,
"tags" : [
"arraymancer" ,
"image" ,
"vision"
] ,
"description" : "Image transformation and visualization utilities for arraymancer" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/edubart/arraymancer-vision"
2017-09-23 13:27:04 +03:00
} ,
2018-12-20 07:26:13 -07:00
{
"name" : "variantkey" ,
"url" : "https://github.com/brentp/variantkey-nim" ,
"method" : "git" ,
"tags" : [
"vcf" ,
"variant" ,
"genomics"
] ,
"description" : "encode/decode variants to/from uint64" ,
"license" : "MIT"
} ,
2018-09-06 16:53:05 -06:00
{
"name" : "genoiser" ,
"url" : "https://github.com/brentp/genoiser" ,
"method" : "git" ,
"tags" : [
"bam" ,
"cram" ,
"vcf" ,
"genomics"
] ,
"description" : "functions to tracks for genomics data files" ,
"license" : "MIT"
} ,
2018-01-05 13:01:28 -07:00
{
"name" : "hts" ,
"url" : "https://github.com/brentp/hts-nim" ,
"method" : "git" ,
"tags" : [
"kmer" ,
"dna" ,
"sequence" ,
"bam" ,
"vcf" ,
"genomics"
] ,
"description" : "htslib wrapper for nim" ,
"license" : "MIT" ,
"web" : "https://brentp.github.io/hts-nim/"
} ,
2018-11-10 05:51:59 -07:00
{
"name" : "falas" ,
"url" : "https://github.com/brentp/falas" ,
"method" : "git" ,
"tags" : [
"assembly" ,
"dna" ,
"sequence" ,
"genomics"
] ,
"description" : "fragment-aware assembler for short reads" ,
"license" : "MIT" ,
"web" : "https://brentp.github.io/falas/falas.html"
} ,
2017-12-03 08:08:38 -07:00
{
"name" : "kmer" ,
"url" : "https://github.com/brentp/nim-kmer" ,
"method" : "git" ,
"tags" : [
"kmer" ,
"dna" ,
"sequence"
] ,
"description" : "encoded kmer library for fast operations on kmers up to 31" ,
"license" : "MIT" ,
"web" : "https://github.com/brentp/nim-kmer"
} ,
2017-10-04 21:40:13 -06:00
{
"name" : "kexpr" ,
"url" : "https://github.com/brentp/kexpr-nim" ,
"method" : "git" ,
"tags" : [
2017-10-07 17:09:02 +09:00
"math" ,
"expression" ,
"evalute"
2017-10-04 21:40:13 -06:00
] ,
"description" : "wrapper for kexpr math expression evaluation library" ,
"license" : "MIT" ,
"web" : "https://github.com/brentp/kexpr-nim"
} ,
2017-11-24 10:11:31 -07:00
{
"name" : "lapper" ,
"url" : "https://github.com/brentp/nim-lapper" ,
"method" : "git" ,
"tags" : [
"interval"
] ,
"description" : "fast interval overlaps" ,
"license" : "MIT" ,
"web" : "https://github.com/brentp/nim-lapper"
} ,
2017-09-23 13:27:04 +03:00
{
"name" : "gplay" ,
"url" : "https://github.com/yglukhov/gplay" ,
"method" : "git" ,
"tags" : [
"google" ,
"play" ,
"apk" ,
"publish" ,
"upload"
] ,
"description" : "Google Play APK Uploader" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/gplay"
2017-09-24 05:14:36 -07:00
} ,
{
"name" : "huenim" ,
"url" : "https://github.com/IoTone/huenim" ,
"method" : "git" ,
"tags" : [
"hue" ,
"iot" ,
"lighting" ,
"philips" ,
"library"
] ,
"description" : "Huenim" ,
"license" : "MIT" ,
"web" : "https://github.com/IoTone/huenim"
2017-09-29 15:31:33 -04:00
} ,
{
"name" : "drand48" ,
"url" : "https://github.com/JeffersonLab/drand48" ,
"method" : "git" ,
"tags" : [
2017-09-29 16:34:51 -04:00
"random" ,
"number" ,
"generator"
2017-09-29 15:31:33 -04:00
] ,
"description" : "Nim implementation of the standard unix drand48 pseudo random number generator" ,
"license" : "BSD3" ,
"web" : "https://github.com/JeffersonLab/drand48"
} ,
2017-09-29 15:37:15 -04:00
{
"name" : "ensem" ,
"url" : "https://github.com/JeffersonLab/ensem" ,
"method" : "git" ,
"tags" : [
2017-09-29 15:39:10 -04:00
"jackknife" ,
2017-10-01 15:27:30 +03:00
"statistics"
2017-09-29 15:37:15 -04:00
] ,
"description" : "Support for ensemble file format and arithmetic using jackknife/bootstrap propagation of errors" ,
"license" : "BSD3" ,
"web" : "https://github.com/JeffersonLab/ensem"
2017-10-01 16:07:01 +01:00
} ,
{
"name" : "basic2d" ,
"url" : "https://github.com/nim-lang/basic2d" ,
"method" : "git" ,
"tags" : [
"deprecated" ,
"vector" ,
"stdlib" ,
"library"
] ,
"description" : "Deprecated module for vector/matrices operations." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/basic2d"
} ,
{
"name" : "basic3d" ,
"url" : "https://github.com/nim-lang/basic3d" ,
"method" : "git" ,
"tags" : [
"deprecated" ,
"vector" ,
"stdlib" ,
"library"
] ,
"description" : "Deprecated module for vector/matrices operations." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/basic3d"
2017-10-06 00:32:25 +09:00
} ,
{
"name" : "shiori" ,
"url" : "https://github.com/Narazaka/shiori-nim" ,
"method" : "git" ,
"tags" : [
"ukagaka" ,
"shiori" ,
"protocol"
] ,
"description" : "SHIORI Protocol Parser/Builder" ,
"license" : "MIT" ,
"web" : "https://github.com/Narazaka/shiori-nim"
2017-10-07 17:09:02 +09:00
} ,
{
"name" : "shioridll" ,
"url" : "https://github.com/Narazaka/shioridll-nim" ,
"method" : "git" ,
"tags" : [
"shiori" ,
"ukagaka"
] ,
"description" : "The SHIORI DLL interface" ,
"license" : "MIT" ,
"web" : "https://github.com/Narazaka/shioridll-nim"
2017-10-07 22:53:56 +01:00
} ,
{
"name" : "httpauth" ,
"url" : "https://github.com/FedericoCeratto/nim-httpauth" ,
"method" : "git" ,
"tags" : [
"http" ,
"authentication" ,
"authorization" ,
"library" ,
"security"
] ,
"description" : "HTTP Authentication and Authorization" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-httpauth"
2017-10-11 19:43:23 -05:00
} ,
{
"name" : "cbor" ,
2019-10-16 14:35:00 +02:00
"url" : "https://git.sr.ht/~ehmry/nim_cbor" ,
2017-10-11 19:43:23 -05:00
"method" : "git" ,
"tags" : [
"binary" ,
2021-06-03 15:01:52 +02:00
"cbor" ,
"library" ,
"serialization"
2017-10-11 19:43:23 -05:00
] ,
"description" : "Concise Binary Object Representation decoder (RFC7049)." ,
"license" : "MIT" ,
2019-10-16 14:35:00 +02:00
"web" : "https://git.sr.ht/~ehmry/nim_cbor"
2017-10-12 15:46:17 -05:00
} ,
{
"name" : "base58" ,
2019-10-16 14:35:00 +02:00
"url" : "https://git.sr.ht/~ehmry/nim_base58" ,
2017-10-12 15:46:17 -05:00
"method" : "git" ,
"tags" : [
"base58" ,
"bitcoin" ,
"cryptonote" ,
"monero" ,
"encoding" ,
"library"
] ,
"description" : "Base58 encoders and decoders for Bitcoin and CryptoNote addresses." ,
"license" : "MIT" ,
2019-10-16 14:35:00 +02:00
"web" : "https://git.sr.ht/~ehmry/nim_base58"
2017-10-13 22:04:33 +01:00
} ,
{
"name" : "webdriver" ,
"url" : "https://github.com/dom96/webdriver" ,
"method" : "git" ,
"tags" : [
"webdriver" ,
"selenium" ,
"library" ,
"firefox"
] ,
"description" : "Implementation of the WebDriver w3c spec." ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/webdriver"
2017-10-23 17:57:47 +02:00
} ,
{
"name" : "interfaced" ,
"url" : "https://github.com/andreaferretti/interfaced" ,
"method" : "git" ,
"tags" : [
"interface"
] ,
"description" : "Go-like interfaces" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/andreaferretti/interfaced"
2017-10-23 19:26:21 -07:00
} ,
{
"name" : "vla" ,
"url" : "https://github.com/bpr/vla" ,
"method" : "git" ,
"tags" : [
"vla" ,
"alloca"
] ,
"description" : "Variable length arrays for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/bpr/vla"
2017-10-26 00:29:25 -05:00
} ,
{
"name" : "metatools" ,
"url" : "https://github.com/jxy/metatools" ,
"method" : "git" ,
"tags" : [
"macros" ,
"metaprogramming"
] ,
"description" : "Metaprogramming tools for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/jxy/metatools"
2017-10-28 22:50:26 -06:00
} ,
2017-10-31 15:45:37 -06:00
{
"name" : "pdcurses" ,
"url" : "https://github.com/lcrees/pdcurses" ,
"method" : "git" ,
"tags" : [
"pdcurses" ,
"curses" ,
"console" ,
"gui"
] ,
"description" : "Nim wrapper for PDCurses" ,
"license" : "MIT" ,
"web" : "https://github.com/lcrees/pdcurses"
} ,
2017-10-28 22:50:26 -06:00
{
"name" : "libuv" ,
"url" : "https://github.com/lcrees/libuv" ,
"method" : "git" ,
"tags" : [
"libuv" ,
"wrapper" ,
"node" ,
"networking"
] ,
"description" : "libuv bindings for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/lcrees/libuv"
2017-10-31 13:05:58 -06:00
} ,
{
"name" : "romans" ,
"url" : "https://github.com/lcrees/romans" ,
"method" : "git" ,
"tags" : [
"roman" ,
"numerals"
] ,
"description" : "Conversion between integers and Roman numerals" ,
"license" : "MIT" ,
"web" : "https://github.com/lcrees/romans"
2017-11-05 15:41:51 +01:00
} ,
2017-11-06 00:20:44 +01:00
{
"name" : "simpleAST" ,
2018-10-05 05:35:25 +02:00
"url" : "https://github.com/lguzzon-NIM/simpleAST" ,
2017-11-06 00:20:44 +01:00
"method" : "git" ,
"tags" : [
"ast"
] ,
"description" : "Simple AST in NIM" ,
"license" : "MIT" ,
2018-10-05 05:35:25 +02:00
"web" : "https://github.com/lguzzon-NIM/simpleAST"
2017-11-06 00:20:44 +01:00
} ,
{
2017-11-05 15:41:51 +01:00
"name" : "timerpool" ,
"url" : "https://github.com/mikra01/timerpool/" ,
"method" : "git" ,
"tags" : [
"timer" ,
"pool" ,
"events" ,
"thread"
] ,
"description" : "threadsafe timerpool implementation for event purpose" ,
"license" : "MIT" ,
"web" : "https://github.com/mikra01/timerpool"
2017-11-06 11:18:26 +02:00
} ,
{
"name" : "zero_functional" ,
2018-07-17 18:08:50 +03:00
"url" : "https://github.com/zero-functional/zero-functional" ,
2017-11-06 11:18:26 +02:00
"method" : "git" ,
"tags" : [
"functional" ,
"dsl" ,
"chaining" ,
"seq"
] ,
"description" : "A library providing zero-cost chaining for functional abstractions in Nim" ,
"license" : "MIT" ,
2018-07-17 18:08:50 +03:00
"web" : "https://github.com/zero-functional/zero-functional"
2017-11-07 00:07:29 +01:00
} ,
{
"name" : "ormin" ,
"url" : "https://github.com/Araq/ormin" ,
"method" : "git" ,
"tags" : [
"ORM" ,
"SQL" ,
"db" ,
"database"
] ,
"description" : "Prepared SQL statement generator. A lightweight ORM." ,
"license" : "MIT" ,
"web" : "https://github.com/Araq/ormin"
2017-11-07 11:54:39 +01:00
} ,
{
"name" : "karax" ,
2021-05-03 01:05:23 -04:00
"url" : "https://github.com/karaxnim/karax/" ,
2017-11-07 11:54:39 +01:00
"method" : "git" ,
"tags" : [
"browser" ,
"DOM" ,
"virtual-DOM" ,
"UI"
] ,
"description" : "Karax is a framework for developing single page applications in Nim." ,
"license" : "MIT" ,
2021-05-03 01:05:23 -04:00
"web" : "https://github.com/karaxnim/karax/"
2017-11-11 15:20:19 -06:00
} ,
{
"name" : "cascade" ,
2022-02-14 01:07:26 -06:00
"url" : "https://github.com/haltcase/cascade" ,
2017-11-11 15:20:19 -06:00
"method" : "git" ,
"tags" : [
"macro" ,
"cascade" ,
"operator" ,
"dart" ,
"with"
] ,
"description" : "Method & assignment cascades for Nim, inspired by Smalltalk & Dart." ,
"license" : "MIT" ,
2022-02-14 01:07:26 -06:00
"web" : "https://github.com/haltcase/cascade"
2017-11-13 19:23:45 -08:00
} ,
{
"name" : "chrono" ,
"url" : "https://github.com/treeform/chrono" ,
"method" : "git" ,
"tags" : [
"library" ,
"timestamp" ,
"calendar" ,
2017-11-13 19:25:03 -08:00
"timezone"
2017-11-13 19:23:45 -08:00
] ,
"description" : "Calendars, Timestamps and Timezones utilities." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/chrono"
2017-11-15 13:40:01 +07:00
} ,
{
"name" : "dbschema" ,
"url" : "https://github.com/vegansk/dbschema" ,
"method" : "git" ,
"tags" : [
"library" ,
"database" ,
"db"
] ,
"description" : "Database schema migration library for Nim language." ,
"license" : "MIT" ,
"web" : "https://github.com/vegansk/dbschema"
2017-11-15 11:20:18 -07:00
} ,
{
"name" : "gentabs" ,
"url" : "https://github.com/lcrees/gentabs" ,
"method" : "git" ,
"tags" : [
"table" ,
"string" ,
"key" ,
"value"
] ,
"description" : "Efficient hash table that is a key-value mapping (removed from stdlib)" ,
"license" : "MIT" ,
"web" : "https://github.com/lcrees/gentabs"
2017-11-15 19:25:01 -05:00
} ,
{
"name" : "libgraph" ,
"url" : "https://github.com/Mnenmenth/libgraphnim" ,
"method" : "git" ,
"tags" : [
"graph" ,
"math" ,
"conversion" ,
"pixels" ,
"coordinates"
] ,
"description" : "Converts 2D linear graph coordinates to pixels on screen" ,
"license" : "MIT" ,
"web" : "https://github.com/Mnenmenth/libgraphnim"
2017-11-16 12:31:36 -07:00
} ,
{
"name" : "polynumeric" ,
2021-07-07 17:46:35 +02:00
"url" : "https://github.com/SciNim/polynumeric" ,
2017-11-16 12:31:36 -07:00
"method" : "git" ,
"tags" : [
"polynomial" ,
"numeric"
] ,
"description" : "Polynomial operations" ,
"license" : "MIT" ,
2021-07-07 17:46:35 +02:00
"web" : "https://github.com/SciNim/polynumeric"
2017-11-22 22:07:06 -03:00
} ,
{
"name" : "unicodedb" ,
"url" : "https://github.com/nitely/nim-unicodedb" ,
"method" : "git" ,
"tags" : [
"unicode" ,
"UCD" ,
"unicodedata"
] ,
"description" : "Unicode Character Database (UCD) access for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/nitely/nim-unicodedb"
2017-11-27 03:58:27 -03:00
} ,
{
"name" : "normalize" ,
"url" : "https://github.com/nitely/nim-normalize" ,
"method" : "git" ,
"tags" : [
"unicode" ,
"normalization" ,
"nfc" ,
"nfd"
] ,
"description" : "Unicode normalization forms (tr15)" ,
"license" : "MIT" ,
"web" : "https://github.com/nitely/nim-normalize"
2017-11-29 12:34:30 +00:00
} ,
{
"name" : "nico" ,
"url" : "https://github.com/ftsf/nico" ,
"method" : "git" ,
"tags" : [
"pico-8" ,
"game" ,
"library" ,
"ludum" ,
"dare"
] ,
"description" : "Nico game engine" ,
"license" : "MIT" ,
"web" : "https://github.com/ftsf/nico"
2017-12-01 16:01:24 -05:00
} ,
{
2017-11-30 15:10:23 +02:00
"name" : "os_files" ,
"url" : "https://github.com/tormund/os_files" ,
"method" : "git" ,
"tags" : [
"dialogs" ,
"file" ,
"icon"
] ,
"description" : "Crossplatform (x11, windows, osx) native file dialogs; sytem file/folder icons in any resolution; open file with default application" ,
"license" : "MIT" ,
"web" : "https://github.com/tormund/os_files"
2017-12-01 16:01:24 -05:00
} ,
2017-12-02 16:27:15 +01:00
{
"name" : "sprymicro" ,
"url" : "https://github.com/gokr/sprymicro" ,
"method" : "git" ,
"tags" : [
"spry" ,
"demo"
] ,
"description" : "Small demo Spry interpreters" ,
"license" : "MIT" ,
"web" : "https://github.com/gokr/sprymicro"
} ,
2017-12-02 16:25:54 +01:00
{
"name" : "spryvm" ,
"url" : "https://github.com/gokr/spryvm" ,
"method" : "git" ,
"tags" : [
"interpreter" ,
"language" ,
"spry"
] ,
"description" : "Homoiconic dynamic language interpreter in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/gokr/spryvm"
} ,
2017-12-01 16:01:24 -05:00
{
"name" : "netpbm" ,
"url" : "https://github.com/barcharcraz/nim-netpbm" ,
"method" : "git" ,
"tags" : [
"pbm" ,
"image" ,
"wrapper" ,
"netpbm"
] ,
"description" : "Wrapper for libnetpbm" ,
"license" : "MIT" ,
"web" : "https://github.com/barcharcraz/nim-netpbm"
2017-12-04 14:43:00 -06:00
} ,
{
"name" : "nimgen" ,
"url" : "https://github.com/genotrance/nimgen" ,
"method" : "git" ,
"tags" : [
"c2nim" ,
"library" ,
"wrapper" ,
"c" ,
"c++"
] ,
"description" : "C2nim helper to simplify and automate wrapping C libraries" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimgen"
2017-12-17 07:53:12 +00:00
} ,
{
"name" : "sksbox" ,
"url" : "https://github.com/Skrylar/sksbox" ,
"method" : "git" ,
"tags" : [
"sbox" ,
"binary" ,
"binaryformat" ,
"nothings" ,
"container"
] ,
"description" : "A native-nim implementaton of the sBOX generic container format." ,
"license" : "MIT" ,
"web" : "https://github.com/Skrylar/sksbox"
2017-12-31 15:38:39 +02:00
} ,
{
2017-12-31 17:07:17 +02:00
"name" : "avbin" ,
"url" : "https://github.com/Vladar4/avbin" ,
2017-12-31 15:38:39 +02:00
"method" : "git" ,
"tags" : [
"audio" ,
"video" ,
"media" ,
"library" ,
"wrapper"
] ,
"description" : "Wrapper of the AVbin library for the Nim language." ,
"license" : "LGPL" ,
2017-12-31 17:07:17 +02:00
"web" : "https://github.com/Vladar4/avbin"
2018-01-01 23:35:09 +07:00
} ,
{
"name" : "fsm" ,
"url" : "https://github.com/ba0f3/fsm.nim" ,
"method" : "git" ,
"tags" : [
"fsm" ,
"finite" ,
"state" ,
"machine"
] ,
"description" : "A simple finite-state machine for @nim-lang" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/fsm.nim"
2018-01-06 21:22:38 +01:00
} ,
{
"name" : "timezones" ,
"url" : "https://github.com/GULPF/timezones" ,
"method" : "git" ,
"tags" : [
"timezone" ,
"time" ,
"tzdata"
] ,
"description" : "Timezone library compatible with the standard library. " ,
"license" : "MIT" ,
"web" : "https://github.com/GULPF/timezones"
2018-01-09 21:19:42 -05:00
} ,
{
"name" : "ndf" ,
"url" : "https://github.com/rustomax/ndf" ,
"method" : "git" ,
"tags" : [
"app" ,
"binary" ,
"duplicates" ,
"utility" ,
"filesystem"
] ,
"description" : "Duplicate files finder" ,
"license" : "MIT" ,
"web" : "https://github.com/rustomax/ndf"
2018-01-12 12:58:25 -03:00
} ,
{
"name" : "unicodeplus" ,
"url" : "https://github.com/nitely/nim-unicodeplus" ,
"method" : "git" ,
"tags" : [
"unicode" ,
"isdigit" ,
"isalpha"
] ,
"description" : "Common unicode operations" ,
"license" : "MIT" ,
"web" : "https://github.com/nitely/nim-unicodeplus"
2018-01-13 19:41:21 -06:00
} ,
{
"name" : "libsvm" ,
"url" : "https://github.com/genotrance/libsvm" ,
"method" : "git" ,
"tags" : [
"scientific" ,
"svm" ,
"vector"
] ,
"description" : "libsvm wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/libsvm"
2018-01-17 18:58:50 -05:00
} ,
{
"name" : "lilt" ,
"url" : "https://github.com/quelklef/lilt" ,
"method" : "git" ,
"tags" : [
"language" ,
"parser" ,
"parsing"
] ,
"description" : "Parsing language" ,
"license" : "MIT" ,
"web" : "https://github.com/quelklef/lilt"
2018-01-20 17:22:54 +09:00
} ,
{
"name" : "shiori_charset_convert" ,
"url" : "https://github.com/Narazaka/shiori_charset_convert-nim" ,
"method" : "git" ,
"tags" : [
"shiori" ,
"ukagaka"
] ,
"description" : "The SHIORI Message charset convert utility" ,
"license" : "MIT" ,
"web" : "https://github.com/Narazaka/shiori_charset_convert-nim"
2018-01-27 18:34:46 +01:00
} ,
2018-01-29 19:50:29 -08:00
{
"name" : "grafanim" ,
"url" : "https://github.com/jamesalbert/grafanim" ,
"method" : "git" ,
"tags" : [
"library" ,
"grafana" ,
"dashboards"
] ,
"description" : "Grafana module for Nim" ,
"license" : "GPL" ,
"web" : "https://github.com/jamesalbert/grafanim"
2018-01-31 12:53:28 +02:00
} ,
{
"name" : "nimpy" ,
"url" : "https://github.com/yglukhov/nimpy" ,
"method" : "git" ,
"tags" : [
"python" ,
"bridge"
] ,
"description" : "Nim - Python bridge" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/nimpy"
2018-02-02 22:34:34 -08:00
} ,
{
"name" : "simple_graph" ,
2018-02-03 13:17:00 -08:00
"url" : "https://github.com/erhlee-bird/simple_graph" ,
2018-02-02 22:34:34 -08:00
"method" : "git" ,
"tags" : [
2018-02-02 22:36:20 -08:00
"datastructures" ,
"library"
2018-02-02 22:34:34 -08:00
] ,
"description" : "Simple Graph Library" ,
"license" : "MIT" ,
2018-02-03 13:17:00 -08:00
"web" : "https://github.com/erhlee-bird/simple_graph"
2018-02-10 15:36:29 +01:00
} ,
{
"name" : "controlStructures" ,
"url" : "https://github.com/TakeYourFreedom/Additional-Control-Structures-for-Nim" ,
"method" : "git" ,
"tags" : [
"library" ,
"control" ,
"structure"
] ,
"description" : "Additional control structures" ,
"license" : "MIT" ,
"web" : "http://htmlpreview.github.io/?https://github.com/TakeYourFreedom/Additional-Control-Structures-for-Nim/blob/master/controlStructures.html"
2018-02-14 20:34:45 +01:00
} ,
{
"name" : "notetxt" ,
"url" : "https://github.com/mrshu/nim-notetxt" ,
"method" : "git" ,
"tags" : [
"notetxt," ,
"note" ,
"taking"
] ,
"description" : "A library that implements the note.txt specification for note taking." ,
"license" : "MIT" ,
"web" : "https://github.com/mrshu/nim-notetxt"
2018-02-16 22:12:14 +00:00
} ,
2018-02-13 18:22:00 +02:00
{
"name" : "breeze" ,
"url" : "https://github.com/alehander42/breeze" ,
"method" : "git" ,
"tags" : [
"dsl" ,
"macro" ,
"metaprogramming"
] ,
"description" : "A dsl for writing macros in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/alehander42/breeze"
2018-02-17 17:57:31 +00:00
} ,
{
"name" : "joyent_http_parser" ,
"url" : "https://github.com/nim-lang/joyent_http_parser" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"library" ,
"parsing"
] ,
"description" : "Wrapper for high performance HTTP parsing library." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/joyent_http_parser"
} ,
{
"name" : "libsvm_legacy" ,
"url" : "https://github.com/nim-lang/libsvm_legacy" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"library" ,
"scientific"
] ,
"description" : "Wrapper for libsvm." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/libsvm_legacy"
2018-02-18 19:02:46 +01:00
} ,
2018-02-18 22:51:06 +01:00
{
2018-02-19 10:13:21 +01:00
"name" : "clblast" ,
2018-02-18 22:51:06 +01:00
"url" : "https://github.com/numforge/nim-clblast" ,
"method" : "git" ,
"tags" : [
"BLAS" ,
"linear" ,
"algebra" ,
"vector" ,
"matrix" ,
"opencl" ,
"high" ,
"performance" ,
"computing" ,
"GPU" ,
"wrapper"
] ,
"description" : "Wrapper for CLBlast, an OpenCL BLAS library" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/numforge/nim-clblast"
} ,
2018-02-18 19:02:46 +01:00
{
"name" : "nimp5" ,
"url" : "https://github.com/Foldover/nim-p5" ,
"method" : "git" ,
"tags" : [
"p5" ,
"javascript" ,
2018-02-18 21:49:48 +00:00
"creative" ,
"coding" ,
"processing" ,
"library"
2018-02-18 19:02:46 +01:00
] ,
"description" : "Nim bindings for p5.js." ,
"license" : "MIT" ,
"web" : "https://github.com/Foldover/nim-p5"
2018-02-20 01:11:19 +07:00
} ,
{
"name" : "names" ,
"url" : "https://github.com/pragmagic/names" ,
"method" : "git" ,
"tags" : [
"strings"
] ,
"description" : "String interning library" ,
"license" : "MIT" ,
"web" : "https://github.com/pragmagic/names"
2018-02-21 20:31:36 +09:00
} ,
{
"name" : "sha1ext" ,
"url" : "https://github.com/CORDEA/sha1ext" ,
"method" : "git" ,
"tags" : [
"sha1" ,
"extension"
] ,
"description" : "std / sha1 extension" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/CORDEA/sha1ext"
2018-02-21 19:36:16 +02:00
} ,
{
"name" : "libsha" ,
"url" : "https://github.com/forlan-ua/nim-libsha" ,
"method" : "git" ,
"tags" : [
"sha1" ,
"sha224" ,
"sha256" ,
"sha384" ,
"sha512"
] ,
"description" : "Sha1 and Sha2 implementations" ,
"license" : "MIT" ,
"web" : "https://github.com/forlan-ua/nim-libsha"
2018-02-22 15:41:22 +00:00
} ,
{
"name" : "pwned" ,
"url" : "https://github.com/dom96/pwned" ,
"method" : "git" ,
"tags" : [
"application" ,
"passwords" ,
"security" ,
"binary"
] ,
"description" : "A client for the Pwned passwords API." ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/pwned"
2018-02-26 01:13:45 -08:00
} ,
2018-02-27 10:50:30 -06:00
{
"name" : "suffer" ,
"url" : "https://github.com/emekoi/suffer" ,
"method" : "git" ,
"tags" : [
"graphics" ,
"font" ,
"software"
] ,
"description" : "a nim library for drawing 2d shapes, text, and images to 32bit software pixel buffers" ,
"license" : "MIT" ,
"web" : "https://github.com/emekoi/suffer"
} ,
2018-02-27 12:22:01 +01:00
{
"name" : "metric" ,
"url" : "https://github.com/mjendrusch/metric" ,
"method" : "git" ,
"tags" : [
"library" ,
"units" ,
"scientific" ,
"dimensional-analysis"
] ,
"description" : "Dimensionful types and dimensional analysis." ,
"license" : "MIT" ,
"web" : "https://github.com/mjendrusch/metric"
} ,
2018-02-26 01:13:45 -08:00
{
"name" : "useragents" ,
"url" : "https://github.com/treeform/useragents" ,
"method" : "git" ,
"tags" : [
"library" ,
2018-03-08 23:40:58 -06:00
"useragent"
2018-02-26 01:13:45 -08:00
] ,
"description" : "User Agent parser for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/useragents"
2018-03-01 12:35:46 +01:00
} ,
{
"name" : "nimna" ,
"url" : "https://github.com/mjendrusch/nimna" ,
"method" : "git" ,
"tags" : [
"library" ,
"nucleic-acid-folding" ,
"scientific" ,
"biology"
] ,
"description" : "Nucleic acid folding and design." ,
"license" : "MIT" ,
"web" : "https://github.com/mjendrusch/nimna"
2018-03-04 13:32:06 +00:00
} ,
{
"name" : "bencode" ,
"url" : "https://github.com/FedericoCeratto/nim-bencode" ,
"method" : "git" ,
"tags" : [
"library" ,
"bencode"
] ,
"description" : "Bencode serialization/deserialization library" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-bencode"
2018-03-06 19:33:07 +00:00
} ,
{
"name" : "i3ipc" ,
"url" : "https://github.com/FedericoCeratto/nim-i3ipc" ,
"method" : "git" ,
"tags" : [
"library" ,
"i3"
] ,
"description" : "i3 IPC client library" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-i3ipc"
2018-03-07 13:02:11 -08:00
} ,
{
"name" : "chroma" ,
"url" : "https://github.com/treeform/chroma" ,
"method" : "git" ,
"tags" : [
"colors" ,
"cmyk" ,
"hsl" ,
"hsv"
] ,
"description" : "Everything you want to do with colors." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/chroma"
2018-03-08 23:40:58 -06:00
} ,
{
"name" : "nimrax" ,
"url" : "https://github.com/genotrance/nimrax" ,
"method" : "git" ,
"tags" : [
"rax" ,
"radix" ,
"tree" ,
"data" ,
"structure"
] ,
"description" : "Radix tree wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimrax"
2018-03-09 16:01:11 -06:00
} ,
2018-03-08 23:11:13 -06:00
{
"name" : "nimbass" ,
"url" : "https://github.com/genotrance/nimbass" ,
"method" : "git" ,
"tags" : [
"bass" ,
"audio" ,
"wrapper"
] ,
"description" : "Bass wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimbass"
2018-03-09 16:02:01 -06:00
} ,
2018-03-08 23:15:45 -06:00
{
"name" : "nimkerberos" ,
"url" : "https://github.com/genotrance/nimkerberos" ,
"method" : "git" ,
"tags" : [
"kerberos" ,
"ntlm" ,
"authentication" ,
"auth" ,
"sspi"
] ,
"description" : "WinKerberos wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimkerberos"
2018-03-09 16:02:48 -06:00
} ,
2018-03-08 23:22:24 -06:00
{
"name" : "nimssh2" ,
"url" : "https://github.com/genotrance/nimssh2" ,
"method" : "git" ,
"tags" : [
"ssh" ,
"library" ,
"wrapper"
] ,
2018-03-09 16:05:13 -06:00
"description" : "libssh2 wrapper for Nim" ,
2018-03-08 23:22:24 -06:00
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimssh2"
2018-03-09 16:05:13 -06:00
} ,
{
"name" : "nimssl" ,
"url" : "https://github.com/genotrance/nimssl" ,
"method" : "git" ,
"tags" : [
"openssl" ,
"sha" ,
"sha1" ,
"hash" ,
"sha256" ,
"sha512"
] ,
"description" : "OpenSSL wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimssl"
2018-03-09 16:06:01 -06:00
} ,
2018-03-08 23:48:03 -06:00
{
"name" : "snip" ,
"url" : "https://github.com/genotrance/snip" ,
"method" : "git" ,
"tags" : [
"console" ,
"editor" ,
"text" ,
"cli"
] ,
"description" : "Text editor to speed up testing code snippets" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/snip"
2018-03-11 23:18:29 +01:00
} ,
2018-03-13 22:09:26 +01:00
{
"name" : "moduleinit" ,
"url" : "https://github.com/skunkiferous/moduleinit" ,
"method" : "git" ,
"tags" : [
"library" ,
"parallelism" ,
"threads"
] ,
"description" : "Nim module/thread initialisation ordering library" ,
"license" : "MIT" ,
"web" : "https://github.com/skunkiferous/moduleinit"
} ,
2018-03-14 06:07:56 +09:00
{
"name" : "mofuw" ,
"url" : "https://github.com/2vg/mofuw" ,
"method" : "git" ,
"tags" : [
"web" ,
"http" ,
2019-03-08 00:09:37 +00:00
"framework" ,
"abandoned"
2018-03-14 06:07:56 +09:00
] ,
"description" : "mofuw is *MO*re *F*aster, *U*ltra *W*ebserver" ,
"license" : "MIT" ,
"web" : "https://github.com/2vg/mofuw"
} ,
2018-03-11 23:18:29 +01:00
{
"name" : "scnim" ,
"url" : "https://github.com/capocasa/scnim" ,
"method" : "git" ,
"tags" : [
"music" ,
"synthesizer" ,
"realtime" ,
"supercollider" ,
"ugen" ,
"plugin" ,
"binding" ,
"audio"
] ,
"description" : "Develop SuperCollider UGens in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/capocasa/scnim"
2018-03-13 16:13:10 -05:00
} ,
{
"name" : "nimgl" ,
2019-09-26 13:28:05 +02:00
"url" : "https://github.com/nimgl/nimgl" ,
2018-03-13 16:13:10 -05:00
"method" : "git" ,
"tags" : [
"glfw" ,
2018-11-06 13:46:20 -06:00
"imgui" ,
2018-03-13 16:13:10 -05:00
"opengl" ,
"bindings" ,
2018-11-06 13:46:20 -06:00
"gl" ,
"graphics"
2018-03-13 16:13:10 -05:00
] ,
"description" : "Nim Game Library" ,
"license" : "MIT" ,
2018-11-06 13:46:20 -06:00
"web" : "https://github.com/lmariscal/nimgl"
2018-03-14 02:04:14 +01:00
} ,
{
"name" : "inim" ,
2020-04-08 18:51:18 +02:00
"url" : "https://github.com/inim-repl/INim" ,
2018-03-14 02:04:14 +01:00
"method" : "git" ,
"tags" : [
"repl" ,
"playground" ,
"shell"
] ,
"description" : "Interactive Nim Shell" ,
"license" : "MIT" ,
"web" : "https://github.com/AndreiRegiani/INim"
2018-03-14 15:10:00 -05:00
} ,
{
"name" : "nimbigwig" ,
"url" : "https://github.com/genotrance/nimbigwig" ,
"method" : "git" ,
"tags" : [
"bigwig" ,
"bigbend" ,
"genome"
] ,
"description" : "libBigWig wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimbigwig"
2018-03-14 21:50:31 -03:00
} ,
{
"name" : "regex" ,
"url" : "https://github.com/nitely/nim-regex" ,
"method" : "git" ,
"tags" : [
"regex"
] ,
"description" : "Linear time regex matching" ,
"license" : "MIT" ,
"web" : "https://github.com/nitely/nim-regex"
2018-03-15 18:44:07 +00:00
} ,
{
"name" : "tsundoku" ,
"url" : "https://github.com/FedericoCeratto/tsundoku" ,
"method" : "git" ,
"tags" : [
"OPDS" ,
"ebook" ,
"server"
] ,
"description" : "Simple and lightweight OPDS ebook server" ,
"license" : "GPLv3" ,
"web" : "https://github.com/FedericoCeratto/tsundoku"
2018-03-17 13:30:49 +09:00
} ,
2018-04-04 21:22:00 +09:00
{
"name" : "nim_exodus" ,
"url" : "https://github.com/shinriyo/nim_exodus" ,
"method" : "git" ,
"tags" : [
"web" ,
"html" ,
"template"
] ,
"description" : "Template generator for gester" ,
"license" : "MIT" ,
"web" : "https://github.com/shinriyo/nim_exodus"
} ,
2018-03-17 18:18:20 -07:00
{
"name" : "nimlibxlsxwriter" ,
2020-12-13 05:54:16 +01:00
"url" : "https://github.com/ThomasTJdev/nimlibxlsxwriter" ,
2018-03-17 18:18:20 -07:00
"method" : "git" ,
"tags" : [
"Excel" ,
"wrapper" ,
"xlsx"
] ,
"description" : "libxslxwriter wrapper for Nim" ,
"license" : "MIT" ,
2020-12-13 05:54:16 +01:00
"web" : "https://github.com/ThomasTJdev/nimlibxlsxwriter"
2018-03-17 18:18:20 -07:00
} ,
2018-03-17 20:59:55 -07:00
{
"name" : "nimclutter" ,
"url" : "https://github.com/KeepCoolWithCoolidge/nimclutter" ,
"method" : "git" ,
"tags" : [
"clutter" ,
"gtk" ,
"gui"
] ,
"description" : "Nim bindings for Clutter toolkit." ,
"license" : "LGPLv2.1" ,
"web" : "https://github.com/KeepCoolWithCoolidge/nimclutter"
2018-03-18 16:02:42 +01:00
} ,
{
"name" : "nimhdf5" ,
"url" : "https://github.com/Vindaar/nimhdf5" ,
"method" : "git" ,
"tags" : [
2018-03-24 19:26:57 +01:00
"library" ,
"wrapper" ,
"binding" ,
"libhdf5" ,
"hdf5" ,
"ndarray" ,
"storage"
2018-03-18 16:02:42 +01:00
] ,
"description" : "Bindings for the HDF5 data format C library" ,
"license" : "MIT" ,
"web" : "https://github.com/Vindaar/nimhdf5"
2018-03-24 19:26:57 +01:00
} ,
2018-06-22 23:14:01 +02:00
{
"name" : "mpfit" ,
"url" : "https://github.com/Vindaar/nim-mpfit" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"binding" ,
"nonlinear" ,
"least-squares" ,
"fitting" ,
"levenberg-marquardt" ,
"regression"
] ,
"description" : "A wrapper for the cMPFIT non-linear least squares fitting library" ,
"license" : "MIT" ,
"web" : "https://github.com/Vindaar/nim-mpfit"
} ,
2018-07-02 20:58:12 +02:00
{
"name" : "nlopt" ,
"url" : "https://github.com/Vindaar/nimnlopt" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"binding" ,
2018-07-06 14:32:38 +10:00
"nonlinear-optimization"
2018-07-02 20:58:12 +02:00
] ,
"description" : "A wrapper for the non-linear optimization C library Nlopt" ,
"license" : "MIT" ,
"web" : "https://github.com/Vindaar/nimnlopt"
} ,
2022-07-13 23:04:16 +02:00
{
"name" : "nimwin" ,
"url" : "https://github.com/TriedAngle/nimwin" ,
"method" : "git" ,
"tags" : [
"gui" ,
"opengl" ,
"vulkan" ,
"web" ,
"windowing" ,
"window" ,
"graphics"
] ,
"description" : "Platform Agnostic Windowing Library for Nim" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/TriedAngle/nimwin"
} ,
2018-03-24 19:26:57 +01:00
{
"name" : "itertools" ,
"url" : "https://github.com/narimiran/itertools" ,
"method" : "git" ,
"tags" : [
"itertools" ,
2019-08-26 11:09:43 +02:00
"iterutils" ,
2018-03-24 19:26:57 +01:00
"python" ,
2019-08-26 11:09:43 +02:00
"iter" ,
"iterator" ,
2018-03-24 19:26:57 +01:00
"iterators"
] ,
"description" : "Itertools for Nim" ,
"license" : "MIT" ,
2019-11-04 09:04:59 +01:00
"web" : "https://narimiran.github.io/itertools/"
} ,
{
"name" : "sorta" ,
"url" : "https://github.com/narimiran/sorta" ,
"method" : "git" ,
"tags" : [
"sort" ,
"sorted" ,
"table" ,
"sorted-table" ,
"b-tree" ,
"btree" ,
"ordered"
] ,
"description" : "Sorted Tables for Nim, based on B-Trees" ,
"license" : "MIT" ,
"web" : "https://narimiran.github.io/sorta/"
2018-03-29 15:35:15 +03:00
} ,
{
"name" : "typelists" ,
"url" : "https://github.com/yglukhov/typelists" ,
"method" : "git" ,
"tags" : [
"metaprogramming"
] ,
"description" : "Typelists in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/typelists"
2018-03-29 17:37:20 -05:00
} ,
{
"name" : "sol" ,
"url" : "https://github.com/davidgarland/sol" ,
"method" : "git" ,
"tags" : [
"c99" ,
"c11" ,
"c" ,
"vector" ,
"simd" ,
"avx" ,
"avx2" ,
"neon"
] ,
"description" : "A SIMD-accelerated vector library written in C99 with Nim bindings." ,
"license" : "MIT" ,
"web" : "https://github.com/davidgarland/sol"
2018-04-01 01:20:22 -05:00
} ,
{
"name" : "simdX86" ,
"url" : "https://github.com/nimlibs/simdX86" ,
"method" : "git" ,
"tags" : [
"simd"
] ,
"description" : "Wrappers for X86 SIMD intrinsics" ,
"license" : "MIT" ,
"web" : "https://github.com/nimlibs/simdX86"
2018-04-02 18:12:06 +02:00
} ,
{
"name" : "loopfusion" ,
"url" : "https://github.com/numforge/loopfusion" ,
"method" : "git" ,
"tags" : [
"loop" ,
"iterator" ,
"zip" ,
"forEach" ,
"variadic"
] ,
"description" : "Loop efficiently over a variadic number of containers" ,
2018-11-01 16:59:43 -03:00
"license" : "MIT or Apache 2.0" ,
2018-04-02 18:12:06 +02:00
"web" : "https://github.com/numforge/loopfusion"
2018-04-04 14:35:36 -04:00
} ,
2018-04-05 21:57:56 +09:00
{
"name" : "tinamou" ,
"url" : "https://github.com/Double-oxygeN/tinamou" ,
"method" : "git" ,
"tags" : [
"game" ,
"sdl2"
] ,
"description" : "Game Library in Nim with SDL2" ,
"license" : "MIT" ,
"web" : "https://github.com/Double-oxygeN/tinamou"
} ,
2018-04-04 17:33:16 -04:00
{
"name" : "cittadino" ,
"url" : "https://github.com/makingspace/cittadino" ,
"method" : "git" ,
"tags" : [
"pubsub" ,
"stomp" ,
"rabbitmq" ,
"amqp"
] ,
"description" : "A simple PubSub framework using STOMP." ,
"license" : "BSD2" ,
"web" : "https://github.com/makingspace/cittadino"
} ,
2018-04-04 14:35:36 -04:00
{
"name" : "consul" ,
"url" : "https://github.com/makingspace/nim_consul" ,
"method" : "git" ,
"tags" : [
"consul"
] ,
"description" : "A simple interface to a running Consul agent." ,
"license" : "BSD2" ,
"web" : "https://github.com/makingspace/nim_consul"
2018-04-09 23:53:14 +02:00
} ,
{
"name" : "keystone" ,
"url" : "https://github.com/6A/Keystone.nim" ,
"method" : "git" ,
"tags" : [
"binding" ,
"keystone" ,
"asm" ,
"assembler" ,
"x86" ,
"arm"
] ,
"description" : "Bindings to the Keystone Assembler." ,
"license" : "MIT" ,
"web" : "https://github.com/6A/Keystone.nim"
2018-04-15 19:21:09 +02:00
} ,
{
"name" : "units" ,
"url" : "https://github.com/Udiknedormin/NimUnits" ,
"method" : "git" ,
"tags" : [
"library" ,
"pure" ,
"units" ,
"physics" ,
"science" ,
"documentation" ,
"safety"
] ,
"description" : " Statically-typed quantity units." ,
"license" : "MIT" ,
"web" : "https://github.com/Udiknedormin/NimUnits"
2018-04-18 12:43:09 +02:00
} ,
{
"name" : "ast_pattern_matching" ,
"url" : "https://github.com/krux02/ast-pattern-matching" ,
"method" : "git" ,
"tags" : [
"macros" ,
"pattern-matching" ,
"ast"
] ,
"description" : "a general ast pattern matching library with a focus on correctness and good error messages" ,
"license" : "MIT" ,
"web" : "https://github.com/krux02/ast-pattern-matching"
2018-04-20 23:07:17 -05:00
} ,
{
"name" : "tissue" ,
"url" : "https://github.com/genotrance/tissue" ,
"method" : "git" ,
"tags" : [
"github" ,
"issue" ,
"debug" ,
"test" ,
"testament"
] ,
"description" : "Test failing snippets from Nim's issues" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/tissue"
2018-04-24 18:03:40 +03:00
} ,
2018-04-24 13:10:45 +02:00
{
"name" : "sphincs" ,
2019-10-16 14:35:00 +02:00
"url" : "https://git.sr.ht/~ehmry/nim_sphincs" ,
2018-04-24 13:10:45 +02:00
"method" : "git" ,
"tags" : [
"crypto" ,
"pqcrypto" ,
"signing"
] ,
2018-11-30 03:07:07 -05:00
"description" : "SPHINCS⁺ stateless hash-based signature scheme" ,
2018-04-24 13:10:45 +02:00
"license" : "MIT" ,
2019-10-16 14:35:00 +02:00
"web" : "https://git.sr.ht/~ehmry/nim_sphincs"
2018-04-24 22:46:16 +03:00
} ,
2018-04-24 18:03:40 +03:00
{
"name" : "nimpb" ,
"url" : "https://github.com/oswjk/nimpb" ,
"method" : "git" ,
"tags" : [
"serialization" ,
"protocol-buffers" ,
"protobuf" ,
"library"
] ,
"description" : "A Protocol Buffers library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/oswjk/nimpb"
} ,
{
"name" : "nimpb_protoc" ,
"url" : "https://github.com/oswjk/nimpb_protoc" ,
"method" : "git" ,
"tags" : [
"serialization" ,
"protocol-buffers" ,
2018-04-24 18:14:06 +03:00
"protobuf"
2018-04-24 18:03:40 +03:00
] ,
"description" : "Protocol Buffers compiler support package for nimpb" ,
"license" : "MIT" ,
"web" : "https://github.com/oswjk/nimpb_protoc"
2018-04-25 19:10:27 -03:00
} ,
{
"name" : "strunicode" ,
"url" : "https://github.com/nitely/nim-strunicode" ,
"method" : "git" ,
"tags" : [
"string" ,
"unicode" ,
"grapheme"
] ,
"description" : "Swift-like unicode string handling" ,
"license" : "MIT" ,
"web" : "https://github.com/nitely/nim-strunicode"
2018-04-26 15:12:20 -05:00
} ,
{
"name" : "turn_based_game" ,
"url" : "https://github.com/JohnAD/turn_based_game" ,
"method" : "git" ,
"tags" : [
"rules-engine" ,
"game" ,
"turn-based"
] ,
"description" : "Game rules engine for simulating or playing turn-based games" ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/turn_based_game/wiki"
2018-05-03 07:12:40 -03:00
} ,
2018-05-20 17:29:29 -05:00
{
"name" : "negamax" ,
"url" : "https://github.com/JohnAD/negamax" ,
"method" : "git" ,
"tags" : [
"negamax" ,
"minimax" ,
"game" ,
"ai" ,
"turn-based"
] ,
"description" : "Negamax AI search-tree algorithm for two player games" ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/negamax"
} ,
2018-05-03 07:12:40 -03:00
{
"name" : "translation" ,
"url" : "https://github.com/juancarlospaco/nim-tinyslation" ,
"method" : "git" ,
"tags" : [
"translation" ,
"tinyslation" ,
"api" ,
"strings" ,
"minimalism"
] ,
"description" : "Text string translation from free online crowdsourced API. Tinyslation a tiny translation." ,
"license" : "LGPLv3" ,
"web" : "https://github.com/juancarlospaco/nim-tinyslation"
2018-05-04 00:40:08 -03:00
} ,
2018-05-04 19:04:15 +02:00
{
"name" : "magic" ,
"url" : "https://github.com/xmonader/nim-magic" ,
"method" : "git" ,
"tags" : [
"libmagic" ,
"magic" ,
"guessfile"
] ,
"description" : "libmagic for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/xmonader/nim-magic"
} ,
2018-05-04 19:02:18 +02:00
{
"name" : "configparser" ,
"url" : "https://github.com/xmonader/nim-configparser" ,
"method" : "git" ,
"tags" : [
"configparser" ,
"ini" ,
"parser"
] ,
"description" : "pure Ini configurations parser" ,
"license" : "MIT" ,
"web" : "https://github.com/xmonader/nim-configparser"
} ,
2018-05-04 00:40:08 -03:00
{
"name" : "random_font_color" ,
"url" : "https://github.com/juancarlospaco/nim-random-font-color" ,
"method" : "git" ,
"tags" : [
"fonts" ,
"colors" ,
"pastel" ,
"design" ,
"random"
] ,
"description" : "Random curated Fonts and pastel Colors for your UI/UX design, design for non-designers." ,
"license" : "LGPLv3" ,
"web" : "https://github.com/juancarlospaco/nim-random-font-color"
2018-05-04 21:32:01 -03:00
} ,
{
"name" : "bytes2human" ,
"url" : "https://github.com/juancarlospaco/nim-bytes2human" ,
"method" : "git" ,
"tags" : [
"bytes" ,
"human" ,
"minimalism" ,
"size"
] ,
"description" : "Convert bytes to kilobytes, megabytes, gigabytes, etc." ,
"license" : "LGPLv3" ,
"web" : "https://github.com/juancarlospaco/nim-bytes2human"
2018-05-06 08:04:48 -03:00
} ,
2018-05-06 21:53:28 +02:00
{
"name" : "nimhttpd" ,
"url" : "https://github.com/h3rald/nimhttpd" ,
"method" : "git" ,
"tags" : [
"web-server" ,
"static-file-server" ,
"server" ,
"http"
] ,
"description" : "A tiny static file web server." ,
"license" : "MIT" ,
"web" : "https://github.com/h3rald/nimhttpd"
} ,
2018-05-06 08:04:48 -03:00
{
"name" : "crc32" ,
"url" : "https://github.com/juancarlospaco/nim-crc32" ,
"method" : "git" ,
"tags" : [
"crc32" ,
"checksum" ,
"minimalism"
] ,
"description" : "CRC32, 2 proc, copied from RosettaCode." ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-crc32"
2018-05-06 14:39:02 +01:00
} ,
{
"name" : "httpbeast" ,
"url" : "https://github.com/dom96/httpbeast" ,
"method" : "git" ,
"tags" : [
"http" ,
"server" ,
"parallel" ,
"linux" ,
"unix"
] ,
"description" : "A performant and scalable HTTP server." ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/httpbeast"
2018-05-07 16:25:06 +01:00
} ,
2018-05-08 19:56:09 -03:00
{
"name" : "datetime2human" ,
"url" : "https://github.com/juancarlospaco/nim-datetime2human" ,
"method" : "git" ,
"tags" : [
"date" ,
"time" ,
"datetime" ,
"ISO-8601" ,
"human" ,
"minimalism"
] ,
"description" : "Human friendly DateTime string representations, seconds to millenniums." ,
"license" : "LGPLv3" ,
"web" : "https://github.com/juancarlospaco/nim-datetime2human"
} ,
2018-05-07 16:25:06 +01:00
{
"name" : "sass" ,
"url" : "https://github.com/dom96/sass" ,
"method" : "git" ,
"tags" : [
"css" ,
"compiler" ,
"wrapper" ,
"library" ,
"scss" ,
"web"
] ,
"description" : "A wrapper for the libsass library." ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/sass"
2018-05-08 01:29:22 -03:00
} ,
{
"name" : "osutil" ,
"url" : "https://github.com/juancarlospaco/nim-osutil" ,
"method" : "git" ,
"tags" : [
"utils" ,
"helpers" ,
"minimalism" ,
"process" ,
"mobile" ,
"battery"
] ,
"description" : "OS Utils for Nim, simple tiny but useful procs for OS. Turn Display OFF and set Process Name." ,
"license" : "LGPLv3" ,
"web" : "https://github.com/juancarlospaco/nim-osutil"
2018-05-11 23:38:29 +02:00
} ,
{
"name" : "binance" ,
"url" : "https://github.com/Imperator26/binance" ,
"method" : "git" ,
"tags" : [
"library" ,
"api" ,
"binance"
] ,
"description" : "A Nim library to access the Binance API." ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/Imperator26/binance"
2018-05-12 20:46:48 +04:00
} ,
{
"name" : "jdec" ,
"tags" : [
"json" ,
"marshal" ,
"helper" ,
"utils"
] ,
"method" : "git" ,
"license" : "MIT" ,
"web" : "https://github.com/diegogub/jdec" ,
"url" : "https://github.com/diegogub/jdec" ,
"description" : "Flexible JSON manshal/unmarshal library for nim"
2018-05-13 01:42:16 +03:00
} ,
{
"name" : "nimsnappyc" ,
2018-05-25 15:15:39 +03:00
"url" : "https://github.com/NimCompression/nimsnappyc" ,
2018-05-13 01:42:16 +03:00
"method" : "git" ,
"tags" : [
"snappy" ,
"compression" ,
"wrapper" ,
"library"
] ,
"description" : "Wrapper for the Snappy-C compression library" ,
"license" : "MIT" ,
2018-05-25 15:15:39 +03:00
"web" : "https://github.com/NimCompression/nimsnappyc"
2018-05-13 19:48:37 +02:00
} ,
{
"name" : "websitecreator" ,
2018-07-01 14:36:55 +02:00
"alias" : "nimwc"
} ,
{
"name" : "nimwc" ,
2018-05-13 19:48:37 +02:00
"url" : "https://github.com/ThomasTJdev/nim_websitecreator" ,
"method" : "git" ,
"tags" : [
"website" ,
"webpage" ,
"blog" ,
"binary"
] ,
"description" : "A website management tool. Run the file and access your webpage." ,
2019-03-09 05:34:07 +01:00
"license" : "PPL" ,
2018-05-13 19:48:37 +02:00
"web" : "https://nimwc.org/"
2018-05-15 12:33:53 -05:00
} ,
2018-05-16 11:44:36 +02:00
{
"name" : "shaname" ,
"url" : "https://github.com/Torro/nimble-packages?subdir=shaname" ,
"method" : "git" ,
"tags" : [
"sha1" ,
2018-10-27 19:00:46 +02:00
"command-line" ,
2018-05-16 11:44:36 +02:00
"utilities"
] ,
"description" : "Rename files to their sha1sums" ,
"license" : "BSD" ,
2018-05-16 12:02:32 +02:00
"web" : "https://github.com/Torro/nimble-packages/tree/master/shaname"
2018-05-16 11:44:36 +02:00
} ,
2018-05-15 12:33:53 -05:00
{
"name" : "about" ,
"url" : "https://github.com/aleandros/about" ,
"method" : "git" ,
"tags" : [
"cli" ,
"tool"
] ,
"description" : "Executable for finding information about programs in PATH" ,
"license" : "MIT" ,
"web" : "https://github.com/aleandros/about"
2018-05-18 01:15:13 -07:00
} ,
{
"name" : "findtests" ,
"url" : "https://github.com/jackvandrunen/findtests" ,
"method" : "git" ,
"tags" : [
"test" ,
"tests" ,
2020-02-24 15:03:15 +02:00
"unit-testing"
2018-05-18 01:15:13 -07:00
] ,
"description" : "A helper module for writing unit tests in Nim with nake or similar build system." ,
"license" : "ISC" ,
"web" : "https://github.com/jackvandrunen/findtests"
2018-05-20 23:07:39 -05:00
} ,
2018-05-22 01:35:06 +02:00
{
"name" : "packedjson" ,
"url" : "https://github.com/Araq/packedjson" ,
"method" : "git" ,
"tags" : [
"json"
] ,
"description" : "packedjson is an alternative Nim implementation for JSON. The JSON is essentially kept as a single string in order to save memory over a more traditional tree representation." ,
"license" : "MIT" ,
"web" : "https://github.com/Araq/packedjson"
} ,
2018-05-21 16:33:38 -07:00
{
"name" : "unicode_numbers" ,
"url" : "https://github.com/Aearnus/unicode_numbers" ,
"method" : "git" ,
"tags" : [
"library" ,
"string" ,
"format" ,
"unicode"
] ,
"description" : "Converts a number into a specially formatted Unicode string" ,
"license" : "MIT" ,
"web" : "https://github.com/Aearnus/unicode_numbers"
} ,
2018-05-20 23:07:39 -05:00
{
"name" : "glob" ,
2022-02-14 01:07:26 -06:00
"url" : "https://github.com/haltcase/glob" ,
2018-05-20 23:07:39 -05:00
"method" : "git" ,
"tags" : [
"glob" ,
"pattern" ,
"match" ,
"walk" ,
"filesystem" ,
"pure"
] ,
"description" : "Pure library for matching file paths against Unix style glob patterns." ,
"license" : "MIT" ,
2022-02-14 01:07:26 -06:00
"web" : "https://github.com/haltcase/glob"
2018-05-23 11:59:46 +02:00
} ,
{
"name" : "lda" ,
2021-01-21 13:28:53 +01:00
"url" : "https://github.com/andreaferretti/lda" ,
2018-05-23 11:59:46 +02:00
"method" : "git" ,
"tags" : [
"LDA" ,
"topic-modeling" ,
"text-clustering" ,
"NLP"
] ,
"description" : "Latent Dirichlet Allocation" ,
"license" : "Apache License 2.0" ,
2021-01-21 13:28:53 +01:00
"web" : "https://github.com/andreaferretti/lda"
2018-05-23 09:48:12 -05:00
} ,
{
"name" : "mdevolve" ,
"url" : "https://github.com/jxy/MDevolve" ,
"method" : "git" ,
"tags" : [
"MD" ,
"integrator" ,
"numerical" ,
"evolution"
] ,
"description" : "Integrator framework for Molecular Dynamic evolutions" ,
"license" : "MIT" ,
"web" : "https://github.com/jxy/MDevolve"
2018-05-29 07:27:03 +02:00
} ,
2018-05-30 14:18:30 +02:00
{
"name" : "sctp" ,
"url" : "https://github.com/metacontainer/sctp.nim" ,
"method" : "git" ,
"tags" : [
"sctp" ,
"networking" ,
"userspace"
] ,
"description" : "Userspace SCTP bindings" ,
"license" : "BSD" ,
"web" : "https://github.com/metacontainer/sctp.nim"
} ,
{
"name" : "sodium" ,
"url" : "https://github.com/zielmicha/libsodium.nim" ,
"method" : "git" ,
"tags" : [
"crypto" ,
"security" ,
"sodium"
] ,
"description" : "High-level libsodium bindings" ,
"license" : "MIT" ,
"web" : "https://github.com/zielmicha/libsodium.nim"
} ,
2018-05-29 07:27:03 +02:00
{
"name" : "db_clickhouse" ,
"url" : "https://github.com/leonardoce/nim-clickhouse" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"database" ,
"clickhouse"
] ,
"description" : "ClickHouse Nim interface" ,
"license" : "MIT" ,
"web" : "https://github.com/leonardoce/nim-clickhouse"
2018-05-30 13:20:07 -03:00
} ,
2018-05-30 16:54:07 -05:00
{
"name" : "webterminal" ,
"url" : "https://github.com/JohnAD/webterminal" ,
"method" : "git" ,
"tags" : [
"javascript" ,
"terminal" ,
"tty"
] ,
"description" : "Very simple browser Javascript TTY web terminal" ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/webterminal"
} ,
2018-05-30 13:20:07 -03:00
{
"name" : "hpack" ,
"url" : "https://github.com/nitely/nim-hpack" ,
"method" : "git" ,
"tags" : [
"http2" ,
"hpack"
] ,
"description" : "HPACK (Header Compression for HTTP/2)" ,
"license" : "MIT" ,
"web" : "https://github.com/nitely/nim-hpack"
2018-06-06 11:43:23 -04:00
} ,
{
"name" : "cobs" ,
"url" : "https://github.com/keyme/nim_cobs" ,
"method" : "git" ,
"tags" : [
"serialization" ,
"encoding" ,
"wireline" ,
"framing" ,
"cobs"
] ,
"description" : "Consistent Overhead Byte Stuffing for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/keyme/nim_cobs"
2018-06-06 15:44:15 -04:00
} ,
{
"name" : "bitvec" ,
"url" : "https://github.com/keyme/nim_bitvec" ,
"method" : "git" ,
"tags" : [
"serialization" ,
"encoding" ,
"wireline"
] ,
"description" : "Extensible bit vector integer encoding library" ,
"license" : "MIT" ,
"web" : "https://github.com/keyme/nim_bitvec"
2018-06-11 00:59:47 +12:00
} ,
{
"name" : "nimsvg" ,
"url" : "https://github.com/bluenote10/NimSvg" ,
"method" : "git" ,
"tags" : [
"svg"
] ,
"description" : "Nim-based DSL allowing to generate SVG files and GIF animations." ,
"license" : "MIT" ,
"web" : "https://github.com/bluenote10/NimSvg"
2018-06-10 22:30:32 +01:00
} ,
2018-06-10 22:31:34 +01:00
{
2018-06-10 22:30:32 +01:00
"name" : "validation" ,
"url" : "https://github.com/captainbland/nim-validation" ,
"method" : "git" ,
"tags" : [
"validation" ,
"library"
] ,
"description" : "Nim object validation using type field pragmas" ,
"license" : "GPLv3" ,
"web" : "https://github.com/captainbland/nim-validation"
2018-06-16 17:37:04 +01:00
} ,
2018-06-11 10:17:04 -07:00
{
"name" : "nimgraphviz" ,
2021-09-04 23:03:00 -07:00
"url" : "https://github.com/Aveheuzed/nimgraphviz" ,
2018-06-11 10:17:04 -07:00
"method" : "git" ,
"tags" : [
"graph" ,
"viz" ,
"graphviz" ,
"dot" ,
"pygraphviz"
] ,
"description" : "Nim bindings for the GraphViz tool and the DOT graph language" ,
"license" : "MIT" ,
2021-09-04 23:03:00 -07:00
"web" : "https://github.com/Aveheuzed/nimgraphviz"
2018-06-14 13:01:34 +05:30
} ,
2018-07-04 07:20:21 -03:00
{
"name" : "fab" ,
"url" : "https://github.com/icyphox/fab" ,
"method" : "git" ,
"tags" : [
"colors" ,
"terminal" ,
"formatting" ,
"text" ,
"fun"
] ,
"description" : "Print fabulously in your terminal" ,
"license" : "MIT" ,
"web" : "https://github.com/icyphox/fab"
} ,
{
"name" : "kdialog" ,
"url" : "https://github.com/juancarlospaco/nim-kdialog" ,
"method" : "git" ,
"tags" : [
"kdialog" ,
"qt5" ,
"kde" ,
"gui" ,
"easy" ,
"qt"
] ,
"description" : "KDialog Qt5 Wrapper, easy API, KISS design" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/juancarlospaco/nim-kdialog"
} ,
2018-07-04 05:19:27 -05:00
{
"name" : "nim7z" ,
"url" : "https://github.com/genotrance/nim7z" ,
"method" : "git" ,
"tags" : [
"7zip" ,
"7z" ,
"extract" ,
"archive"
] ,
"description" : "7z extraction for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nim7z"
} ,
{
"name" : "nimarchive" ,
"url" : "https://github.com/genotrance/nimarchive" ,
"method" : "git" ,
"tags" : [
"7z" ,
"zip" ,
"tar" ,
"rar" ,
"gz" ,
"libarchive" ,
"compress" ,
"extract" ,
"archive"
] ,
"description" : "libarchive wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimarchive"
} ,
{
"name" : "nimpcre" ,
"url" : "https://github.com/genotrance/nimpcre" ,
"method" : "git" ,
"tags" : [
"pcre" ,
"regex"
] ,
"description" : "PCRE wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimpcre"
} ,
{
"name" : "nimdeps" ,
"url" : "https://github.com/genotrance/nimdeps" ,
"method" : "git" ,
"tags" : [
"dependency" ,
"bundle" ,
"installer" ,
"package"
] ,
"description" : "Nim library to bundle dependency files into executable" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimdeps"
} ,
2018-06-28 09:21:14 -04:00
{
"name" : "intel_hex" ,
"url" : "https://github.com/keyme/nim_intel_hex" ,
"method" : "git" ,
"tags" : [
"utils" ,
"parsing" ,
"hex"
] ,
"description" : "Intel hex file utility library" ,
"license" : "MIT" ,
"web" : "https://github.com/keyme/nim_intel_hex"
2018-06-29 13:25:55 +02:00
} ,
{
"name" : "nimha" ,
"url" : "https://github.com/ThomasTJdev/nim_homeassistant" ,
"method" : "git" ,
"tags" : [
"smarthome" ,
"automation" ,
"mqtt" ,
"xiaomi"
] ,
"description" : "Nim Home Assistant (NimHA) is a hub for combining multiple home automation devices and automating jobs" ,
"license" : "GPLv3" ,
"web" : "https://github.com/ThomasTJdev/nim_homeassistant"
2018-07-06 14:32:38 +10:00
} ,
{
"name" : "fmod" ,
"url" : "https://github.com/johnnovak/nim-fmod" ,
"method" : "git" ,
"tags" : [
"library" ,
"fmod" ,
"audio" ,
"game" ,
"sound"
] ,
"description" : "Nim wrapper for the FMOD Low Level C API" ,
"license" : "MIT" ,
"web" : "https://github.com/johnnovak/nim-fmod"
2018-07-07 20:57:34 -05:00
} ,
2018-07-08 11:21:07 -05:00
{
"name" : "figures" ,
2018-11-06 13:46:20 -06:00
"url" : "https://github.com/lmariscal/figures" ,
2018-07-08 11:21:07 -05:00
"method" : "git" ,
"tags" : [
"unicode" ,
"cli" ,
"figures"
] ,
"description" : "unicode symbols" ,
"license" : "MIT" ,
2018-11-06 13:46:20 -06:00
"web" : "https://github.com/lmariscal/figures"
2018-07-08 11:21:07 -05:00
} ,
2018-07-07 20:57:34 -05:00
{
"name" : "ur" ,
"url" : "https://github.com/JohnAD/ur" ,
"method" : "git" ,
"tags" : [
"library" ,
"universal" ,
"result" ,
"return"
] ,
"description" : "A Universal Result macro/object that normalizes the information returned from a procedure" ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/ur" ,
"doc" : "https://github.com/JohnAD/ur/blob/master/docs/ur.rst"
2018-07-10 04:30:38 -05:00
} ,
{
"name" : "blosc" ,
2020-11-26 09:14:28 +01:00
"url" : "https://github.com/Vindaar/nblosc" ,
2018-07-10 04:30:38 -05:00
"method" : "git" ,
"tags" : [
"blosc" ,
"wrapper" ,
"compression"
] ,
"description" : "Bit Shuffling Block Compressor (C-Blosc)" ,
"license" : "BSD" ,
2020-11-26 09:14:28 +01:00
"web" : "https://github.com/Vindaar/nblosc"
2018-07-11 12:00:23 -07:00
} ,
2018-07-12 05:43:30 -05:00
{
"name" : "fltk" ,
"url" : "https://github.com/Skrylar/nfltk" ,
"method" : "git" ,
"tags" : [
"gui" ,
"fltk" ,
"wrapper" ,
"c++"
] ,
"description" : "The Fast-Light Tool Kit" ,
"license" : "LGPL" ,
"web" : "https://github.com/Skrylar/nfltk"
} ,
2018-07-11 12:00:23 -07:00
{
"name" : "nim_cexc" ,
"url" : "https://github.com/metasyn/nim-cexc-splunk" ,
"method" : "git" ,
"tags" : [
"splunk" ,
"command" ,
"cexc" ,
"chunked"
] ,
"description" : "A simple chunked external protocol interface for Splunk custom search commands." ,
"license" : "Apache2" ,
"web" : "https://github.com/metasyn/nim-cexc-splunk"
2018-07-13 00:44:43 -05:00
} ,
{
"name" : "nimclipboard" ,
"url" : "https://github.com/genotrance/nimclipboard" ,
"method" : "git" ,
"tags" : [
"clipboard" ,
"wrapper" ,
"clip" ,
"copy" ,
"paste" ,
"nimgen"
] ,
"description" : "Nim wrapper for libclipboard" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimclipboard"
2018-07-14 05:12:01 +02:00
} ,
2018-07-14 17:14:35 -05:00
{
"name" : "skinterpolate" ,
"url" : "https://github.com/Skrylar/skInterpolate" ,
"method" : "git" ,
"tags" : [
"interpolation" ,
"animation"
] ,
"description" : "Interpolation routines for data and animation." ,
"license" : "MIT" ,
"web" : "https://github.com/Skrylar/skInterpolate"
} ,
2018-07-14 05:12:01 +02:00
{
"name" : "nimspice" ,
"url" : "https://github.com/CodeDoes/nimspice" ,
"method" : "git" ,
"tags" : [
"macro" ,
"template" ,
"class" ,
"collection"
] ,
"description" : "A bunch of macros. sugar if you would" ,
"license" : "MIT" ,
"web" : "https://github.com/CodeDoes/nimspice"
2018-07-14 08:15:37 -05:00
} ,
{
"name" : "BN" ,
2019-01-20 23:52:40 -06:00
"url" : "https://github.com/MerosCrypto/BN" ,
2018-07-14 08:15:37 -05:00
"method" : "git" ,
"tags" : [
"bignumber" ,
"multiprecision" ,
"imath"
] ,
"description" : "A Nim Wrapper of the imath BigNumber library." ,
"license" : "MIT"
2018-07-16 16:05:21 -04:00
} ,
{
"name" : "nimbioseq" ,
"url" : "https://github.com/jhbadger/nimbioseq" ,
"method" : "git" ,
"tags" : [
"bioinformatics" ,
"fasta" ,
"fastq"
] ,
"description" : "Nim Library for sequence (protein/nucleotide) bioinformatics" ,
"license" : "BSD-3" ,
"web" : "https://github.com/jhbadger/nimbioseq"
2018-07-18 15:22:27 +07:00
} ,
{
"name" : "subhook" ,
"url" : "https://github.com/ba0f3/subhook.nim" ,
"method" : "git" ,
"tags" : [
"hook" ,
"hooking" ,
"subhook" ,
"x86" ,
"windows" ,
"linux" ,
2018-11-01 16:59:43 -03:00
"unix"
2018-07-18 15:22:27 +07:00
] ,
"description" : "subhook wrapper" ,
"license" : "BSD2" ,
"web" : "https://github.com/ba0f3/subhook.nim"
2018-07-19 00:31:48 +07:00
} ,
{
"name" : "timecop" ,
"url" : "https://github.com/ba0f3/timecop.nim" ,
"method" : "git" ,
"tags" : [
"time" ,
"travel" ,
"timecop"
] ,
"description" : "Time travelling for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/timecop.nim"
2018-07-20 10:34:47 -03:00
} ,
{
"name" : "openexchangerates" ,
"url" : "https://github.com/juancarlospaco/nim-openexchangerates" ,
"method" : "git" ,
"tags" : [
"money" ,
"exchange" ,
"openexchangerates" ,
"bitcoin" ,
"gold" ,
"dollar" ,
"euro" ,
"prices"
] ,
"description" : "OpenExchangeRates API Client for Nim. Works with/without SSL. Partially works with/without Free API Key." ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-openexchangerates"
2018-07-23 14:07:52 +02:00
} ,
{
"name" : "clr" ,
"url" : "https://github.com/Calinou/clr" ,
"method" : "git" ,
"tags" : [
2018-10-27 19:00:46 +02:00
"command-line" ,
2018-07-23 14:07:52 +02:00
"color" ,
"rgb" ,
"hsl" ,
"hsv"
] ,
"description" : "Get information about colors and convert them in the command line" ,
"license" : "MIT" ,
"web" : "https://github.com/Calinou/clr"
2018-07-26 08:44:35 +02:00
} ,
2018-07-28 04:29:08 -07:00
{
"name" : "duktape" ,
"url" : "https://github.com/manguluka/duktape-nim" ,
"method" : "git" ,
"tags" : [
"js" ,
"javascript" ,
"scripting" ,
"language" ,
"interpreter"
] ,
"description" : "wrapper for the Duktape embeddable Javascript engine" ,
"license" : "MIT" ,
"web" : "https://github.com/manguluka/duktape-nim"
} ,
2018-07-26 08:44:35 +02:00
{
"name" : "polypbren" ,
"url" : "https://github.com/guibar64/polypbren" ,
"method" : "git" ,
"tags" : [
"science" ,
"equation"
] ,
"description" : "Renormalization of colloidal charges of polydipserse dispersions using the Poisson-Boltzmann equation" ,
"license" : "MIT" ,
"web" : "https://github.com/guibar64/polypbren"
2018-07-26 10:49:19 +01:00
} ,
2018-07-25 20:37:40 +01:00
{
"name" : "spdx_licenses" ,
"url" : "https://github.com/euantorano/spdx_licenses.nim" ,
"method" : "git" ,
"tags" : [
"spdx" ,
"license"
] ,
"description" : "A library to retrieve the list of commonly used licenses from the SPDX License List." ,
"license" : "BSD3" ,
"web" : "https://github.com/euantorano/spdx_licenses.nim"
2018-07-30 22:23:28 +01:00
} ,
{
"name" : "texttospeech" ,
"url" : "https://github.com/dom96/texttospeech" ,
"method" : "git" ,
"tags" : [
"tts" ,
"text-to-speech" ,
"google-cloud" ,
"gcloud" ,
"api"
] ,
"description" : "A client for the Google Cloud Text to Speech API." ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/texttospeech"
2018-08-04 09:19:51 +00:00
} ,
{
"name" : "nim_tiled" ,
"url" : "https://github.com/SkyVault/nim-tiled" ,
"method" : "git" ,
"tags" : [
"tiled" ,
"gamedev" ,
"tmx" ,
"indie"
] ,
"description" : "Tiled map loader for the Nim programming language" ,
"license" : "MIT" ,
"web" : "https://github.com/SkyVault/nim-tiled"
2018-08-06 18:51:42 +09:00
} ,
{
"name" : "fragments" ,
"url" : "https://github.com/fragcolor-xyz/fragments" ,
"method" : "git" ,
"tags" : [
"ffi" ,
"math" ,
"threading" ,
"dsl" ,
"memory" ,
"serialization" ,
"cpp" ,
"utilities"
] ,
"description" : "Our very personal collection of utilities" ,
"license" : "MIT" ,
"web" : "https://github.com/fragcolor-xyz/fragments"
2018-08-06 10:07:15 -03:00
} ,
2019-01-22 14:58:26 +09:00
{
"name" : "nimline" ,
"url" : "https://github.com/fragcolor-xyz/nimline" ,
"method" : "git" ,
"tags" : [
"c" ,
"c++" ,
"interop" ,
"ffi" ,
"wrappers"
] ,
"description" : "Wrapper-less C/C++ interop for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/fragcolor-xyz/nimline"
} ,
2018-08-06 10:07:15 -03:00
{
"name" : "nim_telegram_bot" ,
"url" : "https://github.com/juancarlospaco/nim-telegram-bot" ,
"method" : "git" ,
"tags" : [
"telegram" ,
"bot" ,
"telebot" ,
"async" ,
"multipurpose" ,
"chat"
] ,
"description" : "Generic Configurable Telegram Bot for Nim, with builtin basic functionality and Plugins" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-telegram-bot"
2018-08-08 09:46:20 +02:00
} ,
{
"name" : "xiaomi" ,
"url" : "https://github.com/ThomasTJdev/nim_xiaomi.git" ,
"method" : "git" ,
"tags" : [
"xiaomi" ,
"iot"
] ,
"description" : "Read and write to Xiaomi IOT devices." ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_xiaomi"
2018-08-08 16:38:04 -05:00
} ,
{
"name" : "vecio" ,
"url" : "https://github.com/emekoi/vecio.nim" ,
"method" : "git" ,
"tags" : [
"writev" ,
"readv" ,
"scatter" ,
"gather" ,
"vectored" ,
"vector" ,
"io" ,
"networking"
] ,
"description" : "vectored io for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/emekoi/vecio.nim"
2018-08-10 20:34:03 -03:00
} ,
2018-08-14 19:09:08 +09:00
{
"name" : "nmiline" ,
"url" : "https://github.com/mzteruru52/NmiLine" ,
"method" : "git" ,
"tags" : [
"graph"
] ,
"description" : "Plotting tool using NiGui" ,
"license" : "MIT" ,
"web" : "https://github.com/mzteruru52/NmiLine"
} ,
2018-08-10 20:34:03 -03:00
{
"name" : "c_alikes" ,
"url" : "https://github.com/ReneSac/c_alikes" ,
"method" : "git" ,
"tags" : [
"library" ,
"bitwise" ,
"bitops" ,
"pointers" ,
"shallowCopy" ,
"C"
] ,
"description" : "Operators, commands and functions more c-like, plus a few other utilities" ,
"license" : "MIT" ,
"web" : "https://github.com/ReneSac/c_alikes"
2018-08-13 15:43:41 -03:00
} ,
2018-08-17 07:14:33 -03:00
{
"name" : "memviews" ,
"url" : "https://github.com/ReneSac/memviews" ,
"method" : "git" ,
"tags" : [
"library" ,
"slice" ,
"slicing" ,
"shallow" ,
"array" ,
"vector"
] ,
"description" : "Unsafe in-place slicing" ,
"license" : "MIT" ,
"web" : "https://github.com/ReneSac/memviews"
} ,
2018-08-13 15:43:41 -03:00
{
"name" : "espeak" ,
"url" : "https://github.com/juancarlospaco/nim-espeak" ,
"method" : "git" ,
"tags" : [
"espeak" ,
"voice" ,
"texttospeech"
] ,
"description" : "Nim Espeak NG wrapper, for super easy Voice and Text-To-Speech" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-espeak"
2018-08-14 03:10:34 -07:00
} ,
2018-08-14 18:18:01 +08:00
{
"name" : "wstp" ,
"url" : "https://github.com/oskca/nim-wstp" ,
"method" : "git" ,
"tags" : [
"wolfram" ,
"mathematica" ,
"bindings" ,
"wstp"
] ,
"description" : "Nim bindings for WSTP" ,
"license" : "MIT" ,
"web" : "https://github.com/oskca/nim-wstp"
} ,
2018-08-14 17:15:19 +07:00
{
"name" : "uibuilder" ,
"url" : "https://github.com/ba0f3/uibuilder.nim" ,
"method" : "git" ,
"tags" : [
"ui" ,
"builder" ,
"libui" ,
"designer" ,
"gtk" ,
"gnome" ,
"glade" ,
"interface" ,
"gui" ,
"linux" ,
"windows" ,
"osx" ,
"mac" ,
"native" ,
"generator"
] ,
"description" : "UI building with Gnome's Glade" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/uibuilder.nim"
} ,
2018-08-14 07:12:09 -03:00
{
"name" : "webp" ,
"url" : "https://github.com/juancarlospaco/nim-webp" ,
"method" : "git" ,
"tags" : [
"webp"
] ,
"description" : "WebP Tools wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-webp"
} ,
2018-08-14 03:10:34 -07:00
{
"name" : "print" ,
2020-01-16 22:11:16 -08:00
"url" : "https://github.com/treeform/print" ,
2018-08-14 03:10:34 -07:00
"method" : "git" ,
"tags" : [
"pretty"
] ,
"description" : "Print is a set of pretty print macros, useful for print-debugging." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/print"
} ,
{
"name" : "vmath" ,
2020-01-16 22:11:16 -08:00
"url" : "https://github.com/treeform/vmath" ,
2018-08-14 03:10:34 -07:00
"method" : "git" ,
"tags" : [
"math" ,
"graphics" ,
"2d" ,
"3d"
] ,
"description" : "Collection of math routines for 2d and 3d graphics." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/vmath"
} ,
{
"name" : "flippy" ,
2020-01-16 22:11:16 -08:00
"url" : "https://github.com/treeform/flippy" ,
2018-08-14 03:10:34 -07:00
"method" : "git" ,
"tags" : [
"image" ,
"graphics" ,
"2d"
] ,
"description" : "Flippy is a simple 2d image and drawing library." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/flippy"
} ,
{
"name" : "typography" ,
2020-01-16 22:11:16 -08:00
"url" : "https://github.com/treeform/typography" ,
2018-08-14 03:10:34 -07:00
"method" : "git" ,
"tags" : [
"font" ,
"text" ,
"2d"
] ,
"description" : "Fonts, Typesetting and Rasterization." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/typography"
2018-08-15 18:20:22 +02:00
} ,
2020-11-07 02:16:07 -08:00
{
"name" : "bumpy" ,
"url" : "https://github.com/treeform/bumpy" ,
"method" : "git" ,
"tags" : [
"2d" ,
"collision"
] ,
"description" : "2d collision library for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/bumpy"
} ,
2021-02-19 13:33:05 -08:00
{
"name" : "spacy" ,
"url" : "https://github.com/treeform/spacy" ,
"method" : "git" ,
"tags" : [
"2d" ,
"collision" ,
"quadtree" ,
"kdtree" ,
"partition"
] ,
"description" : "Spatial data structures for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/spacy"
} ,
2020-11-07 02:16:07 -08:00
{
"name" : "urlly" ,
"url" : "https://github.com/treeform/urlly" ,
"method" : "git" ,
"tags" : [
"url" ,
"uri"
] ,
"description" : "URL and URI parsing for C and JS backend." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/urlly"
} ,
2020-11-21 23:22:48 -08:00
{
"name" : "pixie" ,
"url" : "https://github.com/treeform/pixie" ,
"method" : "git" ,
"tags" : [
"images" ,
"paths" ,
"stroke" ,
"fill" ,
"vector" ,
"raster" ,
"png" ,
"bmp" ,
2021-06-02 23:25:46 -07:00
"jpg" ,
"graphics" ,
"2D" ,
"svg" ,
"font" ,
"opentype" ,
"truetype" ,
"text"
2020-11-21 23:22:48 -08:00
] ,
"description" : "Full-featured 2d graphics library for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/pixie"
} ,
2020-12-03 12:20:28 -08:00
{
"name" : "jsony" ,
"url" : "https://github.com/treeform/jsony" ,
"method" : "git" ,
"tags" : [
"json"
] ,
"description" : "A loose, direct to object json parser with hooks." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/jsony"
} ,
2021-02-04 13:24:48 -08:00
{
"name" : "dumpincludes" ,
"url" : "https://github.com/treeform/dumpincludes" ,
"method" : "git" ,
"tags" : [
"imports" ,
"includes" ,
"perf" ,
"exe"
] ,
"description" : "See where your exe size comes from." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/dumpincludes"
} ,
2021-02-04 09:20:51 -08:00
{
"name" : "benchy" ,
"url" : "https://github.com/treeform/benchy" ,
"method" : "git" ,
"tags" : [
"bench" ,
"benchmark" ,
"profile" ,
"runtime" ,
"profiling" ,
"performance" ,
"speed"
] ,
"description" : "Simple benchmarking to time your code." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/benchy"
} ,
2021-03-02 09:56:50 -08:00
{
"name" : "puppy" ,
"url" : "https://github.com/treeform/puppy" ,
"method" : "git" ,
"tags" : [
"fetch" ,
"http" ,
"https" ,
"url" ,
"curl" ,
"tls" ,
"ssl" ,
"web" ,
"download"
] ,
"description" : "Fetch url resources via HTTP and HTTPS." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/puppy"
} ,
2021-07-13 22:35:33 -07:00
{
"name" : "globby" ,
"url" : "https://github.com/treeform/globby" ,
"method" : "git" ,
"tags" : [
"glob"
] ,
"description" : "Glob pattern matching for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/globby"
} ,
2021-07-14 22:26:16 -07:00
{
"name" : "morepretty" ,
"url" : "https://github.com/treeform/morepretty" ,
"method" : "git" ,
"tags" : [
"nimpretty" ,
"autoformat" ,
"code"
] ,
"description" : "Morepretty - Does more than nimpretty." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/morepretty"
} ,
2021-09-29 22:59:58 -07:00
{
"name" : "shady" ,
"url" : "https://github.com/treeform/shady" ,
"method" : "git" ,
"tags" : [
"glsl" ,
"gpu" ,
"shader" ,
"opengl"
] ,
"description" : "Nim to GPU shader language compiler and supporting utilities." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/shady"
} ,
2021-09-09 21:30:12 -07:00
{
"name" : "genny" ,
"url" : "https://github.com/treeform/genny" ,
"method" : "git" ,
"tags" : [
"C" ,
"python" ,
"node.js"
] ,
"description" : "Generate a shared library and bindings for many languages." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/genny"
} ,
2021-09-29 22:51:20 -07:00
{
"name" : "hottie" ,
"url" : "https://github.com/treeform/hottie" ,
"method" : "git" ,
"tags" : [
"profile" ,
"timing" ,
"performance"
] ,
"description" : "Sampling profiler that finds hot paths in your code." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/hottie"
} ,
2021-10-08 19:19:11 -07:00
{
"name" : "boxy" ,
"url" : "https://github.com/treeform/boxy" ,
"method" : "git" ,
"tags" : [
"GPU" ,
"openGL" ,
"graphics" ,
"atlas" ,
"texture"
] ,
"description" : "2D GPU rendering with a tiling atlas." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/boxy"
} ,
2022-01-02 20:23:28 -08:00
{
"name" : "windy" ,
"url" : "https://github.com/treeform/windy" ,
"method" : "git" ,
"tags" : [
"win32" ,
"macOS" ,
"x11" ,
"wayland" ,
"openGL" ,
"graphics"
] ,
"description" : "Windowing library for Nim using OS native APIs." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/windy"
} ,
2018-08-15 18:14:40 -03:00
{
"name" : "xdo" ,
"url" : "https://github.com/juancarlospaco/nim-xdo" ,
"method" : "git" ,
"tags" : [
"automation" ,
"linux" ,
"gui" ,
"keyboard" ,
"mouse" ,
"typing" ,
"clicker"
] ,
"description" : "Nim GUI Automation Linux, simulate user interaction, mouse and keyboard." ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-xdo"
} ,
2018-08-15 18:20:22 +02:00
{
"name" : "nimblegui" ,
"url" : "https://github.com/ThomasTJdev/nim_nimble_gui" ,
"method" : "git" ,
"tags" : [
"nimble" ,
"gui" ,
"packages"
] ,
"description" : "A simple GUI front for Nimble." ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_nimble_gui"
2018-08-16 09:12:15 +07:00
} ,
{
"name" : "xml" ,
"url" : "https://github.com/ba0f3/xml.nim" ,
"method" : "git" ,
"tags" : [
"xml" ,
"parser" ,
"compile" ,
"tokenizer" ,
"html" ,
"cdata"
] ,
"description" : "Pure Nim XML parser" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/xml.nim"
2018-08-19 09:04:53 +10:00
} ,
{
"name" : "soundio" ,
"url" : "https://github.com/ul/soundio" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"binding" ,
"audio" ,
"sound" ,
"media" ,
"io"
] ,
"description" : "Bindings for libsoundio" ,
"license" : "MIT"
2018-08-20 19:06:13 -07:00
} ,
{
"name" : "miniz" ,
"url" : "https://github.com/treeform/miniz" ,
"method" : "git" ,
"tags" : [
"zlib" ,
"zip" ,
"wrapper" ,
"compression"
] ,
"description" : "Bindings for Miniz lib." ,
"license" : "MIT"
2018-08-22 09:15:49 +00:00
} ,
{
"name" : "nim_cjson" ,
"url" : "https://github.com/muxueqz/nim_cjson" ,
"method" : "git" ,
"tags" : [
"cjson" ,
"json"
] ,
"description" : "cjson wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/muxueqz/nim_cjson"
2018-08-24 04:49:05 +08:00
} ,
{
"name" : "nimobserver" ,
"url" : "https://github.com/Tangdongle/nimobserver" ,
"method" : "git" ,
"tags" : [
"observer" ,
"patterns" ,
"library"
] ,
"description" : "An implementation of the observer pattern" ,
"license" : "MIT" ,
"web" : "https://github.com/Tangdongle/nimobserver"
2018-08-25 16:39:54 -03:00
} ,
2018-08-26 12:52:54 -03:00
{
"name" : "nominatim" ,
"url" : "https://github.com/juancarlospaco/nim-nominatim" ,
"method" : "git" ,
"tags" : [
"openstreetmap" ,
"nominatim" ,
"multisync" ,
"async"
] ,
"description" : "OpenStreetMap Nominatim API Lib for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-nominatim"
} ,
2018-08-26 17:46:28 +02:00
{
"name" : "systimes" ,
"url" : "https://github.com/GULPF/systimes" ,
"method" : "git" ,
"tags" : [
"time" ,
"timezone" ,
"datetime"
] ,
"description" : "An alternative DateTime implementation" ,
"license" : "MIT" ,
"web" : "https://github.com/GULPF/systimes"
} ,
2018-08-25 16:39:54 -03:00
{
"name" : "overpass" ,
"url" : "https://github.com/juancarlospaco/nim-overpass" ,
"method" : "git" ,
"tags" : [
"openstreetmap" ,
"overpass" ,
"multisync" ,
"async"
] ,
"description" : "OpenStreetMap Overpass API Lib" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-overpass"
2018-08-27 01:59:33 +08:00
} ,
2018-08-27 10:25:33 -03:00
{
"name" : "openstreetmap" ,
"url" : "https://github.com/juancarlospaco/nim-openstreetmap" ,
"method" : "git" ,
"tags" : [
"openstreetmap" ,
"multisync" ,
"async" ,
"geo" ,
"map"
] ,
"description" : "OpenStreetMap API Lib for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-openstreetmap"
} ,
2018-08-27 01:59:33 +08:00
{
"name" : "daemonim" ,
"url" : "https://github.com/bung87/daemon" ,
"method" : "git" ,
"tags" : [
"unix" ,
"library"
] ,
"description" : "daemonizer for Unix, Linux and OS X" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/daemon"
2018-08-28 21:28:53 +08:00
} ,
2018-09-01 04:50:33 +09:00
{
"name" : "nimtorch" ,
2018-09-29 23:00:22 -07:00
"alias" : "torch"
} ,
{
"name" : "torch" ,
2018-09-01 04:50:33 +09:00
"url" : "https://github.com/fragcolor-xyz/nimtorch" ,
"method" : "git" ,
"tags" : [
"machine-learning" ,
"nn" ,
"neural" ,
"networks" ,
"cuda" ,
"wasm" ,
"pytorch" ,
"torch"
] ,
"description" : "A nim flavor of pytorch" ,
"license" : "MIT" ,
"web" : "https://github.com/fragcolor-xyz/nimtorch"
} ,
2018-08-31 16:36:54 -03:00
{
"name" : "openweathermap" ,
"url" : "https://github.com/juancarlospaco/nim-openweathermap" ,
"method" : "git" ,
"tags" : [
"OpenWeatherMap" ,
"weather" ,
"CreativeCommons" ,
"OpenData" ,
"multisync"
] ,
"description" : "OpenWeatherMap API Lib for Nim, Free world wide Creative Commons & Open Data Licensed Weather data" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-openweathermap"
} ,
2018-08-28 21:28:53 +08:00
{
"name" : "finalseg" ,
"url" : "https://github.com/bung87/finalseg" ,
"method" : "git" ,
"tags" : [
"library" ,
"chinese" ,
"words"
] ,
"description" : "jieba's finalseg port to nim" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/finalseg"
2018-08-31 23:38:26 -07:00
} ,
{
"name" : "openal" ,
"url" : "https://github.com/treeform/openal" ,
"method" : "git" ,
"tags" : [
"sound" ,
"OpenAL" ,
"wrapper"
] ,
"description" : "An OpenAL wrapper." ,
"license" : "MIT"
2018-09-02 14:05:38 -05:00
} ,
{
"name" : "ec_events" ,
2019-01-20 23:52:40 -06:00
"alias" : "mc_events"
} ,
{
"name" : "mc_events" ,
"url" : "https://github.com/MerosCrypto/mc_events" ,
2018-09-02 14:05:38 -05:00
"method" : "git" ,
"tags" : [
"events" ,
"emitter"
] ,
"description" : "Event Based Programming for Nim." ,
"license" : "MIT"
2018-09-08 21:58:07 +08:00
} ,
{
"name" : "wNim" ,
"url" : "https://github.com/khchen/wNim" ,
"method" : "git" ,
"tags" : [
"library" ,
"windows" ,
"gui" ,
"ui"
] ,
"description" : "Nim's Windows GUI Framework." ,
"license" : "MIT" ,
"web" : "https://github.com/khchen/wNim" ,
"doc" : "https://khchen.github.io/wNim/wNim.html"
2018-09-10 13:35:18 +02:00
} ,
{
"name" : "redisparser" ,
"url" : "https://github.com/xmonader/nim-redisparser" ,
"method" : "git" ,
"tags" : [
"redis" ,
"resp" ,
"parser" ,
"protocol"
] ,
"description" : "RESP(REdis Serialization Protocol) Serialization for Nim" ,
"license" : "Apache2" ,
"web" : "https://github.com/xmonader/nim-redisparser"
2018-09-11 10:21:45 +02:00
} ,
{
"name" : "redisclient" ,
"url" : "https://github.com/xmonader/nim-redisclient" ,
"method" : "git" ,
"tags" : [
"redis" ,
"client" ,
"protocol" ,
"resp"
] ,
"description" : "Redis client for Nim" ,
"license" : "Apache2" ,
"web" : "https://github.com/xmonader/nim-redisclient"
2018-09-13 15:43:33 -03:00
} ,
{
"name" : "hackpad" ,
"url" : "https://github.com/juancarlospaco/nim-hackpad" ,
"method" : "git" ,
"tags" : [
"web" ,
"jester" ,
"lan" ,
"wifi" ,
"hackathon" ,
"hackatton" ,
"pastebin" ,
"crosscompilation" ,
"teaching" ,
"zip"
] ,
"description" : "Hackathon Web Scratchpad for teaching Nim on events using Wifi with limited or no Internet" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-hackpad"
2018-09-17 19:19:19 +01:00
} ,
{
"name" : "redux_nim" ,
"url" : "https://github.com/M4RC3L05/redux-nim" ,
"method" : "git" ,
"tags" : [
2018-11-01 16:59:43 -03:00
"redux"
2018-09-17 19:19:19 +01:00
] ,
"description" : "Redux Implementation in nim" ,
"license" : "MIT" ,
"web" : "https://github.com/M4RC3L05/redux-nim"
2018-09-18 09:47:24 -03:00
} ,
2018-09-20 00:22:46 +02:00
{
"name" : "simpledecimal" ,
"url" : "https://github.com/pigmej/nim-simple-decimal" ,
"method" : "git" ,
"tags" : [
"decimal" ,
"library"
] ,
"description" : "A simple decimal library" ,
"license" : "MIT" ,
"web" : "https://github.com/pigmej/nim-simple-decimal"
} ,
2020-12-30 18:44:52 +01:00
{
"name" : "fuzzy" ,
"url" : "https://github.com/pigmej/fuzzy" ,
"method" : "git" ,
"tags" : [
"fuzzy" ,
"search"
] ,
"description" : "Pure nim fuzzy search implementation. Supports substrings etc" ,
"license" : "MIT" ,
"web" : "https://github.com/pigmej/fuzzy"
} ,
2018-09-18 09:47:24 -03:00
{
"name" : "calibre" ,
"url" : "https://github.com/juancarlospaco/nim-calibre" ,
"method" : "git" ,
"tags" : [
"calibre" ,
"ebook" ,
"database"
] ,
"description" : "Calibre Database Lib for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-calibre"
2018-09-19 17:27:52 +02:00
} ,
{
"name" : "nimcb" ,
"url" : "https://github.com/AdrianV/nimcb" ,
"method" : "git" ,
"tags" : [
"c++-builder" ,
"msbuild"
] ,
"description" : "Integrate nim projects in the C++Builder build process" ,
"license" : "MIT" ,
"web" : "https://github.com/AdrianV/nimcb"
2018-09-20 23:23:14 -04:00
} ,
{
"name" : "finals" ,
"url" : "https://github.com/quelklef/nim-finals" ,
"method" : "git" ,
2018-09-23 08:57:49 -03:00
"tags" : [
"types"
] ,
2018-09-20 23:23:14 -04:00
"description" : "Transparently declare single-set attributes on types." ,
"license" : "MIT" ,
"web" : "https://github.com/Quelklef/nim-finals"
2018-09-23 08:57:49 -03:00
} ,
2018-09-25 10:22:58 -03:00
{
"name" : "printdebug" ,
"url" : "https://github.com/juancarlospaco/nim-printdebug" ,
"method" : "git" ,
"tags" : [
"debug" ,
"print" ,
"helper" ,
"util"
] ,
"description" : "Print Debug for Nim, tiny 3 lines Lib, C Target" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-printdebug"
} ,
2018-09-23 08:57:49 -03:00
{
"name" : "tinyfiledialogs" ,
"url" : "https://github.com/juancarlospaco/nim-tinyfiledialogs" ,
"method" : "git" ,
"tags" : [
"gui" ,
"wrapper" ,
"gtk" ,
"qt" ,
"linux" ,
"windows" ,
"mac" ,
"osx"
] ,
"description" : "TinyFileDialogs for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-tinyfiledialogs"
2018-09-25 22:44:17 +07:00
} ,
2018-09-24 10:00:41 +09:00
{
"name" : "spotify" ,
"url" : "https://github.com/CORDEA/spotify" ,
"method" : "git" ,
"tags" : [
"spotify"
] ,
"description" : "A Nim wrapper for the Spotify Web API" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/CORDEA/spotify"
2018-09-25 22:47:38 +07:00
} ,
2018-09-25 22:44:17 +07:00
{
"name" : "noise" ,
"url" : "https://github.com/jangko/nim-noise" ,
"method" : "git" ,
"tags" : [
"linenoise" ,
2018-10-27 19:00:46 +02:00
"readline" ,
"command-line" ,
2018-09-25 22:44:17 +07:00
"repl"
] ,
"description" : "Nim implementation of linenoise command line editor" ,
"license" : "MIT" ,
"web" : "https://github.com/jangko/nim-noise"
2018-10-01 05:51:03 +02:00
} ,
2018-10-27 19:00:46 +02:00
{
"name" : "prompt" ,
"url" : "https://github.com/surf1nb1rd/nim-prompt" ,
"method" : "git" ,
"tags" : [
"command-line" ,
"readline" ,
"repl"
] ,
"description" : "Feature-rich readline replacement" ,
"license" : "BSD2" ,
"web" : "https://github.com/surf1nb1rd/nim-prompt"
} ,
2018-10-01 10:52:58 +07:00
{
"name" : "proxyproto" ,
"url" : "https://github.com/ba0f3/libproxy.nim" ,
"method" : "git" ,
"tags" : [
"proxy" ,
"protocol" ,
"proxy-protocol" ,
"haproxy" ,
"tcp" ,
"ipv6" ,
"ipv4" ,
"linux" ,
"unix" ,
"hook" ,
"load-balancer" ,
"socket" ,
"udp" ,
"ipv6-support" ,
"preload"
] ,
"description" : "PROXY Protocol enabler for aged programs" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/libproxy.nim"
} ,
2018-10-01 05:51:03 +02:00
{
"name" : "criterion" ,
2020-09-12 09:24:15 +02:00
"url" : "https://github.com/disruptek/criterion" ,
2018-10-01 05:51:03 +02:00
"method" : "git" ,
"tags" : [
"benchmark"
] ,
"description" : "Statistic-driven microbenchmark framework" ,
"license" : "MIT" ,
2020-09-12 09:24:15 +02:00
"web" : "https://github.com/disruptek/criterion"
2018-10-01 11:15:05 +07:00
} ,
2018-10-02 09:08:45 +05:30
{
"name" : "nanoid" ,
"url" : "https://github.com/icyphox/nanoid.nim" ,
"method" : "git" ,
"tags" : [
2018-10-02 14:46:30 +02:00
"nanoid" ,
"random" ,
"generator"
2018-10-02 09:08:45 +05:30
] ,
"description" : "The Nim implementation of NanoID" ,
"license" : "MIT" ,
"web" : "https://github.com/icyphox/nanoid.nim"
} ,
2018-10-01 11:15:05 +07:00
{
"name" : "ndb" ,
"url" : "https://github.com/xzfc/ndb.nim" ,
"method" : "git" ,
"tags" : [
"binding" ,
"database" ,
"db" ,
"library" ,
"sqlite"
] ,
"description" : "A db_sqlite fork with a proper typing" ,
"license" : "MIT" ,
"web" : "https://github.com/xzfc/ndb.nim"
2018-10-02 14:46:30 +02:00
} ,
2018-10-04 21:39:34 -06:00
{
"name" : "github_release" ,
"url" : "https://github.com/kdheepak/github-release" ,
"method" : "git" ,
"tags" : [
"github" ,
"release" ,
"upload" ,
"create" ,
"delete"
] ,
"description" : "github-release package" ,
"license" : "MIT" ,
"web" : "https://github.com/kdheepak/github-release"
} ,
2018-10-03 23:12:35 -05:00
{
"name" : "nimmonocypher" ,
"url" : "https://github.com/genotrance/nimmonocypher" ,
"method" : "git" ,
"tags" : [
"monocypher" ,
"crypto" ,
"crypt" ,
"hash" ,
"sha512" ,
"wrapper"
] ,
"description" : "monocypher wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimmonocypher"
} ,
2018-10-02 14:46:30 +02:00
{
"name" : "dtoa" ,
"url" : "https://github.com/LemonBoy/dtoa.nim" ,
"method" : "git" ,
"tags" : [
"algorithms" ,
"serialization" ,
"fast" ,
"grisu" ,
"dtoa" ,
"double" ,
"float" ,
"string"
] ,
"description" : "Port of Milo Yip's fast dtoa() implementation" ,
"license" : "MIT" ,
"web" : "https://github.com/LemonBoy/dtoa.nim"
2018-10-05 15:33:53 -05:00
} ,
2018-10-07 15:52:30 -04:00
{
"name" : "ntangle" ,
"url" : "https://github.com/OrgTangle/ntangle" ,
"method" : "git" ,
"tags" : [
"literate-programming" ,
"org-mode" ,
"org" ,
"tangling" ,
"emacs"
] ,
"description" : "Command-line utility for Tangling of Org mode documents" ,
"license" : "MIT" ,
"web" : "https://github.com/OrgTangle/ntangle"
} ,
2018-10-05 15:33:53 -05:00
{
"name" : "nimtess2" ,
"url" : "https://github.com/genotrance/nimtess2" ,
"method" : "git" ,
"tags" : [
"glu" ,
"tesselator" ,
"libtess2" ,
"opengl"
] ,
"description" : "Nim wrapper for libtess2" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtess2"
2018-10-09 22:09:18 +07:00
} ,
{
"name" : "sequoia" ,
"url" : "https://github.com/ba0f3/sequoia.nim" ,
"method" : "git" ,
"tags" : [
"sequoia" ,
"pgp" ,
"openpgp" ,
"wrapper"
] ,
"description" : "Sequoia PGP wrapper for Nim" ,
"license" : "GPLv3" ,
"web" : "https://github.com/ba0f3/sequoia.nim"
2018-10-09 15:00:37 -04:00
} ,
2018-10-11 21:10:22 +02:00
{
"name" : "pykot" ,
"url" : "https://github.com/jabbalaci/nimpykot" ,
"method" : "git" ,
"tags" : [
"library" ,
"python" ,
"kotlin"
] ,
"description" : "Porting some Python / Kotlin features to Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/jabbalaci/nimpykot"
} ,
2018-10-11 21:09:18 +02:00
{
"name" : "witai" ,
"url" : "https://github.com/xmonader/witai-nim" ,
"method" : "git" ,
"tags" : [
"witai" ,
"wit.ai" ,
"client" ,
"speech" ,
"freetext" ,
"voice"
] ,
"description" : "wit.ai client" ,
"license" : "MIT" ,
"web" : "https://github.com/xmonader/witai-nim"
} ,
2018-10-09 15:00:37 -04:00
{
"name" : "xmldom" ,
"url" : "https://github.com/nim-lang/graveyard?subdir=xmldom" ,
"method" : "git" ,
"tags" : [
"graveyard" ,
"xml" ,
"dom"
] ,
"description" : "Implementation of XML DOM Level 2 Core specification (http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html)" ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/graveyard/tree/master/xmldom"
} ,
{
"name" : "xmldomparser" ,
"url" : "https://github.com/nim-lang/graveyard?subdir=xmldomparser" ,
"method" : "git" ,
"tags" : [
"graveyard" ,
"xml" ,
"dom" ,
"parser"
] ,
"description" : "Parses an XML Document into a XML DOM Document representation." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/graveyard/tree/master/xmldomparser"
2018-10-12 11:37:47 -07:00
} ,
2019-11-22 15:03:48 +01:00
{
"name" : "list_comprehension" ,
"url" : "https://github.com/nim-lang/graveyard?subdir=lc" ,
"method" : "git" ,
"tags" : [
"graveyard" ,
"lc" ,
"list" ,
"comprehension" ,
"list_comp" ,
"list_comprehension"
] ,
"description" : "List comprehension, for creating sequences." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/graveyard/tree/master/lc"
} ,
2018-11-09 16:39:05 -06:00
{
"name" : "result" ,
"url" : "https://github.com/arnetheduck/nim-result" ,
"method" : "git" ,
"tags" : [
"library" ,
"result" ,
"errors" ,
"functional"
] ,
"description" : "Friendly, exception-free value-or-error returns, similar to Option[T]" ,
"license" : "MIT" ,
"web" : "https://github.com/arnetheduck/nim-result"
} ,
2018-10-12 11:37:47 -07:00
{
"name" : "asciigraph" ,
2021-03-01 09:52:46 +03:00
"url" : "https://github.com/Yardanico/asciigraph" ,
2018-10-12 11:37:47 -07:00
"method" : "git" ,
"tags" : [
"graph" ,
"plot" ,
"terminal" ,
"io"
] ,
"description" : "Console ascii line charts in pure nim" ,
"license" : "MIT" ,
2021-03-01 09:52:46 +03:00
"web" : "https://github.com/Yardanico/asciigraph"
2018-10-13 22:49:16 -07:00
} ,
{
"name" : "bearlibterminal" ,
"url" : "https://github.com/irskep/BearLibTerminal-Nim" ,
"method" : "git" ,
"tags" : [
"roguelike" ,
2018-10-13 22:49:53 -07:00
"terminal" ,
2018-10-13 22:49:16 -07:00
"bearlibterminal" ,
"tcod" ,
"libtcod" ,
"tdl"
] ,
"description" : "Wrapper for the C[++] library BearLibTerminal" ,
"license" : "MIT" ,
"web" : "https://github.com/irskep/BearLibTerminal-Nim"
2018-10-14 08:20:05 -07:00
} ,
2018-10-13 22:16:51 -07:00
{
"name" : "rexpaint" ,
"url" : "https://github.com/irskep/rexpaint_nim" ,
"method" : "git" ,
"tags" : [
"rexpaint" ,
"roguelike" ,
"xp"
] ,
"description" : "REXPaint .xp parser" ,
"license" : "MIT" ,
"web" : "https://github.com/irskep/rexpaint_nim"
2018-10-16 13:23:58 +07:00
} ,
2018-10-26 19:19:04 -03:00
{
"name" : "crosscompile" ,
"url" : "https://github.com/juancarlospaco/nim-crosscompile" ,
"method" : "git" ,
"tags" : [
"crosscompile" ,
"compile"
] ,
"description" : "Crosscompile Nim source code into multiple targets on Linux with this proc." ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-crosscompile"
} ,
2018-10-17 21:38:39 +02:00
{
"name" : "rodcli" ,
"url" : "https://github.com/jabbalaci/NimCliHelper" ,
"method" : "git" ,
"tags" : [
"cli" ,
"compile" ,
"run" ,
"command-line" ,
"init" ,
"project" ,
"skeleton"
] ,
"description" : "making Nim development easier in the command-line" ,
"license" : "MIT" ,
"web" : "https://github.com/jabbalaci/NimCliHelper"
} ,
2018-10-16 13:23:58 +07:00
{
"name" : "ngxcmod" ,
"url" : "https://github.com/ba0f3/ngxcmod.nim" ,
"method" : "git" ,
"tags" : [
"nginx" ,
"module" ,
"nginx-c-function" ,
"wrapper"
] ,
"description" : "High level wrapper for build nginx module w/ nginx-c-function" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/ngxcmod.nim"
2018-10-17 15:28:32 -03:00
} ,
{
"name" : "usagov" ,
"url" : "https://github.com/juancarlospaco/nim-usagov" ,
"method" : "git" ,
"tags" : [
"gov" ,
"opendata"
] ,
"description" : "USA Code.Gov MultiSync API Client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-usagov"
2018-10-20 06:32:02 +13:00
} ,
2018-11-23 15:40:26 -07:00
{
"name" : "argparse" ,
"url" : "https://github.com/iffy/nim-argparse" ,
"method" : "git" ,
"tags" : [
"cli" ,
"argparse" ,
"optparse"
] ,
"description" : "WIP strongly-typed argument parser with sub command support" ,
"license" : "MIT" ,
"doc" : "https://www.iffycan.com/nim-argparse/argparse.html"
} ,
2020-01-23 00:57:15 -05:00
{
"name" : "keyring" ,
"url" : "https://github.com/iffy/nim-keyring" ,
"method" : "git" ,
"tags" : [
"keyring" ,
"security"
] ,
"description" : "Cross-platform access to OS keychain" ,
"license" : "MIT" ,
"web" : "https://github.com/iffy/nim-keyring"
} ,
2018-10-20 06:32:02 +13:00
{
"name" : "markdown" ,
"url" : "https://github.com/soasme/nim-markdown" ,
"method" : "git" ,
"tags" : [
"markdown" ,
"md" ,
"docs" ,
"html"
] ,
"description" : "A Beautiful Markdown Parser in the Nim World." ,
"license" : "MIT" ,
"web" : "https://github.com/soasme/nim-markdown"
2018-10-20 21:34:50 +02:00
} ,
{
"name" : "nimtomd" ,
"url" : "https://github.com/ThomasTJdev/nimtomd" ,
"method" : "git" ,
"tags" : [
"markdown" ,
"md"
] ,
"description" : "Convert a Nim file or string to Markdown" ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nimtomd"
2018-10-21 15:17:09 +02:00
} ,
{
"name" : "nifty" ,
"url" : "https://github.com/h3rald/nifty" ,
"method" : "git" ,
"tags" : [
"package-manager" ,
"script-runner"
] ,
"description" : "A decentralized (pseudo) package manager and script runner." ,
"license" : "MIT" ,
"web" : "https://github.com/h3rald/nifty"
2018-10-23 18:35:04 +02:00
} ,
{
"name" : "urlshortener" ,
"url" : "https://github.com/jabbalaci/UrlShortener" ,
"method" : "git" ,
"tags" : [
"url" ,
"shorten" ,
"shortener" ,
"bitly" ,
"cli" ,
"shrink" ,
"shrinker"
] ,
"description" : "A URL shortener cli app. using bit.ly" ,
"license" : "MIT" ,
"web" : "https://github.com/jabbalaci/UrlShortener"
2018-10-25 10:26:34 -03:00
} ,
2018-11-05 17:33:52 -03:00
{
"name" : "seriesdetiempoar" ,
"url" : "https://github.com/juancarlospaco/nim-seriesdetiempoar" ,
"method" : "git" ,
"tags" : [
"async" ,
"multisync" ,
"gov" ,
"opendata"
] ,
"description" : "Series de Tiempo de Argentina Government MultiSync API Client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-seriesdetiempoar"
} ,
2018-10-29 19:16:19 -03:00
{
"name" : "usigar" ,
"url" : "https://github.com/juancarlospaco/nim-usigar" ,
"method" : "git" ,
"tags" : [
"geo" ,
"opendata" ,
"openstreemap" ,
"multisync" ,
"async"
] ,
"description" : "USIG Argentina Government MultiSync API Client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-usigar"
} ,
2018-10-25 10:26:34 -03:00
{
"name" : "georefar" ,
"url" : "https://github.com/juancarlospaco/nim-georefar" ,
"method" : "git" ,
"tags" : [
"geo" ,
"openstreetmap" ,
"async" ,
"multisync" ,
"opendata" ,
"gov"
] ,
"description" : "GeoRef Argentina Government MultiSync API Client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-georefar"
2018-10-27 10:53:14 +01:00
} ,
{
"name" : "sugerror" ,
"url" : "https://github.com/quelklef/nim-sugerror" ,
"method" : "git" ,
"tags" : [
"errors" ,
"expr"
] ,
"description" : "Terse and composable error handling." ,
"license" : "MIT" ,
"web" : "https://github.com/quelklef/nim-sugerror"
2018-10-27 14:26:22 +02:00
} ,
{
"name" : "sermon" ,
"url" : "https://github.com/ThomasTJdev/nim_sermon" ,
"method" : "git" ,
"tags" : [
"monitor" ,
"storage" ,
"memory" ,
"process"
] ,
"description" : "Monitor the state and memory of processes and URL response." ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_sermon"
2018-10-31 15:10:41 -06:00
} ,
2018-11-05 22:37:06 +02:00
{
"name" : "vmvc" ,
"url" : "https://github.com/kobi2187/vmvc" ,
"method" : "git" ,
"tags" : [
"vmvc" ,
"dci"
] ,
"description" : "a skeleton/structure for a variation on the mvc pattern, similar to dci. For command line and gui programs. it's a middle ground between rapid application development and handling software complexity." ,
"license" : "MIT" ,
"web" : "https://github.com/kobi2187/vmvc"
} ,
2018-10-31 15:10:41 -06:00
{
"name" : "arksys" ,
"url" : "https://github.com/wolfadex/arksys" ,
"method" : "git" ,
"tags" : [
"ECS" ,
"library"
] ,
"description" : "An entity component system package" ,
"license" : "MIT" ,
"web" : "https://github.com/wolfadex/arksys"
2018-10-31 21:19:04 +00:00
} ,
{
"name" : "coco" ,
"url" : "https://github.com/samuelroy/coco" ,
"method" : "git" ,
"tags" : [
"code" ,
"coverage" ,
"test"
] ,
"description" : "Code coverage CLI + library for Nim using LCOV" ,
"license" : "MIT" ,
"web" : "https://github.com/samuelroy/coco" ,
"doc" : "https://samuelroy.github.io/coco/"
2018-10-31 19:10:45 -04:00
} ,
{
"name" : "nimetry" ,
"url" : "https://github.com/ijneb/nimetry" ,
"method" : "git" ,
"tags" : [
"plot" ,
"graph" ,
"chart"
] ,
"description" : "Plotting module in pure nim" ,
"license" : "CC0" ,
"web" : "https://github.com/ijneb/nimetry" ,
"doc" : "https://ijneb.github.io/nimetry"
2018-11-02 22:12:01 +07:00
} ,
{
2022-03-30 18:40:35 +03:00
"name" : "nim-snappy" ,
"alias" : "snappy"
2022-01-10 09:48:15 +07:00
} ,
{
2022-03-30 18:40:35 +03:00
"name" : "snappy" ,
2022-01-10 09:48:15 +07:00
"url" : "https://github.com/status-im/nim-snappy" ,
2018-11-02 22:12:01 +07:00
"method" : "git" ,
"tags" : [
"compression" ,
"snappy" ,
"lzw"
] ,
"description" : "Nim implementation of Snappy compression algorithm" ,
"license" : "MIT" ,
2022-01-10 09:48:15 +07:00
"web" : "https://github.com/status-im/nim-snappy"
2018-11-03 18:41:21 -03:00
} ,
2018-11-15 23:22:06 +02:00
{
"name" : "loadenv" ,
"url" : "https://github.com/xmonader/nim-loadenv" ,
"method" : "git" ,
"tags" : [
"environment" ,
"variables" ,
"env"
] ,
"description" : "load .env variables" ,
"license" : "MIT" ,
"web" : "https://github.com/xmonader/nim-loadenv"
} ,
2018-11-03 18:41:21 -03:00
{
"name" : "osrm" ,
"url" : "https://github.com/juancarlospaco/nim-osrm" ,
"method" : "git" ,
"tags" : [
"openstreetmap" ,
"geo" ,
"gis" ,
"opendata" ,
"routing" ,
"async" ,
"multisync"
] ,
"description" : "Open Source Routing Machine for OpenStreetMap API Lib and App" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-osrm"
2018-11-05 14:35:55 -03:00
} ,
2018-11-16 22:48:27 +01:00
{
"name" : "sharedmempool" ,
"url" : "https://github.com/mikra01/sharedmempool" ,
"method" : "git" ,
"tags" : [
"pool" ,
"memory" ,
"thread"
] ,
"description" : "threadsafe memory pool " ,
"license" : "MIT" ,
"web" : "https://github.com/mikra01/sharedmempool"
} ,
2018-11-05 14:35:55 -03:00
{
"name" : "css_html_minify" ,
"url" : "https://github.com/juancarlospaco/nim-css-html-minify" ,
"method" : "git" ,
"tags" : [
"css" ,
"html" ,
"minify"
] ,
"description" : "HTML & CSS Minify Lib & App based on Regexes & parallel MultiReplaces" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-css-html-minify"
2018-11-07 02:58:43 +05:30
} ,
{
"name" : "crap" ,
"url" : "https://github.com/icyphox/crap" ,
"method" : "git" ,
"tags" : [
"rm" ,
"delete" ,
"trash" ,
"files"
] ,
"description" : "`rm` files without fear" ,
"license" : "MIT" ,
"web" : "https://github.com/icyphox/crap"
2018-11-07 11:33:59 -05:00
} ,
{
"name" : "algebra" ,
"url" : "https://github.com/ijneb/nim-algebra" ,
"method" : "git" ,
"tags" : [
"algebra" ,
"parse" ,
"evaluate" ,
"mathematics"
] ,
"description" : "Algebraic expression parser and evaluator" ,
"license" : "CC0" ,
"web" : "https://github.com/ijneb/nim-algebra"
2018-11-14 00:20:55 +05:30
} ,
2018-12-28 13:55:00 -03:00
{
"name" : "biblioteca_guarrilla" ,
"url" : "https://github.com/juancarlospaco/biblioteca-guarrilla" ,
"method" : "git" ,
"tags" : [
"books" ,
"calibre" ,
"jester"
] ,
"description" : "Simple web to share books, Calibre, Jester, Spectre CSS, No JavaScript, WebP & ZIP to reduce bandwidth" ,
"license" : "GPL" ,
"web" : "https://github.com/juancarlospaco/biblioteca-guarrilla"
} ,
2018-12-05 16:00:54 -06:00
{
"name" : "nimzbar" ,
"url" : "https://github.com/genotrance/nimzbar" ,
"method" : "git" ,
"tags" : [
"zbar" ,
"barcode" ,
"bar" ,
"code"
] ,
"description" : "zbar wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimzbar"
} ,
2018-11-14 00:20:55 +05:30
{
"name" : "nicy" ,
"url" : "https://github.com/icyphox/nicy" ,
"method" : "git" ,
"tags" : [
"zsh" ,
"shell" ,
"prompt" ,
"git"
] ,
"description" : "A nice and icy ZSH prompt in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/icyphox/nicy"
2018-11-18 06:15:04 +09:00
} ,
{
"name" : "replim" ,
"url" : "https://github.com/gmshiba/replim" ,
"method" : "git" ,
"tags" : [
"repl" ,
"binary" ,
"program"
] ,
"description" : "most quick REPL of nim" ,
"license" : "MIT" ,
"web" : "https://github.com/gmshiba/replim"
2018-11-18 15:39:27 +09:00
} ,
2018-11-22 08:06:25 +09:00
{
"name" : "nish" ,
"url" : "https://github.com/owlinux1000/nish" ,
"method" : "git" ,
"tags" : [
"nish" ,
"shell"
] ,
"description" : "A Toy Shell Application" ,
"license" : "MIT" ,
"web" : "https://github.com/owlinux1000/nish"
} ,
2018-11-18 15:39:27 +09:00
{
"name" : "backoff" ,
"url" : "https://github.com/CORDEA/backoff" ,
"method" : "git" ,
"tags" : [
"exponential-backoff" ,
"backoff"
] ,
"description" : "Implementation of exponential backoff for nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/CORDEA/backoff"
2018-11-19 23:04:54 +02:00
} ,
{
"name" : "asciitables" ,
"url" : "https://github.com/xmonader/nim-asciitables" ,
"method" : "git" ,
"tags" : [
"ascii" ,
"terminal" ,
"tables" ,
"cli"
] ,
"description" : "terminal ascii tables for nim" ,
"license" : "BSD-3-Clause" ,
"web" : "https://github.com/xmonader/nim-asciitables"
2018-11-20 13:34:24 +02:00
} ,
2018-11-23 19:38:44 -03:00
{
"name" : "open_elevation" ,
"url" : "https://github.com/juancarlospaco/nim-open-elevation" ,
"method" : "git" ,
"tags" : [
"openstreetmap" ,
"geo" ,
"elevation" ,
"multisync" ,
"async"
] ,
"description" : "OpenStreetMap Elevation API MultiSync Client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-open-elevation"
} ,
2018-11-20 13:34:24 +02:00
{
"name" : "gara" ,
"url" : "https://github.com/alehander42/gara" ,
"method" : "git" ,
"tags" : [
"nim" ,
"pattern"
] ,
"description" : "A pattern matching library" ,
"license" : "MIT" ,
"web" : "https://github.com/alehander42/gara"
2018-11-23 14:35:10 -08:00
} ,
{
"name" : "ws" ,
"url" : "https://github.com/treeform/ws" ,
"method" : "git" ,
"tags" : [
"websocket"
] ,
"description" : "Simple WebSocket library for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/ws"
} ,
{
"name" : "pg" ,
"url" : "https://github.com/treeform/pg" ,
"method" : "git" ,
"tags" : [
"postgresql" ,
"db"
] ,
"description" : "Very simple PostgreSQL async api for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/pg"
2018-11-25 13:53:00 -05:00
} ,
2018-11-27 02:33:55 -05:00
{
"name" : "bgfxdotnim" ,
"url" : "https://github.com/zacharycarter/bgfx.nim" ,
"method" : "git" ,
"tags" : [
"bgfx" ,
"3d" ,
"vulkan" ,
"opengl" ,
"metal" ,
"directx"
] ,
"description" : "bindings to bgfx c99 api" ,
"license" : "MIT" ,
"web" : "https://github.com/zacharycarter/bgfx.nim"
} ,
2018-11-25 13:53:00 -05:00
{
"name" : "niledb" ,
"url" : "https://github.com/JeffersonLab/niledb.git" ,
"method" : "git" ,
"tags" : [
"db"
] ,
"description" : "Key/Value storage into a fast file-hash" ,
"license" : "MIT" ,
"web" : "https://github.com/JeffersonLab/niledb.git"
2018-11-26 15:04:55 +01:00
} ,
2018-11-26 15:33:32 +01:00
{
"name" : "siphash" ,
2019-10-16 14:35:00 +02:00
"url" : "https://git.sr.ht/~ehmry/nim_siphash" ,
2018-11-26 15:33:32 +01:00
"method" : "git" ,
"tags" : [
"hash" ,
"siphash"
] ,
"description" : "SipHash, a pseudorandom function optimized for short messages." ,
"license" : "GPLv3" ,
2019-10-16 14:35:00 +02:00
"web" : "https://git.sr.ht/~ehmry/nim_siphash"
2018-11-26 15:33:32 +01:00
} ,
2018-11-26 15:04:55 +01:00
{
"name" : "haraka" ,
2019-10-16 14:35:00 +02:00
"url" : "https://git.sr.ht/~ehmry/nim_haraka" ,
2018-11-26 15:04:55 +01:00
"method" : "git" ,
"tags" : [
"hash" ,
"haraka"
] ,
"description" : "Haraka v2 short-input hash function" ,
"license" : "MIT" ,
2019-10-16 14:35:00 +02:00
"web" : "https://git.sr.ht/~ehmry/nim_haraka"
2018-11-27 01:45:59 +09:00
} ,
2018-11-26 17:57:00 +01:00
{
"name" : "genode" ,
2019-10-16 14:35:00 +02:00
"url" : "https://git.sr.ht/~ehmry/nim_genode" ,
2018-11-26 17:57:00 +01:00
"method" : "git" ,
"tags" : [
"genode" ,
"system"
] ,
"description" : "System libraries for the Genode Operating System Framework" ,
"license" : "AGPLv3" ,
2019-10-16 14:35:00 +02:00
"web" : "https://git.sr.ht/~ehmry/nim_genode"
2018-11-26 17:57:00 +01:00
} ,
2018-11-27 01:45:59 +09:00
{
"name" : "moe" ,
"url" : "https://github.com/fox0430/moe" ,
"method" : "git" ,
"tags" : [
"console" ,
"command-line" ,
"editor" ,
"text" ,
2020-12-04 23:17:35 +09:00
"cli" ,
"terminal"
2018-11-27 01:45:59 +09:00
] ,
2020-12-04 23:17:35 +09:00
"description" : "A command lined based text editor inspired by vi/vim" ,
2018-11-27 01:45:59 +09:00
"license" : "GPLv3" ,
"web" : "https://github.com/fox0430/moe"
2018-11-27 04:43:32 -03:00
} ,
{
"name" : "gatabase" ,
"url" : "https://github.com/juancarlospaco/nim-gatabase" ,
"method" : "git" ,
"tags" : [
"database" ,
"orm" ,
"postgres" ,
"sql"
] ,
"description" : "Postgres Database ORM for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-gatabase"
2018-11-30 03:07:07 -05:00
} ,
2018-12-01 19:42:29 +03:00
{
"name" : "timespec_get" ,
"url" : "https://github.com/Matceporial/nim-timespec_get" ,
"method" : "git" ,
"tags" : [
"time" ,
"timespec_get"
] ,
"description" : "Nanosecond-percision time using timespec_get" ,
"license" : "0BSD" ,
"web" : "https://github.com/Matceporial/nim-timespec_get"
} ,
{
"name" : "urand" ,
"url" : "https://github.com/Matceporial/nim-urand" ,
"method" : "git" ,
"tags" : [
"random" ,
"urandom" ,
"crypto"
] ,
"description" : "Simple method of obtaining secure random numbers from the OS" ,
"license" : "MIT" ,
"web" : "https://github.com/Matceporial/nim-urand"
} ,
2018-11-30 03:07:07 -05:00
{
"name" : "awslambda" ,
"url" : "https://github.com/lambci/awslambda.nim" ,
"method" : "git" ,
"tags" : [
"aws" ,
"lambda"
] ,
"description" : "A package to compile nim functions for AWS Lambda" ,
"license" : "MIT" ,
"web" : "https://github.com/lambci/awslambda.nim"
2018-12-01 16:08:22 +00:00
} ,
{
"name" : "vec" ,
"url" : "https://github.com/dom96/vec" ,
"method" : "git" ,
"tags" : [
"vector" ,
"library" ,
"simple"
] ,
"description" : "A very simple vector library" ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/vec"
2018-12-01 14:27:06 -05:00
} ,
{
"name" : "nimgui" ,
"url" : "https://github.com/zacharycarter/nimgui" ,
"method" : "git" ,
"tags" : [
"imgui" ,
"gui" ,
"game"
] ,
"description" : "bindings to cimgui - https://github.com/cimgui/cimgui" ,
"license" : "MIT" ,
"web" : "https://github.com/zacharycarter/nimgui"
2018-12-05 01:07:30 +08:00
} ,
{
"name" : "unpack" ,
"url" : "https://github.com/technicallyagd/unpack" ,
"method" : "git" ,
"tags" : [
"unpack" ,
"seq" ,
"array" ,
"object" ,
"destructuring" ,
"destructure" ,
"unpacking"
] ,
"description" : "Array/Sequence/Object destructuring/unpacking macro" ,
"license" : "MIT" ,
"web" : "https://github.com/technicallyagd/unpack"
2018-12-05 10:39:16 -06:00
} ,
2019-01-05 19:16:40 +09:00
{
"name" : "nsh" ,
"url" : "https://github.com/gmshiba/nish" ,
"method" : "git" ,
"tags" : [
"shell" ,
"repl"
] ,
"description" : "nsh: Nim SHell(cross platform)" ,
"license" : "MIT" ,
"web" : "https://github.com/gmshiba/nish"
} ,
2018-12-05 10:39:16 -06:00
{
"name" : "nimfastText" ,
"url" : "https://github.com/genotrance/nimfastText" ,
"method" : "git" ,
"tags" : [
"fasttext" ,
"classification" ,
"text" ,
"wrapper"
] ,
"description" : "fastText wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimfastText"
2018-12-29 15:03:44 -06:00
} ,
2018-12-13 18:20:52 -06:00
{
"name" : "treesitter" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper of the tree-sitter incremental parsing library" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_agda" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_agda" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"agda" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Agda language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_bash" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_bash" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"bash" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Bash language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_c" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_c" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"c" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for C language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_c_sharp" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_c_sharp" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"C#" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for C# language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_cpp" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_cpp" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"cpp" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for C++ language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_css" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_css" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"css" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for CSS language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_go" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_go" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"go" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Go language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_haskell" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_haskell" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"haskell" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Haskell language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_html" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_html" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"html" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for HTML language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_java" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_java" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"java" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Java language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_javascript" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_javascript" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"javascript" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Javascript language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_ocaml" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_ocaml" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"ocaml" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for OCaml language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_php" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_php" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"php" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for PHP language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_python" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_python" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"python" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Python language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_ruby" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_ruby" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"ruby" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Ruby language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_rust" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_rust" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"rust" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Rust language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_scala" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_scala" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"scala" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Scala language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "treesitter_typescript" ,
"url" : "https://github.com/genotrance/nimtreesitter?subdir=treesitter_typescript" ,
"method" : "git" ,
"tags" : [
"tree-sitter" ,
"typescript" ,
"parser" ,
"language" ,
"code"
] ,
"description" : "Nim wrapper for Typescript language support within tree-sitter" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimtreesitter"
} ,
{
"name" : "nimterop" ,
"url" : "https://github.com/genotrance/nimterop" ,
"method" : "git" ,
"tags" : [
"c" ,
"c++" ,
2018-12-17 14:12:21 +02:00
"c2nim" ,
"interop" ,
2018-12-13 18:20:52 -06:00
"parser" ,
"language" ,
"code"
] ,
"description" : "Nimterop makes C/C++ interop within Nim seamless" ,
"license" : "MIT" ,
2020-12-03 11:08:50 +01:00
"web" : "https://github.com/genotrance/nimterop"
2018-12-13 18:20:52 -06:00
} ,
2018-12-10 19:38:56 +08:00
{
"name" : "ringDeque" ,
"url" : "https://github.com/technicallyagd/ringDeque" ,
"method" : "git" ,
"tags" : [
"deque" ,
"DoublyLinkedRing" ,
"utility" ,
"python"
] ,
"description" : "deque implementatoin using DoublyLinkedRing" ,
"license" : "MIT" ,
"web" : "https://github.com/technicallyagd/ringDeque"
2018-12-11 05:50:28 -06:00
} ,
{
"name" : "nimfuzzy" ,
"url" : "https://github.com/genotrance/nimfuzzy" ,
"method" : "git" ,
"tags" : [
"fuzzy" ,
"search" ,
"match" ,
"fts"
] ,
"description" : "Fuzzy search wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimfuzzy"
2018-12-17 14:12:21 +02:00
} ,
{
"name" : "nimassets" ,
"url" : "https://github.com/xmonader/nimassets" ,
"method" : "git" ,
"tags" : [
"assets" ,
"bundle" ,
"go-bindata" ,
"resources"
] ,
"description" : "bundle your assets to a nim" ,
"license" : "MIT" ,
"web" : "https://github.com/xmonader/nimassets"
2018-12-19 18:44:47 +04:00
} ,
{
"name" : "loco" ,
"url" : "https://github.com/moigagoo/loco" ,
"method" : "git" ,
"tags" : [
"localization" ,
"translation" ,
"internationalization" ,
"i18n"
] ,
"description" : "Localization package for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/moigagoo/loco"
2018-12-21 19:01:53 +01:00
} ,
{
"name" : "nim_miniz" ,
"url" : "https://github.com/h3rald/nim-miniz" ,
"method" : "git" ,
"tags" : [
"zip" ,
"compression" ,
"wrapper" ,
"miniz"
] ,
"description" : "Nim wrapper for miniz" ,
"license" : "MIT" ,
"web" : "https://github.com/h3rald/nim-miniz"
2018-12-27 12:00:08 +01:00
} ,
2018-12-28 11:12:12 -03:00
{
"name" : "unsplash" ,
"url" : "https://github.com/juancarlospaco/nim-unsplash" ,
"method" : "git" ,
"tags" : [
"unsplash" ,
"photos" ,
"images" ,
"async" ,
"multisync" ,
"photography"
] ,
"description" : "Unsplash API Client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-unsplash"
2018-12-30 10:06:59 -03:00
} ,
{
"name" : "steam" ,
"url" : "https://github.com/juancarlospaco/nim-steam" ,
"method" : "git" ,
"tags" : [
"steam" ,
"game" ,
"gaming" ,
"async" ,
"multisync"
] ,
"description" : "Steam API Client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-steam"
2018-12-30 14:44:35 -03:00
} ,
{
"name" : "itchio" ,
"url" : "https://github.com/juancarlospaco/nim-itchio" ,
"method" : "git" ,
"tags" : [
"itchio" ,
"game" ,
"gaming" ,
"async" ,
"multisync"
] ,
"description" : "itch.io API Client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-itchio"
2019-01-04 17:53:17 +03:00
} ,
2019-01-05 04:57:55 -05:00
{
"name" : "suggest" ,
"url" : "https://github.com/c-blake/suggest.git" ,
"method" : "git" ,
"tags" : [
"library" ,
"spell-check" ,
"edit-distance"
] ,
"description" : "mmap-persistent SymSpell spell checking algorithm" ,
"license" : "MIT" ,
"web" : "https://github.com/c-blake/suggest.git"
} ,
2019-01-04 17:53:17 +03:00
{
"name" : "gurl" ,
"url" : "https://github.com/MaxUNof/gurl" ,
"method" : "git" ,
"tags" : [
"tags" ,
"http" ,
"generating" ,
"url"
] ,
"description" : "A little lib for generating URL with args." ,
"license" : "MIT" ,
"web" : "https://github.com/MaxUNof/gurl"
2019-01-05 10:44:50 +01:00
} ,
2019-01-05 14:10:20 +00:00
{
"name" : "wren" ,
"url" : "https://github.com/geotre/wren" ,
"method" : "git" ,
"tags" : [
"wren" ,
"scripting" ,
"interpreter"
] ,
"description" : "A nim wrapper for Wren, an embedded scripting language" ,
"license" : "MIT" ,
"web" : "https://github.com/geotre/wren"
} ,
2019-01-05 10:44:50 +01:00
{
"name" : "tiny_sqlite" ,
"url" : "https://github.com/GULPF/tiny_sqlite" ,
"method" : "git" ,
"tags" : [
"database" ,
"sqlite"
] ,
"description" : "A thin SQLite wrapper with proper type safety" ,
"license" : "MIT" ,
"web" : "https://github.com/GULPF/tiny_sqlite"
2019-01-09 06:56:12 +01:00
} ,
{
"name" : "sqlbuilder" ,
"url" : "https://github.com/ThomasTJdev/nim_sqlbuilder" ,
"method" : "git" ,
"tags" : [
"sql" ,
"sqlbuilder"
] ,
"description" : "A SQLbuilder with support for NULL values" ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_sqlbuilder"
2019-01-10 16:15:26 +01:00
} ,
{
"name" : "subexes" ,
"url" : "https://github.com/nim-lang/graveyard?subdir=subexes" ,
"method" : "git" ,
"tags" : [
"graveyard" ,
"subexes" ,
"substitution expression"
] ,
"description" : "Nim support for substitution expressions" ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/graveyard/tree/master/subexes"
} ,
2019-01-12 17:53:26 +01:00
{
"name" : "complex" ,
"url" : "https://github.com/nim-lang/graveyard?subdir=complex" ,
"method" : "git" ,
"tags" : [
"graveyard" ,
"complex" ,
"math"
] ,
"description" : "The ex-stdlib module complex." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/graveyard/tree/master/complex"
} ,
{
"name" : "fsmonitor" ,
"url" : "https://github.com/nim-lang/graveyard?subdir=fsmonitor" ,
"method" : "git" ,
"tags" : [
"graveyard" ,
"fsmonitor" ,
"asyncio"
] ,
"description" : "The ex-stdlib module fsmonitor." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/graveyard/tree/master/fsmonitor"
} ,
2019-01-10 16:15:26 +01:00
{
"name" : "scgi" ,
"url" : "https://github.com/nim-lang/graveyard?subdir=scgi" ,
"method" : "git" ,
"tags" : [
"graveyard" ,
"scgi" ,
"cgi"
] ,
"description" : "Helper procs for SCGI applications" ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/graveyard/tree/master/scgi"
2019-01-13 18:28:51 +01:00
} ,
{
"name" : "cppstl" ,
"url" : "https://github.com/BigEpsilon/nim-cppstl" ,
"method" : "git" ,
"tags" : [
"c++" ,
"stl" ,
"bindings"
] ,
"description" : "Bindings for the C++ Standard Template Library (STL)" ,
"license" : "MIT" ,
"web" : "https://github.com/BigEpsilon/nim-cppstl"
2019-01-14 09:42:52 -08:00
} ,
{
"name" : "pipelines" ,
"url" : "https://github.com/calebwin/pipelines" ,
"method" : "git" ,
"tags" : [
"python" ,
"pipeline" ,
"pipelines" ,
"data" ,
"parallel"
] ,
"description" : "A tiny framework & language for crafting massively parallel data pipelines" ,
"license" : "MIT" ,
"web" : "https://github.com/calebwin/pipelines" ,
"doc" : "https://github.com/calebwin/pipelines"
2019-01-15 13:44:47 -05:00
} ,
{
"name" : "nimhq" ,
"url" : "https://github.com/sillibird/nimhq" ,
"method" : "git" ,
"tags" : [
"library" ,
"api" ,
"client"
] ,
"description" : "HQ Trivia API wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/sillibird/nimhq"
2019-01-16 22:12:17 -08:00
} ,
{
"name" : "binio" ,
"url" : "https://github.com/Riderfighter/binio" ,
"method" : "git" ,
"tags" : [
"structured" ,
"byte" ,
"data"
] ,
"description" : "Package for packing and unpacking byte data" ,
"license" : "MIT" ,
"web" : "https://github.com/Riderfighter/binio"
2019-01-21 23:26:31 -06:00
} ,
{
"name" : "ladder" ,
"url" : "https://gitlab.com/ryukoposting/nim-ladder" ,
"method" : "git" ,
"tags" : [
"ladder" ,
"logic" ,
"PLC" ,
"state" ,
"machine" ,
"ryukoposting"
] ,
"description" : "Ladder logic macros for Nim" ,
"license" : "Apache-2.0" ,
"web" : "https://gitlab.com/ryukoposting/nim-ladder"
2019-01-27 22:08:01 +01:00
} ,
{
"name" : "cassette" ,
"url" : "https://github.com/LemonBoy/cassette" ,
"method" : "git" ,
"tags" : [
"http" ,
"network" ,
"test" ,
"mock" ,
"requests"
] ,
"description" : "Record and replay your HTTP sessions!" ,
"license" : "MIT" ,
"web" : "https://github.com/LemonBoy/cassette"
2019-01-28 05:33:00 -03:00
} ,
{
"name" : "nimterlingua" ,
"url" : "https://github.com/juancarlospaco/nim-internimgua" ,
"method" : "git" ,
"tags" : [
"internationalization" ,
"i18n" ,
"localization" ,
"translation"
] ,
"description" : "Internationalization at Compile Time for Nim. Macro to translate unmodified code from 1 INI file. NimScript compatible." ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-internimgua"
2019-01-28 11:26:44 +01:00
} ,
{
"name" : "with" ,
"url" : "https://github.com/zevv/with" ,
"method" : "git" ,
"tags" : [
"with" ,
"macro"
] ,
"description" : "Simple 'with' macro for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/zevv/with"
2019-01-31 01:05:07 -06:00
} ,
{
"name" : "lastfm" ,
2021-06-29 13:42:34 +01:00
"url" : "https://gitlab.com/tandy1000/lastfm-nim" ,
2019-01-31 01:05:07 -06:00
"method" : "git" ,
"tags" : [
"last.fm" ,
"lastfm" ,
"music" ,
"metadata" ,
"api" ,
2021-06-29 13:42:34 +01:00
"multisync" ,
2019-01-31 01:05:07 -06:00
"ryukoposting"
] ,
2021-06-29 13:42:34 +01:00
"description" : "Last.FM API bindings" ,
2019-01-31 01:05:07 -06:00
"license" : "Apache-2.0" ,
2021-06-29 13:42:34 +01:00
"web" : "https://gitlab.com/tandy1000/lastfm-nim" ,
"doc" : "https://tandy1000.gitlab.io/lastfm-nim/"
2019-01-31 16:06:58 -03:00
} ,
{
"name" : "firejail" ,
"url" : "https://github.com/juancarlospaco/nim-firejail" ,
"method" : "git" ,
"tags" : [
"firejail" ,
"security" ,
"linux" ,
"isolation" ,
"container" ,
"infosec" ,
"hardened" ,
"sandbox" ,
"docker"
] ,
"description" : "Firejail wrapper for Nim, Isolate your Production App before its too late!" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-firejail"
2019-02-06 20:24:27 +01:00
} ,
2019-02-06 20:38:48 +01:00
{
"name" : "jstin" ,
2021-04-25 13:37:54 +08:00
"url" : "https://github.com/nim-lang/jstin" ,
2019-02-06 20:38:48 +01:00
"method" : "git" ,
"tags" : [
"json" ,
"serialize" ,
"deserialize" ,
"easy" ,
"simple"
] ,
"description" : "JS {de,}serialization as it says on the tin" ,
"license" : "MIT" ,
2021-04-25 13:37:54 +08:00
"web" : "https://github.com/nim-lang/jstin"
2019-02-06 20:38:48 +01:00
} ,
2019-02-06 20:24:27 +01:00
{
"name" : "compactdict" ,
"url" : "https://github.com/LemonBoy/compactdict" ,
"method" : "git" ,
"tags" : [
"dictionary" ,
"hashtable" ,
"data-structure" ,
"hash" ,
"compact"
] ,
"description" : "A compact dictionary implementation" ,
"license" : "MIT" ,
"web" : "https://github.com/LemonBoy/compactdict"
2019-02-08 21:52:18 +01:00
} ,
{
"name" : "z3" ,
"url" : "https://github.com/zevv/nimz3" ,
"method" : "git" ,
"tags" : [
"Z3" ,
"sat" ,
"smt" ,
"theorem" ,
"prover" ,
"solver" ,
"optimization"
] ,
"description" : "Nim Z3 theorem prover bindings" ,
"license" : "MIT" ,
"web" : "https://github.com/zevv/nimz3"
2019-02-12 14:43:47 +08:00
} ,
{
"name" : "remarker_light" ,
"url" : "https://github.com/muxueqz/remarker_light" ,
"method" : "git" ,
"tags" : [
"remark" ,
"slideshow" ,
"markdown"
] ,
"description" : "remarker_light is a command line tool for building a remark-based slideshow page very easily." ,
"license" : "GPL-2.0" ,
"web" : "https://github.com/muxueqz/remarker_light"
2019-02-18 12:08:32 -08:00
} ,
{
"name" : "nim-nmap" ,
"url" : "https://github.com/blmvxer/nim-nmap" ,
"method" : "git" ,
"tags" : [
"nmap" ,
"networking" ,
"network mapper" ,
"blmvxer"
2019-02-19 17:58:50 +01:00
] ,
2019-02-18 12:08:32 -08:00
"description" : "A pure implementaion of nmap for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/blmvxer/nim-nmap"
2019-02-19 17:58:50 +01:00
} ,
2019-02-24 07:56:53 -03:00
{
"name" : "libravatar" ,
"url" : "https://github.com/juancarlospaco/nim-libravatar" ,
"method" : "git" ,
"tags" : [
"libravatar" ,
"gravatar" ,
"avatar" ,
"federated"
] ,
"description" : "Libravatar library for Nim, Gravatar alternative. Libravatar is an open source free federated avatar api & service." ,
"license" : "PPL" ,
"web" : "https://github.com/juancarlospaco/nim-libravatar"
2019-02-27 16:42:47 +04:00
} ,
{
"name" : "norm" ,
"url" : "https://github.com/moigagoo/norm" ,
"method" : "git" ,
"tags" : [
"orm" ,
"db" ,
"database"
] ,
"description" : "Nim ORM." ,
"license" : "MIT" ,
"web" : "https://github.com/moigagoo/norm"
2019-02-28 08:44:33 -05:00
} ,
{
"name" : "simple_vector" ,
"url" : "https://github.com/Ephiiz/simple_vector" ,
"method" : "git" ,
"tags" : [
"vector" ,
"simple_vector"
] ,
"description" : "Simple vector library for nim-lang." ,
"license" : "GNU Lesser General Public License v2.1" ,
"web" : "https://github.com/Ephiiz/simple_vector"
2019-03-02 12:04:47 -08:00
} ,
{
"name" : "netpipe" ,
2020-05-10 22:09:16 -07:00
"alias" : "netty"
} ,
{
"name" : "netty" ,
"url" : "https://github.com/treeform/netty/" ,
2019-03-02 12:04:47 -08:00
"method" : "git" ,
"tags" : [
"networking" ,
"udp"
] ,
2020-05-10 22:09:16 -07:00
"description" : "Netty is a reliable UDP connection for games." ,
2019-03-02 12:04:47 -08:00
"license" : "MIT" ,
2020-05-10 22:09:16 -07:00
"web" : "https://github.com/treeform/netty/"
2019-03-03 00:52:43 -06:00
} ,
2020-07-19 01:25:48 -07:00
{
"name" : "bitty" ,
"url" : "https://github.com/treeform/bitty/" ,
"method" : "git" ,
"tags" : [
"networking" ,
"udp"
] ,
"description" : "Utilities with dealing with 1d and 2d bit arrays." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/bitty/"
} ,
2019-03-03 00:52:43 -06:00
{
"name" : "fnv" ,
"url" : "https://gitlab.com/ryukoposting/nim-fnv" ,
"method" : "git" ,
"tags" : [
"fnv" ,
"fnv1a" ,
"fnv1" ,
"fnv-1a" ,
"fnv-1" ,
"fnv0" ,
"fnv-0" ,
"ryukoposting"
] ,
"description" : "FNV-1 and FNV-1a non-cryptographic hash functions (documentation hosted at: http://ryuk.ooo/nimdocs/fnv/fnv.html)" ,
"license" : "Apache-2.0" ,
"web" : "https://gitlab.com/ryukoposting/nim-fnv"
2019-03-14 21:51:35 +01:00
} ,
{
"name" : "notify" ,
"url" : "https://github.com/xbello/notify-nim" ,
"method" : "git" ,
"tags" : [
"notify" ,
"libnotify" ,
"library"
] ,
"description" : "A wrapper to notification libraries" ,
"license" : "MIT" ,
"web" : "https://github.com/xbello/notify-nim"
2019-03-15 20:35:34 +01:00
} ,
{
"name" : "minmaxheap" ,
"url" : "https://github.com/stefansalewski/minmaxheap" ,
"method" : "git" ,
"tags" : [
"minmaxheap" ,
"heap" ,
"priorityqueue"
] ,
"description" : "MinMaxHeap" ,
"license" : "MIT" ,
"web" : "https://github.com/stefansalewski/minmaxheap"
2019-03-17 16:23:00 +00:00
} ,
{
"name" : "dashing" ,
"url" : "https://github.com/FedericoCeratto/nim-dashing" ,
"method" : "git" ,
"tags" : [
"library" ,
"pure" ,
"terminal"
] ,
"description" : "Terminal dashboards." ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-dashing"
2019-03-19 07:52:18 -03:00
} ,
{
"name" : "html_tools" ,
"url" : "https://github.com/juancarlospaco/nim-html-tools" ,
"method" : "git" ,
"tags" : [
"html" ,
"validation" ,
"frontend"
] ,
"description" : "HTML5 Tools for Nim, all Templates, No CSS, No Libs, No JS Framework" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-html-tools"
2019-03-19 18:50:25 +01:00
} ,
{
"name" : "npeg" ,
"url" : "https://github.com/zevv/npeg" ,
"method" : "git" ,
"tags" : [
"PEG" ,
"parser" ,
"parsing" ,
"regexp" ,
"regular" ,
"grammar" ,
"lexer" ,
"lexing" ,
"pattern" ,
"matching"
] ,
2019-04-14 21:32:46 +02:00
"description" : "PEG (Parsing Expression Grammars) string matching library for Nim" ,
2019-03-19 18:50:25 +01:00
"license" : "MIT" ,
"web" : "https://github.com/zevv/npeg"
2019-03-21 08:01:28 +02:00
} ,
{
"name" : "pinggraph" ,
"url" : "https://github.com/SolitudeSF/pinggraph" ,
"method" : "git" ,
"tags" : [
"ping" ,
"terminal"
] ,
"description" : "Simple terminal ping graph" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/pinggraph"
2019-03-21 20:45:37 +00:00
} ,
{
"name" : "nimcdl" ,
"url" : "https://gitlab.com/endes123321/nimcdl" ,
"method" : "git" ,
"tags" : [
"circuit" ,
"HDL" ,
"PCB" ,
"DSL"
] ,
"description" : "Circuit Design language made in Nim" ,
"license" : "GPLv3" ,
"web" : "https://gitlab.com/endes123321/nimcdl"
2019-03-26 15:56:31 +03:00
} ,
{
"name" : "easymail" ,
"url" : "https://github.com/coocheenin/easymail" ,
"method" : "git" ,
"tags" : [
"email" ,
"sendmail" ,
"net" ,
"mail"
] ,
"description" : "wrapper for the sendmail command" ,
"license" : "MIT" ,
"web" : "https://github.com/coocheenin/easymail"
2019-03-27 06:11:32 +00:00
} ,
2019-03-27 03:02:54 -04:00
{
"name" : "luhncheck" ,
"url" : "https://github.com/sillibird/luhncheck" ,
"method" : "git" ,
"tags" : [
"library" ,
"algorithm"
] ,
"description" : "Implementation of Luhn algorithm in nim." ,
"license" : "MIT" ,
"web" : "https://github.com/sillibird/luhncheck"
} ,
2019-03-27 06:11:32 +00:00
{
"name" : "nim-libgd" ,
"url" : "https://github.com/mrhdias/nim-libgd" ,
"method" : "git" ,
"tags" : [
"image" ,
"graphics" ,
"wrapper" ,
"libgd" ,
"2d"
] ,
"description" : "Nim Wrapper for LibGD 2.x" ,
"license" : "MIT" ,
"web" : "https://github.com/mrhdias/nim-libgd"
2019-03-28 06:24:42 +01:00
} ,
{
"name" : "closure_methods" ,
2019-04-14 09:48:52 +02:00
"alias" : "oop_utils"
} ,
{
"name" : "oop_utils" ,
"url" : "https://github.com/bluenote10/oop_utils" ,
2019-03-28 06:24:42 +01:00
"method" : "git" ,
"tags" : [
"macro" ,
2019-04-14 09:48:52 +02:00
"class" ,
2019-03-28 06:24:42 +01:00
"inheritance" ,
"oop" ,
"closure" ,
"methods"
] ,
"description" : "Macro for building OOP class hierarchies based on closure methods." ,
"license" : "MIT" ,
"web" : "https://github.com/bluenote10/closure_methods"
2019-03-31 15:12:54 +09:00
} ,
{
"name" : "nim_curry" ,
"url" : "https://github.com/zer0-star/nim-curry" ,
"method" : "git" ,
"tags" : [
"library" ,
"functional" ,
"macro" ,
"currying"
] ,
"description" : "Provides a macro to curry function" ,
"license" : "MIT" ,
"web" : "https://github.com/zer0-star/nim-curry"
2019-04-02 21:56:47 +09:00
} ,
{
"name" : "eastasianwidth" ,
"url" : "https://github.com/jiro4989/eastasianwidth" ,
"method" : "git" ,
"tags" : [
"library" ,
"text" ,
"east_asian_width"
] ,
"description" : "eastasianwidth is library for EastAsianWidth." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/eastasianwidth"
2019-04-03 08:28:52 +03:00
} ,
{
"name" : "colorcol" ,
"url" : "https://github.com/SolitudeSF/colorcol" ,
"method" : "git" ,
"tags" : [
"kakoune" ,
"plugin" ,
"color" ,
"preview"
] ,
"description" : "Kakoune plugin for color preview" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/colorcol"
2019-04-04 21:21:33 +09:00
} ,
{
"name" : "nimly" ,
2020-02-23 00:24:23 +09:00
"url" : "https://github.com/loloicci/nimly" ,
2019-04-04 21:21:33 +09:00
"method" : "git" ,
"tags" : [
2019-04-11 20:44:20 +02:00
"lexer" ,
"parser" ,
"lexer-generator" ,
2020-01-08 08:10:12 +09:00
"parser-generator" ,
"lex" ,
"yacc" ,
"BNF" ,
"EBNF"
2019-04-04 21:21:33 +09:00
] ,
2020-05-22 16:31:52 +09:00
"description" : "Lexer Generator and Parser Generator as a Macro Library in Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/loloicci/nimly"
2019-04-07 08:14:20 +01:00
} ,
{
"name" : "fswatch" ,
"url" : "https://github.com/FedericoCeratto/nim-fswatch" ,
"method" : "git" ,
"tags" : [
"fswatch" ,
"fsmonitor" ,
"libfswatch" ,
"filesystem"
] ,
"description" : "Wrapper for the fswatch library." ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/FedericoCeratto/nim-fswatch"
2019-04-08 23:44:19 +08:00
} ,
{
"name" : "parseini" ,
"url" : "https://github.com/lihf8515/parseini" ,
"method" : "git" ,
"tags" : [
"parseini" ,
"nim"
] ,
"description" : "A high-performance ini parse library for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/lihf8515/parseini"
2019-04-11 20:44:20 +02:00
} ,
2020-11-23 15:40:51 +08:00
{
"name" : "wxpay" ,
"url" : "https://github.com/lihf8515/wxpay" ,
"method" : "git" ,
"tags" : [
"wxpay" ,
"nim"
] ,
"description" : "A wechat payment sdk for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/lihf8515/wxpay"
} ,
2019-04-11 20:44:20 +02:00
{
"name" : "sonic" ,
"url" : "https://github.com/xmonader/nim-sonic-client" ,
"method" : "git" ,
"tags" : [
"sonic" ,
"search" ,
"backend" ,
"index" ,
"client"
] ,
"description" : "client for sonic search backend" ,
"license" : "MIT" ,
"web" : "https://github.com/xmonader/nim-sonic-client"
2019-04-12 19:08:20 +01:00
} ,
{
"name" : "science" ,
"url" : "https://github.com/ruivieira/nim-science" ,
"method" : "git" ,
"tags" : [
"science" ,
"algebra" ,
"statistics" ,
"math"
] ,
"description" : "A library for scientific computations in pure Nim" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/ruivieira/nim-science"
2019-04-13 21:53:49 +09:00
} ,
{
"name" : "gameoflife" ,
"url" : "https://github.com/jiro4989/gameoflife" ,
"method" : "git" ,
"tags" : [
"gameoflife" ,
"library"
] ,
"description" : "gameoflife is library for Game of Life." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/gameoflife"
2019-04-14 17:08:30 +03:00
} ,
{
"name" : "conio" ,
"url" : "https://github.com/guevara-chan/conio" ,
"method" : "git" ,
"tags" : [
"console" ,
"terminal" ,
"io"
] ,
"description" : ".NET-inspired lightweight terminal library" ,
"license" : "MIT" ,
"web" : "https://github.com/guevara-chan/conio"
2019-04-15 08:40:43 +02:00
} ,
{
"name" : "nat_traversal" ,
"url" : "https://github.com/status-im/nim-nat-traversal" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper"
] ,
"description" : "miniupnpc and libnatpmp wrapper" ,
"license" : "Apache License 2.0 or MIT" ,
"web" : "https://github.com/status-im/nim-nat-traversal"
2019-04-18 19:09:57 +02:00
} ,
{
"name" : "jsutils" ,
"url" : "https://github.com/kidandcat/jsutils" ,
"method" : "git" ,
"tags" : [
2019-04-18 20:04:46 +02:00
"library" ,
"javascript"
2019-04-18 19:09:57 +02:00
] ,
"description" : "Utils to work with javascript" ,
"license" : "MIT" ,
"web" : "https://github.com/kidandcat/jsutils"
2019-04-21 10:34:53 +09:00
} ,
2019-04-23 01:27:32 -05:00
{
"name" : "getr" ,
"url" : "https://github.com/jrfondren/getr-nim" ,
"method" : "git" ,
"tags" : [
"benchmark" ,
"utility"
] ,
"description" : "Benchmarking wrapper around getrusage()" ,
"license" : "MIT" ,
"web" : "https://github.com/jrfondren/getr-nim"
} ,
2020-11-03 23:40:03 -06:00
{
"name" : "oshostname" ,
"url" : "https://github.com/jrfondren/nim-oshostname" ,
"method" : "git" ,
"tags" : [
"posix" ,
"wrapper"
] ,
"description" : "Get the current hostname with gethostname(2)" ,
"license" : "MIT" ,
"web" : "https://github.com/jrfondren/nim-oshostname"
} ,
2019-04-21 10:34:53 +09:00
{
"name" : "pnm" ,
"url" : "https://github.com/jiro4989/pnm" ,
"method" : "git" ,
"tags" : [
"pnm" ,
"image" ,
"library"
] ,
"description" : "pnm is library for PNM (Portable AnyMap)." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/pnm"
2019-04-23 14:43:38 +09:00
} ,
{
"name" : "ski" ,
"url" : "https://github.com/jiro4989/ski" ,
"method" : "git" ,
"tags" : [
"ski" ,
"combinator" ,
"library"
] ,
"description" : "ski is library for SKI combinator." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/ski"
2019-04-25 09:03:41 +03:00
} ,
{
"name" : "imageman" ,
"url" : "https://github.com/SolitudeSF/imageman" ,
"method" : "git" ,
"tags" : [
"image" ,
"graphics" ,
"processing" ,
"manipulation"
] ,
"description" : "Image manipulation library" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/imageman"
2019-04-30 10:44:47 +01:00
} ,
{
"name" : "matplotnim" ,
"url" : "https://github.com/ruivieira/matplotnim" ,
"method" : "git" ,
"tags" : [
"science" ,
"plotting" ,
"graphics" ,
"wrapper" ,
"library"
] ,
"description" : "A Nim wrapper for Python's matplotlib" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/ruivieira/matplotnim"
2019-05-03 10:24:51 +03:00
} ,
{
"name" : "cliptomania" ,
"url" : "https://github.com/Guevara-chan/Cliptomania" ,
"method" : "git" ,
"tags" : [
"clip" ,
"clipboard"
] ,
"description" : ".NET-inspired lightweight clipboard library" ,
"license" : "MIT" ,
"web" : "https://github.com/Guevara-chan/Cliptomania"
2019-05-05 09:23:01 +03:00
} ,
{
"name" : "mpdclient" ,
"url" : "https://github.com/SolitudeSF/mpdclient" ,
"method" : "git" ,
"tags" : [
"mpd" ,
"music" ,
"player" ,
"client"
] ,
"description" : "MPD client library" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/mpdclient"
2019-05-07 12:56:35 +01:00
} ,
{
"name" : "mentat" ,
"url" : "https://github.com/ruivieira/nim-mentat" ,
"method" : "git" ,
"tags" : [
"science" ,
"machine-learning" ,
"data-science" ,
"statistics" ,
"math" ,
"library"
] ,
"description" : "A Nim library for data science and machine learning" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/ruivieira/nim-mentat"
2019-05-07 11:41:59 -04:00
} ,
{
"name" : "svdpi" ,
"url" : "https://github.com/kaushalmodi/nim-svdpi" ,
"method" : "git" ,
"tags" : [
"dpi-c" ,
"systemverilog" ,
"foreign-function" ,
"interface"
] ,
"description" : "Small wrapper for SystemVerilog DPI-C header svdpi.h" ,
"license" : "MIT" ,
"web" : "https://github.com/kaushalmodi/nim-svdpi"
2019-05-07 19:41:23 +03:00
} ,
{
"name" : "shlex" ,
"url" : "https://github.com/SolitudeSF/shlex" ,
"method" : "git" ,
"tags" : [
"shlex" ,
"shell" ,
"parse" ,
"split"
] ,
"description" : "Library for splitting a string into shell words" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/shlex"
2019-05-08 00:12:26 +01:00
} ,
{
"name" : "prometheus" ,
"url" : "https://github.com/dom96/prometheus" ,
"method" : "git" ,
"tags" : [
"metrics" ,
"logging" ,
"graphs"
] ,
"description" : "Library for exposing metrics to Prometheus" ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/prometheus"
2019-05-09 15:49:40 +01:00
} ,
{
"name" : "feednim" ,
"url" : "https://github.com/johnconway/feed-nim" ,
"method" : "git" ,
"tags" : [
"yes"
] ,
"description" : "An Atom, RSS, and JSONfeed parser" ,
"license" : "MIT" ,
"web" : "https://github.com/johnconway/feed-nim"
2019-05-20 06:40:27 +02:00
} ,
2019-05-20 01:11:13 -05:00
{
"name" : "simplepng" ,
"url" : "https://github.com/jrenner/nim-simplepng" ,
"method" : "git" ,
"tags" : [
"png" ,
"image"
] ,
"description" : "high level simple way to write PNGs" ,
"license" : "MIT" ,
"web" : "https://github.com/jrenner/nim-simplepng"
} ,
2019-05-20 06:40:27 +02:00
{
"name" : "dali" ,
"url" : "https://github.com/akavel/dali" ,
"method" : "git" ,
"tags" : [
"android" ,
"apk" ,
"dalvik" ,
"dex" ,
"assembler"
] ,
"description" : "Indie assembler/linker for Android's Dalvik VM .dex & .apk files" ,
"license" : "AGPL-3.0" ,
"web" : "https://github.com/akavel/dali"
2019-05-24 18:36:14 +09:00
} ,
{
"name" : "rect" ,
"url" : "https://github.com/jiro4989/rect" ,
"method" : "git" ,
"tags" : [
"cli" ,
"tool" ,
"text" ,
"rectangle"
] ,
"description" : "rect is a command to crop/paste rectangle text." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/rect"
2019-05-25 02:33:44 -04:00
} ,
{
"name" : "p4ztag_to_json" ,
"url" : "https://github.com/kaushalmodi/p4ztag_to_json" ,
"method" : "git" ,
"tags" : [
"perforce" ,
"p4" ,
"ztag" ,
"serialization-format" ,
"json"
] ,
"description" : "Convert Helix Version Control / Perforce (p4) -ztag output to JSON" ,
"license" : "MIT" ,
"web" : "https://github.com/kaushalmodi/p4ztag_to_json"
2019-05-29 07:57:49 +02:00
} ,
{
"name" : "terminaltables" ,
"url" : "https://github.com/xmonader/nim-terminaltables" ,
"method" : "git" ,
"tags" : [
"terminal" ,
"tables" ,
"ascii" ,
"unicode"
] ,
"description" : "terminal tables" ,
"license" : "BSD-3-Clause" ,
"web" : "https://github.com/xmonader/nim-terminaltables"
2019-05-30 18:21:49 +09:00
} ,
{
"name" : "alignment" ,
"url" : "https://github.com/jiro4989/alignment" ,
"method" : "git" ,
"tags" : [
"library" ,
"text" ,
"align" ,
"string" ,
"strutils"
] ,
"description" : "alignment is a library to align strings." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/alignment"
2019-05-31 21:39:06 +02:00
} ,
{
"name" : "niup" ,
"url" : "https://github.com/dariolah/niup" ,
"method" : "git" ,
"tags" : [
"iup" ,
"gui" ,
"nim"
] ,
"description" : "IUP FFI bindings" ,
"license" : "MIT" ,
"web" : "https://github.com/dariolah/niup"
2019-06-01 14:35:38 +01:00
} ,
{
"name" : "libgcrypt" ,
"url" : "https://github.com/FedericoCeratto/nim-libgcrypt" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"library" ,
"security" ,
"crypto"
] ,
"description" : "libgcrypt wrapper" ,
"license" : "LGPLv2.1" ,
"web" : "https://github.com/FedericoCeratto/nim-libgcrypt"
2019-06-04 17:28:11 +02:00
} ,
2019-06-04 18:49:58 +03:00
{
"name" : "masterpassword" ,
"url" : "https://github.com/SolitudeSF/masterpassword" ,
"method" : "git" ,
"tags" : [
"masterpassword" ,
"password" ,
"stateless"
] ,
"description" : "Master Password algorith implementation" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/masterpassword"
} ,
{
"name" : "mpwc" ,
"url" : "https://github.com/SolitudeSF/mpwc" ,
"method" : "git" ,
"tags" : [
"masterpassword" ,
"password" ,
"manager" ,
"stateless"
] ,
"description" : "Master Password command line utility" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/mpwc"
} ,
2019-06-04 17:28:11 +02:00
{
"name" : "toxcore" ,
2022-04-08 18:11:36 -05:00
"url" : "https://git.sr.ht/~ehmry/nim-toxcore" ,
2019-06-04 17:28:11 +02:00
"method" : "git" ,
"tags" : [
"tox" ,
"chat" ,
"wrapper"
] ,
"description" : "C Tox core wrapper" ,
"license" : "GPL-3.0" ,
2022-04-08 18:11:36 -05:00
"web" : "https://git.sr.ht/~ehmry/nim-toxcore"
2019-06-06 20:28:34 +02:00
} ,
{
"name" : "rapid" ,
"url" : "https://github.com/liquid600pgm/rapid" ,
"method" : "git" ,
"tags" : [
"game" ,
"engine" ,
"2d" ,
"graphics" ,
"audio"
] ,
"description" : "A game engine for rapid development and easy prototyping" ,
"license" : "MIT" ,
"web" : "https://github.com/liquid600pgm/rapid"
2019-06-07 21:45:33 +01:00
} ,
{
"name" : "gnutls" ,
"url" : "https://github.com/FedericoCeratto/nim-gnutls" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"library" ,
"security" ,
"crypto"
] ,
"description" : "GnuTLS wrapper" ,
"license" : "LGPLv2.1" ,
"web" : "https://github.com/FedericoCeratto/nim-gnutls"
2019-06-12 14:21:52 +03:00
} ,
{
"name" : "news" ,
"url" : "https://github.com/tormund/news" ,
"method" : "git" ,
"tags" : [
"websocket" ,
"chronos"
] ,
"description" : "Easy websocket with chronos support" ,
"license" : "MIT" ,
"web" : "https://github.com/tormund/news"
2019-06-14 06:19:36 +01:00
} ,
{
"name" : "tor" ,
"url" : "https://github.com/FedericoCeratto/nim-tor" ,
"method" : "git" ,
"tags" : [
"library" ,
"security" ,
"crypto" ,
"tor" ,
"onion"
] ,
"description" : "Tor helper library" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-tor"
2019-06-21 02:06:56 +09:00
} ,
{
"name" : "nimjson" ,
"url" : "https://github.com/jiro4989/nimjson" ,
"method" : "git" ,
"tags" : [
"lib" ,
"cli" ,
"command" ,
"json" ,
"library"
] ,
"description" : "nimjson generates nim object definitions from json documents." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/nimjson"
2019-06-21 01:41:46 -04:00
} ,
{
"name" : "nerve" ,
"url" : "https://github.com/nepeckman/nerve-rpc" ,
"method" : "git" ,
"tags" : [
"rpc" ,
"framework" ,
"web" ,
"json" ,
"api" ,
"library"
] ,
"description" : "A RPC framework for building web APIs" ,
"license" : "MIT" ,
"web" : "https://github.com/nepeckman/nerve-rpc"
2019-06-24 13:51:54 +02:00
} ,
{
"name" : "lolcat" ,
"url" : "https://github.com/OHermesJunior/lolcat.nim" ,
"method" : "git" ,
"tags" : [
"lolcat" ,
"binary" ,
"tool" ,
"colors" ,
"fun"
] ,
"description" : "lolcat implementation in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/OHermesJunior/lolcat.nim"
2019-06-25 14:24:34 +07:00
} ,
{
"name" : "dnsclient" ,
"url" : "https://github.com/ba0f3/dnsclient.nim" ,
"method" : "git" ,
"tags" : [
"dns" ,
"dnsclient"
] ,
"description" : "Simple DNS Client & Library" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/dnsclient.nim"
2019-06-26 21:09:45 +02:00
} ,
{
"name" : "rain" ,
"url" : "https://github.com/OHermesJunior/rain.nim" ,
"method" : "git" ,
"tags" : [
"rain" ,
"simulation" ,
"terminal" ,
"fun"
] ,
"description" : "Rain simulation in your terminal" ,
"license" : "MIT" ,
"web" : "https://github.com/OHermesJunior/rain.nim"
2019-06-27 14:57:25 +07:00
} ,
{
"name" : "kmod" ,
"url" : "https://github.com/alaviss/kmod" ,
"method" : "git" ,
"tags" : [
"kmod" ,
"wrapper"
] ,
"description" : "High-level wrapper for Linux's kmod library" ,
"license" : "ISC" ,
"web" : "https://github.com/alaviss/kmod"
2019-06-27 16:35:44 +02:00
} ,
2020-11-13 13:42:18 +01:00
{
"name" : "couchdb" ,
"url" : "https://github.com/theAkito/nim-couchdb" ,
"method" : "git" ,
"tags" : [
"akito" ,
"database" ,
"db" ,
"couch" ,
"couchdb" ,
"api" ,
"node" ,
"cluster"
] ,
"description" : "A library for managing your CouchDB. Easy & comfortably to use." ,
"license" : "GPL-3.0-or-later"
} ,
2020-11-11 07:14:58 +01:00
{
"name" : "quickcrypt" ,
"url" : "https://github.com/theAkito/nim-quickcrypt" ,
"method" : "git" ,
"tags" : [
"akito" ,
"crypt" ,
"crypto" ,
"encrypt" ,
"encryption" ,
"easy" ,
"quick" ,
"aes" ,
"cbc" ,
"aes-cbc" ,
"nimaes" ,
"nim-aes" ,
"permission" ,
"linux" ,
"posix" ,
"windows" ,
2020-11-13 13:42:18 +01:00
"process" ,
"uuid" ,
"oid" ,
"secure" ,
"security" ,
"random" ,
"generator" ,
"rng" ,
"csprng" ,
"cprng" ,
"crng" ,
"cryptography"
2020-11-11 07:14:58 +01:00
] ,
2020-11-13 13:42:18 +01:00
"description" : "A library for quickly and easily encrypting strings & files. User-friendly and highly compatible." ,
2020-11-11 07:14:58 +01:00
"license" : "GPL-3.0-or-later"
} ,
2020-11-04 06:40:39 +01:00
{
"name" : "neoid" ,
"url" : "https://github.com/theAkito/nim-neoid" ,
"method" : "git" ,
"tags" : [
"akito" ,
"nanoid" ,
"neoid" ,
"uuid" ,
"oid" ,
"secure" ,
"random" ,
"generator" ,
"windows" ,
"rng" ,
"csprng" ,
"cprng" ,
"crng" ,
"crypto" ,
2020-11-13 13:42:18 +01:00
"cryptography" ,
"crypt" ,
"encrypt" ,
"encryption" ,
"easy" ,
"quick"
2020-11-04 06:40:39 +01:00
] ,
2020-11-13 13:42:18 +01:00
"description" : "Nim implementation of NanoID, a tiny, secure, URL-friendly, unique string ID generator. Works with Linux and Windows!" ,
2020-11-04 06:40:39 +01:00
"license" : "GPL-3.0-or-later"
} ,
2022-04-13 16:42:37 +02:00
{
"name" : "useradd" ,
"url" : "https://github.com/theAkito/nim-useradd" ,
"method" : "git" ,
"tags" : [
"akito" ,
"gosu" ,
"su-exec" ,
"docker" ,
"kubernetes" ,
"helm" ,
"permission" ,
"linux" ,
"posix" ,
"postgres" ,
"process" ,
"security" ,
"alpine" ,
"busybox" ,
"useradd" ,
"adduser" ,
"shadow" ,
"musl" ,
"libc"
] ,
"description" : "Linux adduser/useradd library with all batteries included." ,
"license" : "GPL-3.0-or-later"
} ,
2022-04-01 17:28:07 +02:00
{
"name" : "userdef" ,
"url" : "https://github.com/theAkito/userdef" ,
"method" : "git" ,
"tags" : [
"akito" ,
"gosu" ,
"su-exec" ,
"docker" ,
"kubernetes" ,
"helm" ,
"permission" ,
"linux" ,
"posix" ,
"postgres" ,
"process" ,
"security" ,
"alpine" ,
"busybox" ,
"useradd" ,
"adduser" ,
"shadow" ,
"musl" ,
"libc"
] ,
"description" : "A more advanced adduser for your Alpine based Docker images." ,
"license" : "GPL-3.0-or-later"
} ,
2020-10-06 16:01:14 +02:00
{
"name" : "sue" ,
"url" : "https://github.com/theAkito/sue" ,
"method" : "git" ,
"tags" : [
2020-11-04 06:40:39 +01:00
"akito" ,
2020-10-06 16:01:14 +02:00
"gosu" ,
"su-exec" ,
"docker" ,
"kubernetes" ,
"helm" ,
"permission" ,
"linux" ,
"posix" ,
"postgres" ,
"process"
] ,
"description" : "Executes a program as a user different from the user running `sue`. The target program is `exec`'ed which means, that it replaces the `sue` process you are using to run the target program. This simulates native tools like `su` and `sudo` and uses the same low-level POSIX tools to achieve that, but eliminates common issues that usually arise, when using those native tools." ,
"license" : "GPL-3.0-or-later"
} ,
2019-06-27 16:35:44 +02:00
{
"name" : "validateip" ,
2020-10-06 16:01:14 +02:00
"url" : "https://github.com/theAkito/nim-validateip" ,
2019-06-27 16:35:44 +02:00
"method" : "git" ,
"tags" : [
2020-11-04 06:40:39 +01:00
"akito" ,
2019-06-27 16:35:44 +02:00
"ip" ,
"ipaddress" ,
"ipv4" ,
"ip4" ,
"checker" ,
"check"
] ,
"description" : "Checks if a provided string is actually a correct IP address. Supports detection of Class A to D of IPv4 addresses." ,
2020-10-06 16:01:14 +02:00
"license" : "GPL-3.0-or-later"
2019-06-27 20:57:32 +02:00
} ,
{
"name" : "RC4" ,
"url" : "https://github.com/OHermesJunior/nimRC4" ,
"method" : "git" ,
"tags" : [
"RC4" ,
"encryption" ,
"library" ,
"crypto" ,
"simple"
] ,
"description" : "RC4 library implementation" ,
"license" : "MIT" ,
"web" : "https://github.com/OHermesJunior/nimRC4"
2019-06-28 08:43:42 -03:00
} ,
{
"name" : "contra" ,
"url" : "https://github.com/juancarlospaco/nim-contra" ,
"method" : "git" ,
"tags" : [
"contract" ,
"nimscript" ,
"javascript" ,
"compiletime"
] ,
"description" : "Lightweight Contract Programming, Design by Contract, on 9 LoC, NimScript, JavaScript, compile-time." ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-contra"
2019-07-03 04:12:23 -07:00
} ,
{
"name" : "wings" ,
"url" : "https://github.com/binhonglee/wings" ,
"method" : "git" ,
"tags" : [
"library" ,
"binary" ,
"codegen" ,
"struct" ,
"enum"
] ,
"description" : "A simple cross language struct and enum file generator." ,
"license" : "MIT" ,
"web" : "https://github.com/binhonglee/wings"
2019-07-08 10:07:57 -04:00
} ,
{
"name" : "lc" ,
"url" : "https://github.com/c-blake/lc" ,
"method" : "git" ,
"tags" : [
"terminal" ,
"cli" ,
"binary" ,
"linux" ,
"unix" ,
"bsd"
] ,
"description" : "A post-modern, \"multi-dimensional\" configurable ls/file lister" ,
"license" : "MIT" ,
"web" : "https://github.com/c-blake/lc"
2019-07-11 03:03:37 -05:00
} ,
{
"name" : "nasher" ,
"url" : "https://github.com/squattingmonk/nasher.nim" ,
"method" : "git" ,
"tags" : [
"nwn" ,
"neverwinternights" ,
"neverwinter" ,
"game" ,
"bioware" ,
"build"
] ,
"description" : "A build tool for Neverwinter Nights projects" ,
"license" : "MIT" ,
"web" : "https://github.com/squattingmonk/nasher.nim"
2019-07-13 16:37:36 +10:00
} ,
{
"name" : "illwill" ,
"url" : "https://github.com/johnnovak/illwill" ,
"method" : "git" ,
"tags" : [
"terminal" ,
"console" ,
"curses" ,
"ui"
] ,
"description" : "A curses inspired simple cross-platform console library for Nim" ,
2019-07-13 21:46:13 +10:00
"license" : "WTFPL" ,
2019-07-13 16:37:36 +10:00
"web" : "https://github.com/johnnovak/illwill"
2019-07-17 00:46:31 -05:00
} ,
{
"name" : "shared" ,
"url" : "https://github.com/genotrance/shared" ,
"method" : "git" ,
"tags" : [
"shared" ,
"seq" ,
"string" ,
"threads"
] ,
"description" : "Nim library for shared types" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/shared"
2019-07-22 09:12:43 +02:00
} ,
{
"name" : "nimmm" ,
"url" : "https://github.com/joachimschmidt557/nimmm" ,
"method" : "git" ,
"tags" : [
"nimmm" ,
"terminal" ,
"nimbox" ,
"tui"
] ,
"description" : "A terminal file manager written in nim" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/joachimschmidt557/nimmm"
2019-07-22 21:22:59 +02:00
} ,
{
"name" : "fastx_reader" ,
"url" : "https://github.com/ahcm/fastx_reader" ,
"method" : "git" ,
"tags" : [
"bioinformatics," ,
"fasta," ,
"fastq"
] ,
"description" : "FastQ and Fasta readers for NIM" ,
"license" : "LGPL-3.0" ,
"web" : "https://github.com/ahcm/fastx_reader"
2019-07-24 14:18:59 -04:00
} ,
{
"name" : "d3" ,
"url" : "https://github.com/hiteshjasani/nim-d3" ,
"method" : "git" ,
"tags" : [
"d3" ,
"javascript" ,
"library" ,
"wrapper"
] ,
"description" : "A D3.js wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/hiteshjasani/nim-d3"
2019-07-25 20:54:59 +12:00
} ,
{
"name" : "baker" ,
"url" : "https://github.com/jasonrbriggs/baker" ,
"method" : "git" ,
"tags" : [
"html" ,
"template" ,
"static" ,
"blog"
] ,
"description" : "Static website generation" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/jasonrbriggs/baker"
2019-07-30 20:58:24 +03:00
} ,
{
"name" : "web3" ,
"url" : "https://github.com/status-im/nim-web3" ,
"method" : "git" ,
"tags" : [
"web3" ,
"ethereum" ,
"rpc"
] ,
"description" : "Ethereum Web3 API" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-web3"
2019-08-12 08:53:50 +02:00
} ,
{
"name" : "skybook" ,
"url" : "https://github.com/muxueqz/skybook" ,
"method" : "git" ,
"tags" : [
"bookmark-manager" ,
"bookmark"
] ,
"description" : "Light weight bookmark manager(delicious alternative)" ,
"license" : "GPL-2.0" ,
"web" : "https://github.com/muxueqz/skybook"
} ,
{
"name" : "rbac" ,
"url" : "https://github.com/ba0f3/rbac.nim" ,
"method" : "git" ,
"tags" : [
"rbac" ,
"acl" ,
"role-based-access-control" ,
"role-based" ,
"access-control"
] ,
"description" : "Simple Role-based Access Control Library" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/rbac.nim"
} ,
{
"name" : "simpleot" ,
"url" : "https://github.com/markspanbroek/simpleot.nim" ,
"method" : "git" ,
"tags" : [
"ot" ,
"mpc"
] ,
"description" : "Simple OT wrapper" ,
"license" : "MIT" ,
"web" : "https://github.com/markspanbroek/simpleot.nim"
} ,
{
"name" : "blurhash" ,
"url" : "https://github.com/SolitudeSF/blurhash" ,
"method" : "git" ,
"tags" : [
"image" ,
"blur" ,
"hash" ,
"blurhash"
] ,
"description" : "Encoder/decoder for blurhash algorithm" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/blurhash"
} ,
{
"name" : "samson" ,
"url" : "https://github.com/GULPF/samson" ,
"method" : "git" ,
"tags" : [
"json" ,
"json5"
] ,
"description" : "Implementation of JSON5." ,
"license" : "MIT" ,
"web" : "https://github.com/GULPF/samson"
} ,
{
"name" : "proton" ,
"url" : "https://github.com/jasonrbriggs/proton-nim" ,
"method" : "git" ,
"tags" : [
"xml" ,
"xhtml" ,
"template"
] ,
"description" : "Proton template engine for xml and xhtml files" ,
"license" : "MIT" ,
"web" : "https://github.com/jasonrbriggs/proton-nim"
} ,
{
"name" : "lscolors" ,
"url" : "https://github.com/joachimschmidt557/nim-lscolors" ,
"method" : "git" ,
"tags" : [
"lscolors" ,
"posix" ,
"unix" ,
"linux" ,
"ls" ,
"terminal"
] ,
"description" : "A library for colorizing paths according to LS_COLORS" ,
"license" : "MIT" ,
"web" : "https://github.com/joachimschmidt557/nim-lscolors"
} ,
{
"name" : "shell" ,
"url" : "https://github.com/Vindaar/shell" ,
"method" : "git" ,
"tags" : [
"library" ,
"macro" ,
"dsl" ,
"shell"
] ,
"description" : "A Nim mini DSL to execute shell commands" ,
"license" : "MIT" ,
"web" : "https://github.com/Vindaar/shell"
} ,
{
"name" : "mqtt" ,
"url" : "https://github.com/barnybug/nim-mqtt" ,
"method" : "git" ,
"tags" : [
"MQTT"
] ,
"description" : "MQTT wrapper for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/barnybug/nim-mqtt"
} ,
{
"name" : "cal" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/cal" ,
2019-08-12 08:53:50 +02:00
"method" : "git" ,
"tags" : [
"calculator"
] ,
"description" : "A simple interactive calculator" ,
"license" : "MIT" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/cal"
2019-08-12 22:21:56 -07:00
} ,
{
"name" : "spurdify" ,
"url" : "https://github.com/paradox460/spurdify" ,
"method" : "git" ,
"tags" : [
"funny" ,
"meme" ,
"spurdo" ,
"text-manipulation" ,
"mangle"
] ,
"description" : "Spurdification library and CLI" ,
"license" : "MIT" ,
"web" : "https://github.com/paradox460/spurdify"
2019-08-14 09:28:58 +03:00
} ,
{
"name" : "c4" ,
"url" : "https://github.com/c0ntribut0r/cat-400" ,
"method" : "git" ,
"tags" : [
"game" ,
"framework" ,
"2d" ,
"3d"
] ,
"description" : "Game framework, modular and extensible" ,
"license" : "MPL-2.0" ,
"web" : "https://github.com/c0ntribut0r/cat-400" ,
"doc" : "https://github.com/c0ntribut0r/cat-400/tree/master/docs/tutorials"
2019-08-17 09:43:15 -05:00
} ,
2019-08-17 18:01:50 +02:00
{
"name" : "numericalnim" ,
2021-10-19 16:43:33 +02:00
"url" : "https://github.com/SciNim/numericalnim/" ,
2019-08-17 18:01:50 +02:00
"method" : "git" ,
"tags" : [
"numerical" ,
"ode" ,
"integration" ,
2021-10-19 16:43:33 +02:00
"scientific" ,
"interpolation"
2019-08-17 18:01:50 +02:00
] ,
"description" : "A collection of numerical methods written in Nim" ,
"license" : "MIT" ,
2021-10-19 16:43:33 +02:00
"web" : "https://github.com/SciNim/numericalnim/"
2019-08-17 18:01:50 +02:00
} ,
2019-08-17 09:43:15 -05:00
{
"name" : "murmurhash" ,
"url" : "https://github.com/cwpearson/nim-murmurhash" ,
"method" : "git" ,
"tags" : [
"murmur" ,
"hash" ,
"MurmurHash3" ,
"MurmurHash2"
] ,
"description" : "Pure nim implementation of MurmurHash" ,
"license" : "MIT" ,
"web" : "https://github.com/cwpearson/nim-murmurhash"
2019-08-19 17:10:02 -03:00
} ,
2019-08-19 17:24:48 -03:00
{
"name" : "redneck_translator" ,
"url" : "https://github.com/juancarlospaco/redneck-translator" ,
"method" : "git" ,
"tags" : [
"redneck" ,
"string" ,
"slang"
] ,
"description" : "Redneck Translator for Y'all" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/redneck-translator"
} ,
2019-08-19 17:10:02 -03:00
{
"name" : "sweetanitify" ,
"url" : "https://github.com/juancarlospaco/sweetanitify" ,
"method" : "git" ,
"tags" : [
"sweet_anita" ,
"tourette" ,
"string"
] ,
"description" : "Sweet_Anita Translator, help spread awareness about Tourettes" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/sweetanitify"
2019-08-20 00:36:07 -05:00
} ,
{
"name" : "cmake" ,
"url" : "https://github.com/genotrance/cmake" ,
"method" : "git" ,
"tags" : [
"cmake" ,
"build" ,
"tool" ,
"wrapper"
] ,
"description" : "CMake for Nimble" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/cmake"
2019-08-21 03:31:17 -03:00
} ,
{
"name" : "plz" ,
"url" : "https://github.com/juancarlospaco/nim-pypi" ,
"method" : "git" ,
"tags" : [
"python" ,
"pip" ,
"nimpy"
] ,
"description" : "PLZ Python PIP alternative" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-pypi"
2019-08-21 13:57:11 +02:00
} ,
{
"name" : "NiMPC" ,
"url" : "https://github.com/markspanbroek/nimpc" ,
"method" : "git" ,
"tags" : [
"multiparty" ,
"computation" ,
"mpc"
] ,
"description" : "Secure multi-party computation" ,
"license" : "MIT" ,
"web" : "https://github.com/markspanbroek/nimpc"
2019-08-21 13:58:08 -04:00
} ,
{
"name" : "qrcodegen" ,
"url" : "https://github.com/bunkford/qrcodegen" ,
"method" : "git" ,
"tags" : [
"qr" ,
"barcode"
] ,
"description" : "QR Code Generator" ,
"license" : "MIT" ,
"web" : "https://github.com/bunkford/qrcodegen"
2019-08-24 02:12:57 +08:00
} ,
{
2020-11-04 22:08:51 +00:00
"name" : "cirru_parser" ,
2019-08-24 02:12:57 +08:00
"url" : "https://github.com/Cirru/parser.nim" ,
"method" : "git" ,
"tags" : [
"parser" ,
"cirru"
] ,
"description" : "Parser for Cirru syntax" ,
"license" : "MIT" ,
"web" : "https://github.com/Cirru/parser.nim"
2019-08-26 16:24:59 +01:00
} ,
2021-02-22 20:46:54 +08:00
{
"name" : "cirru_writer" ,
"url" : "https://github.com/Cirru/writer.nim" ,
"method" : "git" ,
"tags" : [
"cirru"
] ,
"description" : "Code writer for Cirru syntax" ,
"license" : "MIT" ,
"web" : "https://github.com/Cirru/writer.nim"
} ,
2021-03-15 14:17:25 +08:00
{
"name" : "cirru_edn" ,
"url" : "https://github.com/Cirru/cirru-edn.nim" ,
"method" : "git" ,
"tags" : [
"cirru" ,
"edn"
] ,
"description" : "Extensible data notation based on Cirru syntax" ,
"license" : "MIT" ,
"web" : "https://github.com/Cirru/cirru-edn.nim"
} ,
2020-10-30 15:44:22 +08:00
{
2020-11-03 18:40:37 +00:00
"name" : "ternary_tree" ,
2020-12-05 16:55:52 +08:00
"url" : "https://github.com/calcit-lang/ternary-tree" ,
2020-10-30 15:44:22 +08:00
"method" : "git" ,
"tags" : [
"data-structure"
] ,
"description" : "Structural sharing data structure of lists and maps." ,
"license" : "MIT" ,
2020-12-05 16:55:52 +08:00
"web" : "https://github.com/calcit-lang/ternary-tree"
2020-10-30 15:44:22 +08:00
} ,
2019-08-26 17:10:32 +01:00
{
"name" : "reframe" ,
"url" : "https://github.com/rosado/reframe.nim" ,
"method" : "git" ,
"tags" : [
"clojurescript" ,
"re-frame"
] ,
"description" : "Tools for working with re-frame ClojureScript projects" ,
"license" : "EPL-2.0" ,
"web" : "https://github.com/rosado/reframe.nim"
} ,
2019-08-26 16:24:59 +01:00
{
"name" : "edn" ,
"url" : "https://github.com/rosado/edn.nim" ,
"method" : "git" ,
"tags" : [
"edn" ,
"clojure"
] ,
"description" : "EDN and Clojure parser" ,
"license" : "EPL-2.0" ,
"web" : "https://github.com/rosado/edn.nim"
2019-08-30 17:01:44 -03:00
} ,
{
"name" : "easings" ,
"url" : "https://github.com/juancarlospaco/nim-easings" ,
"method" : "git" ,
"tags" : [
"easings" ,
"math"
] ,
"description" : "Robert Penner Easing Functions for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-easings"
2019-08-31 08:28:32 +02:00
} ,
2019-08-31 15:36:26 -03:00
{
"name" : "euclidean" ,
"url" : "https://github.com/juancarlospaco/nim-euclidean" ,
"method" : "git" ,
"tags" : [
"euclidean" ,
"modulo" ,
"division" ,
"math"
] ,
"description" : "Euclidean Division & Euclidean Modulo" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-euclidean"
} ,
2019-08-31 08:28:32 +02:00
{
"name" : "fletcher" ,
"url" : "https://github.com/Akito13/nim-fletcher" ,
"method" : "git" ,
"tags" : [
"algorithm" ,
"checksum" ,
"hash" ,
"adler" ,
"crc" ,
"crc32" ,
"embedded"
] ,
"description" : "Implementation of the Fletcher checksum algorithm." ,
"license" : "GPLv3+" ,
"web" : "https://github.com/Akito13/nim-fletcher"
2019-09-05 08:16:22 +03:00
} ,
{
"name" : "Xors3D" ,
"url" : "https://github.com/Guevara-chan/Xors3D-for-Nim" ,
"method" : "git" ,
"tags" : [
"3d" ,
"game" ,
"engine" ,
"dx9" ,
"graphics"
] ,
"description" : "Blitz3D-esque DX9 engine for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Guevara-chan/Xors3D-for-Nim"
2019-09-05 06:11:16 -03:00
} ,
{
"name" : "constants" ,
"url" : "https://github.com/juancarlospaco/nim-constants" ,
"method" : "git" ,
"tags" : [
"math" ,
"physics" ,
"chemistry" ,
"biology" ,
"engineering" ,
"science"
] ,
"description" : "Mathematical numerical named static constants useful for different disciplines" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-constants"
2019-09-08 23:13:05 +08:00
} ,
2019-09-08 11:31:01 -05:00
{
"name" : "pager" ,
"url" : "https://git.sr.ht/~reesmichael1/nim-pager" ,
"method" : "git" ,
"tags" : [
"pager" ,
"paging" ,
"less" ,
"more"
] ,
"description" : "A simple library for paging, similar to less" ,
"license" : "GPL-3.0" ,
"web" : "https://git.sr.ht/~reesmichael1/nim-pager"
} ,
2019-09-08 12:04:17 -04:00
{
"name" : "procs" ,
"url" : "https://github.com/c-blake/procs" ,
"method" : "git" ,
"tags" : [
"library" ,
"terminal" ,
"cli" ,
"binary" ,
"linux" ,
"unix" ,
"bsd"
] ,
"description" : "Unix process&system query&formatting library&multi-command CLI in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/c-blake/procs"
} ,
2019-09-08 23:13:05 +08:00
{
"name" : "laser" ,
"url" : "https://github.com/numforge/laser" ,
"method" : "git" ,
"tags" : [
"parallel" ,
"simd"
] ,
"description" : "High Performance Computing and Image Toolbox: SIMD, JIT Assembler, OpenMP, runtime CPU feature detection, optimised machine learning primitives" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/numforge/laser"
2019-09-11 22:38:36 +02:00
} ,
{
"name" : "libssh" ,
"url" : "https://github.com/dariolah/libssh-nim" ,
"method" : "git" ,
"tags" : [
"ssh" ,
"libssh"
] ,
"description" : "libssh FFI bindings" ,
"license" : "MIT" ,
"web" : "https://github.com/dariolah/libssh-nim"
2019-09-13 01:45:51 -04:00
} ,
{
"name" : "wZeeGrid" ,
"url" : "https://github.com/bunkford/wZeeGrid" ,
"method" : "git" ,
"tags" : [
"library" ,
"windows" ,
"gui" ,
2019-09-13 10:05:02 -04:00
"ui" ,
"wnim"
2019-09-13 01:45:51 -04:00
] ,
"description" : "Grid plugin for wNim." ,
"license" : "MIT" ,
"web" : "https://github.com/bunkford/wZeeGrid" ,
"doc" : "https://bunkford.github.io/wZeeGrid/wZeeGrid.html"
2019-09-13 10:05:02 -04:00
} ,
{
"name" : "wChart" ,
"url" : "https://github.com/bunkford/wChart" ,
"method" : "git" ,
"tags" : [
"library" ,
"windows" ,
"gui" ,
"ui" ,
"wnim"
] ,
"description" : "Chart plugin for wNim." ,
"license" : "MIT" ,
"web" : "https://github.com/bunkford/wChart" ,
"doc" : "https://bunkford.github.io/wChart/wChart.html"
2019-09-15 06:35:06 -04:00
} ,
{
"name" : "stacks" ,
"url" : "https://github.com/rustomax/nim-stacks" ,
"method" : "git" ,
"tags" : [
"stack" ,
"data-structure"
] ,
"description" : "Pure Nim stack implementation based on sequences." ,
"license" : "MIT" ,
"web" : "https://github.com/rustomax/nim-stacks"
2019-09-19 22:18:53 +12:00
} ,
{
"name" : "mustache" ,
"url" : "https://github.com/soasme/nim-mustache" ,
"method" : "git" ,
"tags" : [
"mustache" ,
"template"
] ,
"description" : "Mustache in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/soasme/nim-mustache"
2019-09-20 01:13:44 -04:00
} ,
{
"name" : "sigv4" ,
"url" : "https://github.com/disruptek/sigv4" ,
"method" : "git" ,
"tags" : [
"1.0.0"
] ,
"description" : "Amazon Web Services Signature Version 4" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/sigv4"
2019-09-21 00:51:04 -04:00
} ,
2019-09-21 01:21:38 -04:00
{
"name" : "openapi" ,
"url" : "https://github.com/disruptek/openapi" ,
"method" : "git" ,
"tags" : [
"api" ,
"openapi" ,
"rest" ,
"cloud"
] ,
"description" : "OpenAPI Code Generator" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/openapi"
} ,
2019-09-21 00:51:04 -04:00
{
"name" : "atoz" ,
"url" : "https://github.com/disruptek/atoz" ,
"method" : "git" ,
"tags" : [
"aws" ,
"api" ,
"cloud" ,
"amazon"
] ,
"description" : "Amazon Web Services (AWS) APIs" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/atoz"
2019-09-21 19:46:30 +09:00
} ,
{
"name" : "nimga" ,
"url" : "https://github.com/toshikiohnogi/nimga" ,
"method" : "git" ,
"tags" : [
"GeneticAlgorithm" ,
"nimga"
] ,
"description" : "Genetic Algorithm Library for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/toshikiohnogi/nimga"
2019-09-22 02:55:38 -04:00
} ,
{
"name" : "foreach" ,
"url" : "https://github.com/disruptek/foreach" ,
"method" : "git" ,
"tags" : [
"macro" ,
"syntax" ,
"sugar"
] ,
"description" : "A sugary for loop with syntax for typechecking loop variables" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/foreach"
2019-09-23 01:38:49 +09:00
} ,
{
"name" : "monit" ,
"url" : "https://github.com/jiro4989/monit" ,
"method" : "git" ,
"tags" : [
"cli" ,
"task-runner" ,
"developer-tools" ,
"automation"
] ,
"description" : "A simple task runner. Run tasks and watch file changes with custom paths." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/monit"
2019-09-23 19:33:41 +09:00
} ,
{
"name" : "termnovel" ,
"url" : "https://github.com/jiro4989/termnovel" ,
"method" : "git" ,
"tags" : [
"cli" ,
"novel" ,
"tui"
] ,
"description" : "A command that to read novel on terminal" ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/termnovel"
2019-09-26 04:55:27 +08:00
} ,
{
"name" : "htmlview" ,
"url" : "https://github.com/yuchunzhou/htmlview" ,
"method" : "git" ,
"tags" : [
"html" ,
"browser"
] ,
"description" : "View the offline or online html page in browser" ,
"license" : "MIT" ,
"web" : "https://github.com/yuchunzhou/htmlview"
2019-09-26 13:28:05 +02:00
} ,
{
"name" : "tcping" ,
"url" : "https://github.com/pdrb/tcping" ,
"method" : "git" ,
"tags" : [
"ping," ,
"tcp," ,
"tcping"
] ,
"description" : "Ping hosts using tcp packets" ,
"license" : "MIT" ,
"web" : "https://github.com/pdrb/tcping"
} ,
{
"name" : "pcgbasic" ,
"url" : "https://github.com/rockcavera/pcgbasic" ,
"method" : "git" ,
"tags" : [
"pcg" ,
"rng" ,
"prng" ,
"random"
] ,
"description" : "Permuted Congruential Generator (PCG) Random Number Generation (RNG) for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/rockcavera/pcgbasic"
} ,
{
"name" : "funchook" ,
"url" : "https://github.com/ba0f3/funchook.nim" ,
"method" : "git" ,
"tags" : [
"hook," ,
"hooking"
] ,
"description" : "funchook wrapper" ,
"license" : "GPLv2" ,
"web" : "https://github.com/ba0f3/funchook.nim"
} ,
{
"name" : "sunvox" ,
"url" : "https://github.com/exelotl/nim-sunvox" ,
"method" : "git" ,
"tags" : [
"music" ,
"audio" ,
"sound" ,
"synthesizer"
] ,
"description" : "Bindings for SunVox modular synthesizer" ,
2019-09-28 12:52:43 +02:00
"license" : "0BSD" ,
2019-09-26 13:28:05 +02:00
"web" : "https://github.com/exelotl/nim-sunvox"
2019-09-28 02:28:26 -04:00
} ,
2019-09-28 03:02:21 -04:00
{
"name" : "gcplat" ,
"url" : "https://github.com/disruptek/gcplat" ,
"method" : "git" ,
"tags" : [
"google" ,
"cloud" ,
"platform" ,
"api" ,
"rest" ,
"openapi" ,
"web"
] ,
"description" : "Google Cloud Platform (GCP) APIs" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/gcplat"
} ,
2019-09-28 02:28:26 -04:00
{
"name" : "bluu" ,
"url" : "https://github.com/disruptek/bluu" ,
"method" : "git" ,
"tags" : [
"microsoft" ,
"azure" ,
"cloud" ,
"api" ,
"rest" ,
"openapi" ,
"web"
] ,
"description" : "Microsoft Azure Cloud Computing Platform and Services (MAC) APIs" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/bluu"
2019-09-28 12:08:45 -04:00
} ,
{
"name" : "the_nim_alliance" ,
"url" : "https://github.com/tervay/the-nim-alliance" ,
"method" : "git" ,
"tags" : [
"FRC" ,
"FIRST" ,
"the-blue-alliance" ,
"TBA"
] ,
"description" : "A Nim wrapper for TheBlueAlliance" ,
"license" : "MIT" ,
"web" : "https://github.com/tervay/the-nim-alliance"
2019-09-29 02:28:01 -04:00
} ,
{
"name" : "passgen" ,
"url" : "https://github.com/rustomax/nim-passgen" ,
"method" : "git" ,
"tags" : [
"password-generator"
] ,
"description" : "Password generation library in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/rustomax/nim-passgen"
2019-10-01 01:58:40 -03:00
} ,
2019-10-01 23:31:44 +01:00
{
"name" : "PPM" ,
"url" : "https://github.com/LemonHX/PPM-Nim" ,
"method" : "git" ,
"tags" : [
"graphics" ,
"image"
] ,
"description" : "lib for ppm image" ,
"license" : "LXXSDT-MIT" ,
"web" : "https://github.com/LemonHX/PPM-Nim"
} ,
2019-10-01 01:58:40 -03:00
{
"name" : "fwrite" ,
"url" : "https://github.com/pdrb/nim-fwrite" ,
"method" : "git" ,
"tags" : [
"create," ,
"file," ,
"write," ,
"fwrite"
] ,
"description" : "Create files of the desired size" ,
"license" : "MIT" ,
"web" : "https://github.com/pdrb/nim-fwrite"
2019-10-01 23:00:27 -05:00
} ,
{
"name" : "simplediff" ,
"url" : "https://git.sr.ht/~reesmichael1/nim-simplediff" ,
"method" : "git" ,
"tags" : [
"diff" ,
2020-06-08 08:41:26 +03:00
"simplediff"
2019-10-01 23:00:27 -05:00
] ,
"description" : "A library for straightforward diff calculation" ,
"license" : "GPL-3.0" ,
"web" : "https://git.sr.ht/~reesmichael1/nim-simplediff"
2019-10-04 18:01:49 +03:00
} ,
{
"name" : "xcm" ,
"url" : "https://github.com/SolitudeSF/xcm" ,
"method" : "git" ,
"tags" : [
"color" ,
"x11"
] ,
"description" : "Color management utility for X" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/xcm"
2019-10-07 16:21:54 +03:00
} ,
{
"name" : "bearssl" ,
"url" : "https://github.com/status-im/nim-bearssl" ,
"method" : "git" ,
"tags" : [
"crypto" ,
"hashes" ,
"ciphers" ,
"ssl" ,
"tls"
] ,
"description" : "Bindings to BearSSL library" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-bearssl"
2019-10-08 17:34:23 +13:00
} ,
{
"name" : "schedules" ,
"url" : "https://github.com/soasme/nim-schedules" ,
"method" : "git" ,
"tags" : [
"scheduler" ,
"schedules" ,
"job" ,
"task" ,
"cron" ,
"interval"
] ,
"description" : "A Nim scheduler library that lets you kick off jobs at regular intervals." ,
"license" : "MIT" ,
"web" : "https://github.com/soasme/nim-schedules"
2019-10-08 22:31:42 +03:00
} ,
{
"name" : "nimlevenshtein" ,
"url" : "https://github.com/oswjk/nimlevenshtein" ,
"method" : "git" ,
"tags" : [
"levenshtein" ,
"similarity" ,
"string"
] ,
"description" : "The Levenshtein Nim module contains functions for fast computation of Levenshtein distance and string similarity." ,
2019-10-09 01:45:08 -03:00
"license" : "GPLv2"
} ,
{
"name" : "randpw" ,
"url" : "https://github.com/pdrb/nim-randpw" ,
"method" : "git" ,
"tags" : [
"random" ,
"password" ,
"passphrase" ,
"randpw"
] ,
"description" : "Random password and passphrase generator" ,
"license" : "MIT" ,
"web" : "https://github.com/pdrb/nim-randpw"
2019-10-09 09:48:31 +03:00
} ,
2019-10-09 15:09:09 +08:00
{
"name" : "timeit" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/timeit" ,
2019-10-09 15:09:09 +08:00
"method" : "git" ,
"tags" : [
"timeit" ,
"bench"
] ,
"description" : "measuring execution times written in nim." ,
"license" : "MIT" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/timeit"
2019-10-09 15:09:09 +08:00
} ,
2019-10-09 09:48:31 +03:00
{
"name" : "manu" ,
2020-12-02 16:06:44 +02:00
"url" : "https://github.com/planetis-m/manu" ,
2019-10-09 09:48:31 +03:00
"method" : "git" ,
"tags" : [
"matrix" ,
"linear-algebra" ,
"scientific"
] ,
2020-12-02 16:06:44 +02:00
"description" : "Matrix library" ,
2019-10-09 09:48:31 +03:00
"license" : "MIT" ,
2020-12-02 16:06:44 +02:00
"web" : "https://github.com/planetis-m/manu"
2019-10-09 09:48:31 +03:00
} ,
2021-06-29 13:31:59 +03:00
{
"name" : "sync" ,
"url" : "https://github.com/planetis-m/sync" ,
"method" : "git" ,
"tags" : [
"synchronization" ,
"multithreading" ,
"parallelism" ,
"threads"
] ,
"description" : "Useful synchronization primitives" ,
"license" : "MIT" ,
"web" : "https://github.com/planetis-m/sync"
} ,
2019-10-09 09:48:31 +03:00
{
"name" : "jscanvas" ,
2020-12-02 16:06:44 +02:00
"url" : "https://github.com/planetis-m/jscanvas" ,
2019-10-09 09:48:31 +03:00
"method" : "git" ,
"tags" : [
"html5" ,
"canvas" ,
"drawing" ,
"graphics" ,
"rendering" ,
"browser" ,
"javascript"
] ,
2020-12-02 16:06:44 +02:00
"description" : "a wrapper for the Canvas API" ,
2019-10-09 09:48:31 +03:00
"license" : "MIT" ,
2020-12-02 16:06:44 +02:00
"web" : "https://github.com/planetis-m/jscanvas"
2019-10-09 09:48:31 +03:00
} ,
{
"name" : "looper" ,
2020-12-02 16:06:44 +02:00
"url" : "https://github.com/planetis-m/looper" ,
2019-10-09 09:48:31 +03:00
"method" : "git" ,
"tags" : [
"loop" ,
"iterator" ,
"zip" ,
2020-12-02 16:06:44 +02:00
"collect"
2019-10-09 09:48:31 +03:00
] ,
2020-12-02 16:06:44 +02:00
"description" : "for loop macros" ,
2019-10-09 09:48:31 +03:00
"license" : "MIT" ,
2020-12-02 16:06:44 +02:00
"web" : "https://github.com/planetis-m/looper"
2019-10-09 09:48:31 +03:00
} ,
{
"name" : "protocoled" ,
2020-12-02 16:06:44 +02:00
"url" : "https://github.com/planetis-m/protocoled" ,
2019-10-09 09:48:31 +03:00
"method" : "git" ,
"tags" : [
"interface"
] ,
2020-12-02 16:06:44 +02:00
"description" : "an interface macro" ,
2019-10-09 09:48:31 +03:00
"license" : "MIT" ,
2020-12-02 16:06:44 +02:00
"web" : "https://github.com/planetis-m/protocoled"
2019-10-09 09:48:31 +03:00
} ,
{
"name" : "eminim" ,
2020-12-02 16:06:44 +02:00
"url" : "https://github.com/planetis-m/eminim" ,
2019-10-09 09:48:31 +03:00
"method" : "git" ,
"tags" : [
"json" ,
"marshal" ,
2020-12-02 16:06:44 +02:00
"serialize" ,
2019-10-09 09:48:31 +03:00
"deserialize"
] ,
2020-12-04 00:51:15 +02:00
"description" : "JSON serialization framework" ,
2020-12-02 16:06:44 +02:00
"license" : "MIT" ,
"web" : "https://github.com/planetis-m/eminim"
} ,
2020-12-04 00:51:15 +02:00
{
2020-12-07 15:05:02 +02:00
"name" : "bingo" ,
"url" : "https://github.com/planetis-m/bingo" ,
2020-12-04 00:51:15 +02:00
"method" : "git" ,
"tags" : [
"binary" ,
"marshal" ,
"serialize" ,
"deserialize"
] ,
"description" : "Binary serialization framework" ,
"license" : "MIT" ,
2020-12-07 15:05:02 +02:00
"web" : "https://github.com/planetis-m/bingo"
2020-12-04 00:51:15 +02:00
} ,
2022-07-01 12:54:57 +03:00
{
"name" : "arbitrary" ,
"url" : "https://github.com/planetis-m/arbitrary" ,
"method" : "git" ,
"tags" : [
"binary" ,
"structured" ,
"fuzzing" ,
"unit-testing"
] ,
"description" : "Generating structured data from arbitrary, unstructured input." ,
"license" : "MIT" ,
"web" : "https://github.com/planetis-m/arbitrary"
} ,
2020-12-02 16:06:44 +02:00
{
"name" : "gnuplotlib" ,
"url" : "https://github.com/planetis-m/gnuplotlib" ,
"method" : "git" ,
"tags" : [
"graphics" ,
"plotting" ,
"graphing" ,
"data"
] ,
"description" : "gnuplot interface" ,
2019-10-09 09:48:31 +03:00
"license" : "MIT" ,
2020-12-02 16:06:44 +02:00
"web" : "https://github.com/planetis-m/gnuplotlib"
} ,
{
"name" : "patgraph" ,
"url" : "https://github.com/planetis-m/patgraph" ,
"method" : "git" ,
"tags" : [
"graph" ,
"datastructures"
] ,
"description" : "Graph data structure library" ,
"license" : "MIT" ,
"web" : "https://github.com/planetis-m/patgraph"
2019-10-10 02:00:40 -04:00
} ,
2021-06-05 08:26:28 +03:00
{
"name" : "libfuzzer" ,
"url" : "https://github.com/planetis-m/libfuzzer" ,
"method" : "git" ,
"tags" : [
"fuzzing" ,
"unit-testing" ,
"hacking" ,
"security"
] ,
"description" : "Thin interface for libFuzzer, an in-process, coverage-guided, evolutionary fuzzing engine." ,
"license" : "MIT" ,
"web" : "https://github.com/planetis-m/libfuzzer"
2021-07-06 19:08:25 +03:00
} ,
2021-07-07 02:12:36 -03:00
{
2021-07-06 19:08:25 +03:00
"name" : "sums" ,
"url" : "https://github.com/planetis-m/sums" ,
"method" : "git" ,
"tags" : [
"summation" ,
"errors" ,
"floating point" ,
"rounding" ,
"numerical methods" ,
"number" ,
"math"
] ,
"description" : "Accurate summation functions" ,
"license" : "MIT" ,
"web" : "https://github.com/planetis-m/sums"
} ,
{
"name" : "sparseset" ,
"url" : "https://github.com/planetis-m/sparseset" ,
"method" : "git" ,
"tags" : [
"sparseset" ,
"library" ,
"datastructures"
] ,
"description" : "Sparsets for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/planetis-m/sparseset"
2021-06-05 08:26:28 +03:00
} ,
2022-03-14 04:40:24 +02:00
{
"name" : "naylib" ,
"url" : "https://github.com/planetis-m/naylib" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"raylib" ,
"gamedev"
] ,
"description" : "Yet another raylib Nim wrapper" ,
"license" : "MIT" ,
"web" : "https://github.com/planetis-m/naylib"
} ,
2022-04-27 19:06:55 +03:00
{
"name" : "ssostrings" ,
"url" : "https://github.com/planetis-m/ssostrings" ,
"method" : "git" ,
"tags" : [
"small-string-optimized" ,
"string" ,
"sso" ,
"optimization" ,
"datatype"
] ,
"description" : "Small String Optimized (SSO) string implementation" ,
"license" : "MIT" ,
"web" : "https://github.com/planetis-m/ssostrings"
} ,
{
"name" : "cowstrings" ,
"url" : "https://github.com/planetis-m/cowstrings" ,
"method" : "git" ,
"tags" : [
"copy-on-write" ,
"string" ,
"cow" ,
"optimization" ,
"datatype"
] ,
"description" : "Copy-On-Write string implementation" ,
"license" : "MIT" ,
"web" : "https://github.com/planetis-m/cowstrings"
} ,
2019-10-10 02:00:40 -04:00
{
"name" : "golden" ,
"url" : "https://github.com/disruptek/golden" ,
"method" : "git" ,
"tags" : [
"benchmark" ,
"profile" ,
"golden" ,
"runtime" ,
"run" ,
"profiling" ,
"bench" ,
"speed"
] ,
"description" : "a benchmark tool" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/golden"
2019-10-11 00:40:27 -05:00
} ,
{
"name" : "nimgit2" ,
"url" : "https://github.com/genotrance/nimgit2" ,
"method" : "git" ,
"tags" : [
"git" ,
"wrapper" ,
"libgit2" ,
"binding"
] ,
"description" : "libgit2 wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimgit2"
2019-10-11 21:18:00 +03:00
} ,
{
"name" : "rainbow" ,
2021-05-17 10:18:37 +03:00
"url" : "https://github.com/Willyboar/rainbow" ,
2019-10-11 21:18:00 +03:00
"method" : "git" ,
"tags" : [
"library" ,
"256-colors" ,
"cli"
] ,
"description" : "256 colors for shell" ,
"license" : "MIT" ,
2021-05-17 10:18:37 +03:00
"web" : "https://github.com/Willyboar/rainbow"
2019-10-16 11:59:22 -03:00
} ,
2019-10-17 07:24:39 +02:00
{
"name" : "rtree" ,
"url" : "https://github.com/stefansalewski/RTree" ,
"method" : "git" ,
"tags" : [
"library"
] ,
"description" : "R-Tree" ,
"license" : "MIT" ,
"web" : "https://github.com/stefansalewski/RTree"
} ,
2019-10-16 11:59:22 -03:00
{
"name" : "winversion" ,
"url" : "https://github.com/rockcavera/winversion" ,
"method" : "git" ,
"tags" : [
"windows" ,
"version"
] ,
"description" : "This package allows you to determine the running version of the Windows operating system." ,
"license" : "MIT" ,
"web" : "https://github.com/rockcavera/winversion"
2019-10-18 01:37:29 -04:00
} ,
{
"name" : "npg" ,
"url" : "https://github.com/rustomax/npg" ,
"method" : "git" ,
"tags" : [
"password-generator" ,
"password" ,
"cli"
] ,
"description" : "Password generator in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/rustomax/npg"
2019-10-20 02:48:30 -04:00
} ,
2019-10-22 09:03:39 +02:00
{
"name" : "nimodpi" ,
"url" : "https://github.com/mikra01/nimodpi" ,
"method" : "git" ,
"tags" : [
"oracle" ,
"odpi-c" ,
"wrapper"
] ,
"description" : "oracle odpi-c wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/mikra01/nimodpi"
} ,
2019-10-20 02:48:30 -04:00
{
"name" : "bump" ,
"url" : "https://github.com/disruptek/bump" ,
"method" : "git" ,
"tags" : [
"nimble" ,
"bump" ,
"release" ,
"tag" ,
"package" ,
"tool"
] ,
"description" : "a tiny tool to bump nimble versions" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/bump"
2019-10-20 16:51:44 -04:00
} ,
{
"name" : "swayipc" ,
"url" : "https://github.com/disruptek/swayipc" ,
"method" : "git" ,
"tags" : [
"wayland" ,
"sway" ,
"i3" ,
"ipc" ,
"i3ipc" ,
"swaymsg" ,
"x11" ,
"swaywm"
] ,
"description" : "IPC interface to sway (or i3) compositors" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/swayipc"
2019-10-21 22:25:58 -07:00
} ,
2019-10-21 23:32:26 -07:00
{
"name" : "nimpmda" ,
"url" : "https://github.com/jasonk000/nimpmda" ,
"method" : "git" ,
"tags" : [
"pcp" ,
"pmda" ,
"performance" ,
"libpcp" ,
"libpmda"
] ,
"description" : "PCP PMDA module bindings" ,
"license" : "MIT" ,
"web" : "https://github.com/jasonk000/nimpmda"
} ,
2019-10-21 22:25:58 -07:00
{
"name" : "nimbpf" ,
"url" : "https://github.com/jasonk000/nimbpf" ,
"method" : "git" ,
"tags" : [
"libbpf" ,
"ebpf" ,
"bpf"
] ,
"description" : "libbpf for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/jasonk000/nimbpf"
2019-10-25 08:00:04 +03:00
} ,
{
"name" : "pine" ,
2021-05-17 10:18:37 +03:00
"url" : "https://github.com/Willyboar/pine" ,
2019-10-25 08:00:04 +03:00
"method" : "git" ,
"tags" : [
"static" ,
"site" ,
"generator"
] ,
"description" : "Nim Static Blog & Site Generator" ,
"license" : "MIT" ,
2021-05-17 10:18:37 +03:00
"web" : "https://github.com/Willyboar/pine"
2019-10-25 16:29:31 +02:00
} ,
2021-05-14 17:44:48 +03:00
{
"name" : "hotdoc" ,
"url" : "https://github.com/willyboar/hotdoc" ,
"method" : "git" ,
"tags" : [
"static" ,
"docs" ,
"generator"
] ,
"description" : "Single Page Documentation Generator" ,
"license" : "MIT" ,
"web" : "https://github.com/willyboar/hotdoc"
} ,
2019-10-25 16:29:31 +02:00
{
"name" : "ginger" ,
"url" : "https://github.com/Vindaar/ginger" ,
"method" : "git" ,
"tags" : [
"library" ,
"cairo" ,
"graphics" ,
"plotting"
] ,
"description" : "A Grid (R) like package in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Vindaar/ginger"
} ,
{
"name" : "ggplotnim" ,
"url" : "https://github.com/Vindaar/ggplotnim" ,
"method" : "git" ,
"tags" : [
"library" ,
"grammar of graphics" ,
"gog" ,
"ggplot2" ,
"plotting" ,
2021-06-16 23:24:57 +02:00
"graphics"
2019-10-25 16:29:31 +02:00
] ,
"description" : "A port of ggplot2 for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Vindaar/ggplotnim"
2019-10-27 00:16:44 -05:00
} ,
{
"name" : "owo" ,
"url" : "https://github.com/lmariscal/owo" ,
"method" : "git" ,
"tags" : [
"fun" ,
"utility"
] ,
"description" : "OwO text convewtew fow Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/lmariscal/owo"
2019-10-28 00:50:52 -05:00
} ,
{
"name" : "NimTacToe" ,
"url" : "https://github.com/JesterOrNot/Nim-Tac-Toe" ,
"method" : "git" ,
"tags" : [
"no"
] ,
"description" : "A new awesome nimble package" ,
"license" : "MIT" ,
"web" : "https://github.com/JesterOrNot/Nim-Tac-Toe"
2019-10-28 21:18:30 +01:00
} ,
{
"name" : "nimagehide" ,
"url" : "https://github.com/MnlPhlp/nimagehide" ,
"method" : "git" ,
"tags" : [
"library" ,
"cli" ,
"staganography" ,
"image" ,
"hide" ,
"secret"
] ,
"description" : "A library to hide data in images. Usable as library or cli tool." ,
"license" : "MIT" ,
"web" : "https://github.com/MnlPhlp/nimagehide"
2019-10-29 18:45:59 +07:00
} ,
{
"name" : "srv" ,
"url" : "https://github.com/me7/srv" ,
"method" : "git" ,
"tags" : [
"web-server"
] ,
"description" : "A tiny static file web server." ,
"license" : "MIT" ,
"web" : "https://github.com/me7/srv"
2019-10-29 23:40:47 +01:00
} ,
{
"name" : "autotyper" ,
"url" : "https://github.com/kijowski/autotyper" ,
"method" : "git" ,
"tags" : [
"terminal" ,
"cli" ,
"typing-emulator"
] ,
"description" : "Keyboard typing emulator" ,
"license" : "MIT" ,
"web" : "https://github.com/kijowski/autotyper"
2019-10-31 02:44:26 -03:00
} ,
{
"name" : "dnsprotec" ,
"url" : "https://github.com/juancarlospaco/nim-dnsprotec" ,
"method" : "git" ,
"tags" : [
"dns" ,
"hosts"
] ,
"description" : "DNS /etc/hosts file manager, Block 1 Million malicious domains with 1 command" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-dnsprotec"
2019-11-01 03:03:23 +07:00
} ,
2019-11-01 02:04:13 -05:00
{
"name" : "nimgraphql" ,
"url" : "https://github.com/genotrance/nimgraphql" ,
"method" : "git" ,
"tags" : [
"graphql"
] ,
"description" : "libgraphqlparser wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/nimgraphql"
} ,
2019-11-01 03:03:23 +07:00
{
"name" : "fastcgi" ,
"url" : "https://github.com/ba0f3/fastcgi.nim" ,
"method" : "git" ,
"tags" : [
"fastcgi" ,
"fcgi" ,
"cgi"
] ,
"description" : "FastCGI library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/fastcgi.nim"
2019-11-01 04:39:01 -03:00
} ,
{
"name" : "chonker" ,
"url" : "https://github.com/juancarlospaco/nim-chonker" ,
"method" : "git" ,
"tags" : [
"arch" ,
"linux" ,
"pacman"
] ,
"description" : "Arch Linux Pacman Optimizer" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-chonker"
2019-11-02 15:46:36 +09:00
} ,
{
"name" : "maze" ,
"url" : "https://github.com/jiro4989/maze" ,
"method" : "git" ,
"tags" : [
"maze" ,
"cli" ,
"library" ,
"algorithm"
] ,
"description" : "A command and library to generate mazes" ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/maze"
2019-11-04 11:01:32 +01:00
} ,
{
"name" : "monocypher" ,
"url" : "https://github.com/markspanbroek/monocypher.nim" ,
"method" : "git" ,
"tags" : [
"monocypher" ,
"crypto"
] ,
"description" : "Monocypher" ,
"license" : "MIT" ,
"web" : "https://github.com/markspanbroek/monocypher.nim"
2019-11-05 14:16:50 +01:00
} ,
{
"name" : "cli_menu" ,
"url" : "https://github.com/MnlPhlp/cli_menu" ,
"method" : "git" ,
"tags" : [
"menu" ,
"library" ,
"cli" ,
"interactive" ,
"userinput"
] ,
"description" : "A library to create interactive commandline menus without writing boilerplate code." ,
"license" : "MIT" ,
"web" : "https://github.com/MnlPhlp/cli_menu"
2019-11-07 02:07:24 +07:00
} ,
2019-11-07 07:02:09 +00:00
{
"name" : "libu2f" ,
2019-11-09 12:47:14 +00:00
"url" : "https://github.com/FedericoCeratto/nim-libu2f" ,
2019-11-07 07:02:09 +00:00
"method" : "git" ,
"tags" : [
"u2f" ,
"library" ,
"security" ,
"authentication" ,
"fido"
] ,
"description" : "A wrapper for libu2f, a library for FIDO/U2F" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/FedericoCeratto/nim-libu2f"
} ,
2019-11-07 02:07:24 +07:00
{
"name" : "sim" ,
"url" : "https://github.com/ba0f3/sim.nim" ,
"method" : "git" ,
"tags" : [
"config" ,
"parser" ,
"parsing"
] ,
"description" : "Parse config by defining an object" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/sim.nim"
2019-11-07 07:27:25 +01:00
} ,
{
"name" : "redpool" ,
"url" : "https://github.com/zedeus/redpool" ,
"method" : "git" ,
"tags" : [
"redis" ,
"pool"
] ,
"description" : "Redis connection pool" ,
"license" : "MIT" ,
"web" : "https://github.com/zedeus/redpool"
2019-11-09 13:48:47 -06:00
} ,
{
"name" : "bson" ,
"url" : "https://github.com/JohnAD/bson" ,
"method" : "git" ,
"tags" : [
"bson" ,
"serialize" ,
"parser" ,
"json"
] ,
"description" : "BSON Binary JSON Serialization" ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/bson"
} ,
{
"name" : "mongopool" ,
"url" : "https://github.com/JohnAD/mongopool" ,
"method" : "git" ,
"tags" : [
"mongodb" ,
"mongo" ,
"database" ,
"driver" ,
"client" ,
"nosql"
] ,
"description" : "MongoDb pooled driver" ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/mongopool"
2019-11-10 18:11:42 +01:00
} ,
2019-11-10 18:45:04 +01:00
{
"name" : "euwren" ,
"url" : "https://github.com/liquid600pgm/euwren" ,
"method" : "git" ,
"tags" : [
"wren" ,
"embedded" ,
"scripting" ,
"language" ,
"wrapper"
] ,
"description" : "High-level Wren wrapper" ,
"license" : "MIT" ,
"web" : "https://github.com/liquid600pgm/euwren"
} ,
2019-11-10 18:11:42 +01:00
{
"name" : "leveldb" ,
"url" : "https://github.com/zielmicha/leveldb.nim" ,
"method" : "git" ,
"tags" : [
"leveldb" ,
"database"
] ,
"description" : "LevelDB bindings" ,
"license" : "MIT" ,
2020-07-18 19:19:45 +08:00
"web" : "https://github.com/zielmicha/leveldb.nim" ,
"doc" : "https://zielmicha.github.io/leveldb.nim/"
2019-11-11 19:43:42 -03:00
} ,
{
"name" : "requirementstxt" ,
"url" : "https://github.com/juancarlospaco/nim-requirementstxt" ,
"method" : "git" ,
"tags" : [
"python" ,
"pip" ,
"requirements"
] ,
"description" : "Python requirements.txt generic parser for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-requirementstxt"
2019-11-13 02:42:35 +09:00
} ,
{
"name" : "edens" ,
"url" : "https://github.com/jiro4989/edens" ,
"method" : "git" ,
"tags" : [
"cli" ,
"command" ,
"encode" ,
"decode" ,
"joke"
] ,
"description" : "A command to encode / decode text with your dictionary" ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/edens"
2019-11-13 13:25:16 -06:00
} ,
{
"name" : "argon2" ,
"url" : "https://github.com/Ahrotahn/argon2" ,
"method" : "git" ,
"tags" : [
"argon2" ,
"crypto" ,
"hash" ,
"library" ,
"password" ,
"wrapper"
] ,
"description" : "A nim wrapper for the Argon2 hashing library" ,
"license" : "MIT" ,
"web" : "https://github.com/Ahrotahn/argon2"
2019-11-15 11:53:56 -06:00
} ,
{
"name" : "nap" ,
"url" : "https://github.com/madprops/nap" ,
"method" : "git" ,
"tags" : [
"arguments" ,
"parser" ,
"opts" ,
"library"
] ,
"description" : "Argument parser" ,
"license" : "MIT" ,
"web" : "https://github.com/madprops/nap"
2019-11-17 02:14:53 -06:00
} ,
{
"name" : "illwill_unsafe" ,
"url" : "https://github.com/matthewjcavalier/illwill_unsafe" ,
"method" : "git" ,
"tags" : [
"illWill_fork" ,
"terminal" ,
"ncurses"
] ,
"description" : "A fork of John Novak (john@johnnovak.net)'s illwill package that is less safe numbers wise" ,
"license" : "WTFPL" ,
"web" : "https://github.com/matthewjcavalier/illwill_unsafe"
2019-11-17 17:36:38 +01:00
} ,
{
"name" : "sparkline" ,
"url" : "https://github.com/aquilax/sparkline-nim" ,
"method" : "git" ,
"tags" : [
"library" ,
"sparkline" ,
"console"
] ,
"description" : "Sparkline library" ,
"license" : "MIT" ,
"web" : "https://github.com/aquilax/sparkline-nim"
2019-11-22 20:23:29 +08:00
} ,
{
"name" : "readfq" ,
"url" : "https://github.com/andreas-wilm/nimreadfq" ,
"method" : "git" ,
"tags" : [
"fasta" ,
"fastq" ,
"parser" ,
"kseq" ,
"readfq"
] ,
"description" : "Wrapper for Heng Li's kseq" ,
"license" : "MIT" ,
"web" : "https://github.com/andreas-wilm/nimreadfq"
2019-11-22 22:48:12 +08:00
} ,
{
"name" : "googlesearch" ,
"url" : "https://github.com/xyb/googlesearch.nim" ,
"method" : "git" ,
"tags" : [
"google" ,
"search"
] ,
"description" : "library for scraping google search results" ,
"license" : "MIT" ,
2020-07-17 18:52:11 +08:00
"web" : "https://github.com/xyb/googlesearch.nim" ,
"doc" : "https://xyb.github.io/googlesearch.nim/"
2019-11-24 17:44:21 +01:00
} ,
{
"name" : "rdgui" ,
"url" : "https://github.com/liquid600pgm/rdgui" ,
"method" : "git" ,
"tags" : [
"modular" ,
"retained" ,
"gui" ,
"toolkit"
] ,
"description" : "A modular GUI toolkit for rapid" ,
"license" : "MIT" ,
"web" : "https://github.com/liquid600pgm/rdgui"
2019-11-26 00:31:30 +09:00
} ,
{
"name" : "asciitype" ,
"url" : "https://github.com/chocobo333/asciitype" ,
"method" : "git" ,
"tags" : [
"library"
] ,
"description" : "This module performs character tests." ,
"license" : "MIT" ,
"web" : "https://github.com/chocobo333/asciitype"
2019-11-26 18:16:58 +01:00
} ,
{
"name" : "gen" ,
"url" : "https://github.com/Adeohluwa/gen" ,
"method" : "git" ,
"tags" : [
"library" ,
"jester" ,
"boilerplate" ,
"generator"
] ,
"description" : "Boilerplate generator for Jester web framework" ,
"license" : "MIT" ,
"web" : "https://github.com/Adeohluwa/gen"
2019-11-28 03:34:59 -03:00
} ,
{
"name" : "chronopipe" ,
"url" : "https://github.com/williamd1k0/chrono" ,
"method" : "git" ,
"tags" : [
"cli" ,
"timer" ,
"pipe"
] ,
"description" : "Show start/end datetime and duration of a command-line process using pipe." ,
"license" : "MIT" ,
"web" : "https://github.com/williamd1k0/chrono"
2019-11-29 14:27:02 +00:00
} ,
{
"name" : "simple_parseopt" ,
"url" : "https://github.com/onelivesleft/simple_parseopt" ,
"method" : "git" ,
"tags" : [
"parseopt" ,
"command" ,
"line" ,
"simple" ,
2019-12-17 12:02:43 +00:00
"option" ,
"argument" ,
"parameter" ,
2019-11-29 14:27:02 +00:00
"options" ,
"arguments" ,
"parameters" ,
"library"
] ,
"description" : "Nim module which provides clean, zero-effort command line parsing." ,
"license" : "MIT" ,
"web" : "https://github.com/onelivesleft/simple_parseopt"
2019-11-30 23:40:14 -06:00
} ,
2019-12-01 01:02:03 -05:00
{
"name" : "github" ,
"url" : "https://github.com/disruptek/github" ,
"method" : "git" ,
"tags" : [
"github" ,
"api" ,
"rest" ,
"openapi" ,
"client" ,
"http" ,
"library"
] ,
"description" : "github api" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/github"
} ,
2019-11-30 23:40:14 -06:00
{
"name" : "nimnoise" ,
"url" : "https://github.com/blakeanedved/nimnoise" ,
"method" : "git" ,
"tags" : [
"nimnoise" ,
"noise" ,
"coherent" ,
"libnoise" ,
"library"
] ,
"description" : "A port of libnoise into pure nim, heavily inspired by Libnoise.Unity, but true to the original Libnoise" ,
"license" : "MIT" ,
"web" : "https://github.com/blakeanedved/nimnoise" ,
"doc" : "https://lib-nimnoise.web.app/"
2019-12-05 00:16:02 +09:00
} ,
{
"name" : "mcmurry" ,
"url" : "https://github.com/chocobo333/mcmurry" ,
"method" : "git" ,
"tags" : [
"parser" ,
"parsergenerator" ,
"library" ,
"lexer"
] ,
"description" : "A module for generating lexer/parser." ,
"license" : "MIT" ,
"web" : "https://github.com/chocobo333/mcmurry"
2019-12-09 02:17:01 -05:00
} ,
{
"name" : "stones" ,
"url" : "https://github.com/binhonglee/stones" ,
"method" : "git" ,
"tags" : [
"library" ,
"tools" ,
"string" ,
"hashset" ,
"table" ,
"log"
] ,
"description" : "A library of useful functions and tools for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/binhonglee/stones"
2019-12-10 16:34:08 +02:00
} ,
{
"name" : "kaitai_struct_nim_runtime" ,
"url" : "https://github.com/kaitai-io/kaitai_struct_nim_runtime" ,
"method" : "git" ,
"tags" : [
"library"
] ,
"description" : "Kaitai Struct runtime library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/kaitai-io/kaitai_struct_nim_runtime"
2019-12-14 20:30:51 +08:00
} ,
{
"name" : "docx" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/docx" ,
2019-12-14 20:30:51 +08:00
"method" : "git" ,
"tags" : [
"docx" ,
"reader"
] ,
"description" : "A simple docx reader." ,
"license" : "MIT" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/docx"
2019-12-15 08:05:58 +01:00
} ,
2019-12-14 23:20:10 -08:00
{
"name" : "word2vec" ,
"url" : "https://github.com/treeform/word2vec" ,
"method" : "git" ,
"tags" : [
"nlp" ,
"natural-language-processing"
] ,
"description" : "Word2vec implemented in nim." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/word2vec"
} ,
{
"name" : "steganography" ,
"url" : "https://github.com/treeform/steganography" ,
"method" : "git" ,
"tags" : [
"images" ,
"cryptography"
] ,
"description" : "Steganography - hide data inside an image." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/steganography"
} ,
{
"name" : "mpeg" ,
"url" : "https://github.com/treeform/mpeg" ,
"method" : "git" ,
"tags" : [
"video" ,
"formats" ,
"file"
] ,
"description" : "Nim wrapper for pl_mpeg single header mpeg library." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/mpeg"
} ,
{
"name" : "mddoc" ,
"url" : "https://github.com/treeform/mddoc" ,
"method" : "git" ,
"tags" : [
"documentation" ,
"markdown"
] ,
"description" : "Generated Nim's API docs in markdown for github's README.md files. Great for small libraries with simple APIs." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/mddoc"
} ,
{
"name" : "digitalocean" ,
"url" : "https://github.com/treeform/digitalocean" ,
"method" : "git" ,
"tags" : [
"digitalocean" ,
"servers" ,
"api"
] ,
"description" : "Wrapper for DigitalOcean HTTP API." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/digitalocean"
} ,
2019-12-15 08:05:58 +01:00
{
"name" : "synthesis" ,
"url" : "https://github.com/mratsim/Synthesis" ,
"method" : "git" ,
"tags" : [
"finite-state-machine" ,
"state-machine" ,
"fsm" ,
"event-driven" ,
"reactive-programming" ,
"embedded" ,
"actor"
] ,
"description" : "A compile-time, compact, fast, without allocation, state-machine generator." ,
"license" : "MIT or Apache License 2.0" ,
"web" : "https://github.com/mratsim/Synthesis"
2019-12-15 19:55:35 +01:00
} ,
{
"name" : "weave" ,
"url" : "https://github.com/mratsim/weave" ,
"method" : "git" ,
"tags" : [
"multithreading" ,
"parallelism" ,
"task-scheduler" ,
"scheduler" ,
"runtime" ,
"task-parallelism" ,
"data-parallelism" ,
"threadpool"
] ,
2021-12-24 20:04:54 -08:00
"description" : "a state-of-the-art multithreading runtime" ,
2019-12-15 19:55:35 +01:00
"license" : "MIT or Apache License 2.0" ,
"web" : "https://github.com/mratsim/weave"
2019-12-17 09:24:26 +03:00
} ,
{
"name" : "anycase" ,
"url" : "https://github.com/lamartire/anycase" ,
"method" : "git" ,
"tags" : [
"camelcase" ,
"kebabcase" ,
"snakecase" ,
"case"
] ,
"description" : "Convert strings to any case" ,
"license" : "MIT" ,
"web" : "https://github.com/lamartire/anycase"
2019-12-18 07:01:52 +01:00
} ,
{
"name" : "libbacktrace" ,
"url" : "https://github.com/status-im/nim-libbacktrace" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper"
] ,
"description" : "Nim wrapper for libbacktrace" ,
"license" : "Apache License 2.0 or MIT" ,
"web" : "https://github.com/status-im/nim-libbacktrace"
2019-12-18 16:23:38 +02:00
} ,
{
"name" : "gdbmc" ,
"url" : "https://github.com/vycb/gdbmc.nim" ,
"method" : "git" ,
"tags" : [
"gdbm" ,
"key-value" ,
"nosql" ,
"library" ,
"wrapper"
] ,
"description" : "This library is a wrapper to C GDBM library" ,
"license" : "MIT" ,
"web" : "https://github.com/vycb/gdbmc.nim"
2019-12-19 09:37:13 +00:00
} ,
{
"name" : "diff" ,
"url" : "https://github.com/mark-summerfield/diff" ,
2019-12-20 09:54:20 +00:00
"method" : "git" ,
2019-12-19 09:37:13 +00:00
"tags" : [
"diff" ,
"sequencematcher"
] ,
"description" : "Library for finding the differences between two sequences" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/mark-summerfield/diff"
2019-12-26 15:22:09 +01:00
} ,
2019-12-29 02:01:23 -06:00
{
"name" : "diffoutput" ,
"url" : "https://github.com/JohnAD/diffoutput" ,
"method" : "git" ,
"tags" : [
"diff" ,
"stringification" ,
"reversal"
] ,
"description" : "Collection of Diff stringifications (and reversals)" ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/diffoutput"
} ,
2019-12-26 15:22:09 +01:00
{
"name" : "importc_helpers" ,
2020-05-16 12:24:49 +02:00
"url" : "https://github.com/fredrikhr/nim-importc-helpers.git" ,
2019-12-26 15:22:09 +01:00
"method" : "git" ,
"tags" : [
"import" ,
"c" ,
"helper"
] ,
"description" : "Helpers for supporting and simplifying import of symbols from C into Nim" ,
"license" : "MIT" ,
2020-05-16 12:24:49 +02:00
"web" : "https://github.com/fredrikhr/nim-importc-helpers"
2019-12-26 15:22:09 +01:00
} ,
{
"name" : "taps" ,
"url" : "https://git.sr.ht/~ehmry/nim_taps" ,
"method" : "git" ,
"tags" : [
"networking" ,
"udp" ,
"tcp" ,
"sctp"
] ,
"description" : "Transport Services Interface" ,
"license" : "BSD-3-Clause" ,
"web" : "https://datatracker.ietf.org/wg/taps/about/"
} ,
{
"name" : "validator" ,
"url" : "https://github.com/Adeohluwa/validator" ,
"method" : "git" ,
"tags" : [
"strings" ,
"validation" ,
"types"
] ,
"description" : "Functions for string validation" ,
"license" : "MIT" ,
"web" : "https://github.com/Adeohluwa/validator"
} ,
{
"name" : "simhash" ,
"url" : "https://github.com/bung87/simhash-nim" ,
"method" : "git" ,
"tags" : [
"simhash" ,
"algoritim"
] ,
"description" : "Nim implementation of simhash algoritim" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/simhash-nim"
} ,
{
"name" : "minhash" ,
"url" : "https://github.com/bung87/minhash" ,
"method" : "git" ,
"tags" : [
"minhash" ,
"algoritim"
] ,
"description" : "Nim implementation of minhash algoritim" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/minhash"
} ,
{
"name" : "fasttext" ,
"url" : "https://github.com/bung87/fastText" ,
"method" : "git" ,
"tags" : [
"nlp,text" ,
"process,text" ,
"classification"
] ,
"description" : "fastText porting in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/fastText"
} ,
{
"name" : "woocommerce-api-nim" ,
"url" : "https://github.com/mrhdias/woocommerce-api-nim" ,
"method" : "git" ,
"tags" : [
"e-commerce" ,
"woocommerce" ,
"rest-api" ,
"wrapper"
] ,
"description" : "A Nim wrapper for the WooCommerce REST API" ,
"license" : "MIT" ,
"web" : "https://github.com/mrhdias/woocommerce-api-nim"
} ,
{
"name" : "lq" ,
"url" : "https://github.com/madprops/lq" ,
"method" : "git" ,
"tags" : [
"directory" ,
"file" ,
"listing" ,
"ls" ,
"tree" ,
"stats"
] ,
"description" : "Directory listing tool" ,
"license" : "GPL-2.0" ,
"web" : "https://github.com/madprops/lq"
2019-12-28 16:20:35 +08:00
} ,
{
"name" : "xlsx" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/xlsx" ,
2019-12-28 16:20:35 +08:00
"method" : "git" ,
"tags" : [
"xlsx" ,
"excel" ,
"reader"
] ,
"description" : "Read and parse Excel files" ,
"license" : "MIT" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/xlsx"
2019-12-30 20:27:52 +09:00
} ,
{
"name" : "faker" ,
"url" : "https://github.com/jiro4989/faker" ,
"method" : "git" ,
"tags" : [
"faker" ,
"library" ,
"cli" ,
"generator" ,
"fakedata"
] ,
2019-12-30 22:14:41 +09:00
"description" : "faker is a Nim package that generates fake data for you." ,
2019-12-30 20:27:52 +09:00
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/faker"
2020-01-01 02:20:37 +09:00
} ,
{
"name" : "gyaric" ,
"url" : "https://github.com/jiro4989/gyaric" ,
"method" : "git" ,
"tags" : [
"joke" ,
"library" ,
"cli" ,
"gyaru" ,
"encoder" ,
"text"
] ,
"description" : "gyaric is a module to encode/decode text to unreadable gyaru's text." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/gyaric"
2020-01-01 19:34:11 +02:00
} ,
2020-01-02 07:28:49 +00:00
{
"name" : "skbintext" ,
"url" : "https://github.com/skrylar/skbintext" ,
"method" : "git" ,
"tags" : [
"hexdigest" ,
"hexadecimal" ,
"binary"
] ,
"description" : "Binary <-> text conversion." ,
"license" : "MPL" ,
"web" : "https://github.com/Skrylar/skbintext"
} ,
{
"name" : "skyhash" ,
"url" : "https://github.com/Skrylar/skyhash" ,
"method" : "git" ,
"tags" : [
"blake2b" ,
"blake2s" ,
"spookyhash"
] ,
"description" : "Collection of hash algorithms ported to Nim" ,
"license" : "CC0" ,
"web" : "https://github.com/Skrylar/skyhash"
} ,
2020-01-02 16:04:07 +09:00
{
"name" : "gimei" ,
"url" : "https://github.com/mkanenobu/nim-gimei" ,
"method" : "git" ,
"tags" : [
"japanese" ,
"library" ,
2020-02-24 15:03:15 +02:00
"unit-testing"
2020-01-02 16:04:07 +09:00
] ,
"description" : "random Japanese name and address generator" ,
"license" : "MIT" ,
"web" : "https://github.com/mkanenobu/nim-gimei"
2020-01-02 20:39:41 +08:00
} ,
2020-01-02 21:59:15 +09:00
{
"name" : "envconfig" ,
"url" : "https://github.com/jiro4989/envconfig" ,
"method" : "git" ,
"tags" : [
"library" ,
"config" ,
"environment-variables"
] ,
"description" : "envconfig provides a function to get config objects from environment variables." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/envconfig"
} ,
2020-01-02 20:39:41 +08:00
{
"name" : "cache" ,
"url" : "https://github.com/planety/cached" ,
"method" : "git" ,
"tags" : [
"cache"
] ,
"description" : "A cache library." ,
"license" : "MIT" ,
"web" : "https://github.com/planety/cached"
2020-01-02 22:33:14 -08:00
} ,
{
"name" : "basedOn" ,
"url" : "https://github.com/KaceCottam/basedOn" ,
"method" : "git" ,
"tags" : [
"nim" ,
"object-oriented" ,
"tuple" ,
"object" ,
"functional" ,
"syntax" ,
"macro" ,
"nimble" ,
"package"
] ,
"description" : "A library for cleanly creating an object or tuple based on another object or tuple" ,
"license" : "MIT" ,
"web" : "https://github.com/KaceCottam/basedOn"
2020-01-04 08:16:06 +01:00
} ,
{
"name" : "onedrive" ,
"url" : "https://github.com/ThomasTJdev/nim_onedrive" ,
"method" : "git" ,
"tags" : [
"onedrive" ,
"cloud"
] ,
"description" : "Get information on files and folders in OneDrive" ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_onedrive"
2020-01-05 17:33:48 +01:00
} ,
{
"name" : "webdavclient" ,
"url" : "https://github.com/beshrkayali/webdavclient" ,
"method" : "git" ,
"tags" : [
"webdav" ,
"library" ,
"async"
] ,
"description" : "WebDAV Client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/beshrkayali/webdavclient"
2020-01-08 10:52:55 -03:00
} ,
{
"name" : "bcra" ,
"url" : "https://github.com/juancarlospaco/nim-bcra" ,
"method" : "git" ,
"tags" : [
"argentina" ,
"bank" ,
"api"
] ,
"description" : "Central Bank of Argentina Gov API Client with debtor corporations info" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-bcra"
2020-01-08 22:03:55 -08:00
} ,
2020-02-26 18:52:52 +00:00
{
"name" : "socks" ,
"url" : "https://github.com/FedericoCeratto/nim-socks5" ,
"method" : "git" ,
"tags" : [
"socks" ,
"library" ,
"networking" ,
"socks5"
] ,
"description" : "Socks5 client and server library" ,
"license" : "MPLv2" ,
"web" : "https://github.com/FedericoCeratto/nim-socks5"
} ,
2020-01-08 22:03:55 -08:00
{
"name" : "metar" ,
"url" : "https://github.com/flenniken/metar" ,
"method" : "git" ,
"tags" : [
2020-01-19 22:07:55 -08:00
"metadata" ,
2020-01-08 22:03:55 -08:00
"image" ,
"python" ,
2020-01-19 22:07:55 -08:00
"cli" ,
"terminal" ,
2020-01-08 22:03:55 -08:00
"library"
] ,
2020-01-19 22:07:55 -08:00
"description" : "Read metadata from jpeg and tiff images." ,
2020-01-08 22:03:55 -08:00
"license" : "MIT" ,
"web" : "https://github.com/flenniken/metar"
2020-01-10 13:12:27 +07:00
} ,
2020-01-10 03:31:07 -03:00
{
"name" : "smnar" ,
"url" : "https://github.com/juancarlospaco/nim-smnar" ,
"method" : "git" ,
"tags" : [
"argentina" ,
"weather" ,
"api"
] ,
"description" : "Servicio Meteorologico Nacional Argentina API Client" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nim-smnar"
} ,
2020-01-10 13:12:27 +07:00
{
"name" : "saya" ,
2020-02-18 20:02:00 +07:00
"alias" : "shizuka" ,
2020-01-10 13:12:27 +07:00
"url" : "https://github.com/Ethosa/saya_nim" ,
"method" : "git" ,
"tags" : [
2020-02-18 20:02:00 +07:00
"abandoned"
2020-01-10 13:12:27 +07:00
] ,
"description" : "Nim framework for VK" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/Ethosa/saya_nim"
2020-01-11 14:17:05 +01:00
} ,
{
"name" : "phoon" ,
"url" : "https://github.com/ducdetronquito/phoon" ,
"method" : "git" ,
"tags" : [
"web" ,
"framework" ,
"http"
] ,
"description" : "A web framework inspired by ExpressJS 🐇⚡" ,
"license" : "Public Domain" ,
"web" : "https://github.com/ducdetronquito/phoon"
2020-01-11 21:42:53 -08:00
} ,
2020-01-12 00:41:48 -06:00
{
"name" : "choosenim" ,
"url" : "https://github.com/dom96/choosenim" ,
"method" : "git" ,
"tags" : [
"install" ,
"multiple" ,
"multiplexer" ,
"pyenv" ,
"rustup" ,
"toolchain"
] ,
"description" : "The Nim toolchain installer." ,
"license" : "MIT" ,
"web" : "https://github.com/dom96/choosenim"
} ,
2020-01-11 21:42:53 -08:00
{
"name" : "nimlist" ,
"url" : "https://github.com/flenniken/nimlist" ,
"method" : "git" ,
"tags" : [
2020-01-18 22:42:50 -08:00
"cli" ,
"terminal" ,
"html"
2020-01-11 21:42:53 -08:00
] ,
2020-01-18 22:42:50 -08:00
"description" : "View nim packages in your browser." ,
2020-01-11 21:42:53 -08:00
"license" : "MIT" ,
"web" : "https://github.com/flenniken/nimlist"
2020-01-12 18:03:51 +01:00
} ,
{
"name" : "grim" ,
"url" : "https://github.com/ebran/grim" ,
"method" : "git" ,
"tags" : [
"graph" ,
"data" ,
"library"
] ,
"description" : "Graphs in nim!" ,
"license" : "MIT" ,
"web" : "https://github.com/ebran/grim"
2020-01-15 19:06:14 +07:00
} ,
{
"name" : "retranslator" ,
"url" : "https://github.com/linksplatform/RegularExpressions.Transformer" ,
"method" : "git" ,
"tags" : [
"regular" ,
"expressions" ,
"transformer"
] ,
"description" : "Transformer" ,
"license" : "LGPLv3" ,
"web" : "https://github.com/linksplatform/RegularExpressions.Transformer"
2020-01-15 12:26:20 -05:00
} ,
{
"name" : "barcode" ,
"url" : "https://github.com/bunkford/barcode" ,
"method" : "git" ,
"tags" : [
"barcode"
] ,
"description" : "Nim barcode library" ,
"license" : "MIT" ,
"web" : "https://github.com/bunkford/barcode" ,
"doc" : "https://bunkford.github.io/barcode/barcode.html"
2020-01-15 22:41:34 -08:00
} ,
{
"name" : "quickjwt" ,
2020-01-16 22:11:16 -08:00
"url" : "https://github.com/treeform/quickjwt" ,
2020-01-15 22:41:34 -08:00
"method" : "git" ,
"tags" : [
"crypto" ,
"hash"
] ,
"description" : "JSON Web Tokens for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/quickjwt"
} ,
{
"name" : "staticglfw" ,
2020-01-16 22:11:16 -08:00
"url" : "https://github.com/treeform/staticglfw" ,
2020-01-15 22:41:34 -08:00
"method" : "git" ,
"tags" : [
"glfw" ,
"opengl" ,
"windowing" ,
"game"
] ,
"description" : "Static GLFW for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/staticglfw"
2020-01-16 22:11:16 -08:00
} ,
2020-01-17 02:29:01 -05:00
{
"name" : "pg_util" ,
"url" : "https://github.com/hiteshjasani/nim-pg-util.git" ,
"method" : "git" ,
"tags" : [
"postgresql" ,
"postgres" ,
"pg"
] ,
"description" : "Postgres utility functions" ,
"license" : "MIT" ,
"web" : "https://github.com/hiteshjasani/nim-pg-util"
} ,
2020-01-16 22:11:16 -08:00
{
"name" : "googleapi" ,
"url" : "https://github.com/treeform/googleapi" ,
"method" : "git" ,
"tags" : [
"jwt" ,
"google"
] ,
"description" : "Google API for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/googleapi"
} ,
{
"name" : "fidget" ,
"url" : "https://github.com/treeform/fidget" ,
"method" : "git" ,
"tags" : [
"ui" ,
"glfw" ,
"opengl" ,
"js" ,
"android" ,
"ios"
] ,
"description" : "Figma based UI library for nim, with HTML and OpenGL backends." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/fidget"
2020-01-18 19:11:20 +09:00
} ,
{
"name" : "allographer" ,
"url" : "https://github.com/itsumura-h/nim-allographer" ,
"method" : "git" ,
"tags" : [
"database" ,
"sqlite" ,
"mysql" ,
"postgres" ,
"rdb" ,
2020-01-18 21:53:45 +09:00
"query_builder" ,
2020-01-18 19:11:20 +09:00
"orm"
] ,
"description" : "A Nim query builder library inspired by Laravel/PHP and Orator/Python" ,
"license" : "MIT" ,
"web" : "https://github.com/itsumura-h/nim-allographer"
2020-01-18 12:04:51 -08:00
} ,
{
"name" : "euphony" ,
2020-05-29 10:03:59 -07:00
"alias" : "slappy"
} ,
{
"name" : "slappy" ,
"url" : "https://github.com/treeform/slappy" ,
2020-01-18 12:04:51 -08:00
"method" : "git" ,
"tags" : [
"sound" ,
"OpenAL"
] ,
"description" : "A 3d sound API for nim." ,
"license" : "MIT" ,
2020-05-29 10:03:59 -07:00
"web" : "https://github.com/treeform/slappy"
2020-01-18 12:04:51 -08:00
} ,
{
"name" : "steamworks" ,
"url" : "https://github.com/treeform/steamworks" ,
"method" : "git" ,
"tags" : [
"steamworks" ,
"game"
] ,
"description" : "Steamworks SDK API for shipping games on Steam." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/steamworks"
} ,
{
"name" : "sysinfo" ,
"url" : "https://github.com/treeform/sysinfo" ,
"method" : "git" ,
"tags" : [
"system" ,
"cpu" ,
"gpu" ,
"net"
] ,
"description" : "Cross platform system information." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/sysinfo"
} ,
{
"name" : "ptest" ,
"url" : "https://github.com/treeform/ptest" ,
"method" : "git" ,
"tags" : [
2020-02-24 15:03:15 +02:00
"tests" ,
"unit-testing" ,
"integration-testing"
2020-01-18 12:04:51 -08:00
] ,
"description" : "Print-testing for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/ptest"
2020-01-21 10:14:09 -05:00
} ,
2020-10-01 08:57:01 -07:00
{
"name" : "encode" ,
"url" : "https://github.com/treeform/encode" ,
"method" : "git" ,
"tags" : [
"encode" ,
"utf8" ,
"utf16" ,
"utf32"
] ,
"description" : "Encode/decode utf8 utf16 and utf32." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/encode"
} ,
2020-01-21 10:14:09 -05:00
{
"name" : "oaitools" ,
"url" : "https://github.com/markpbaggett/oaitools.nim" ,
"method" : "git" ,
"tags" : [
"metadata" ,
"harvester" ,
"oai-pmh"
] ,
"description" : "A high-level OAI-PMH library." ,
"license" : "GPL-3.0" ,
"doc" : "https://markpbaggett.github.io/oaitools.nim/" ,
"web" : "https://github.com/markpbaggett/oaitools.nim"
2020-01-22 05:35:02 -05:00
} ,
{
"name" : "pych" ,
"url" : "https://github.com/rburmorrison/pych" ,
"method" : "git" ,
"tags" : [
"python" ,
"monitor"
] ,
"description" : "A tool that watches Python files and re-runs them on change." ,
"license" : "MIT" ,
"web" : "https://github.com/rburmorrison/pych"
2020-01-23 14:22:58 +03:00
} ,
{
"name" : "adb" ,
"url" : "https://github.com/Yardanico/nim-adb" ,
"method" : "git" ,
"tags" : [
"adb" ,
"protocol" ,
"android"
] ,
"description" : "ADB protocol implementation in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Yardanico/nim-adb"
2020-01-26 00:34:45 +09:00
} ,
{
"name" : "z3nim" ,
"url" : "https://github.com/Double-oxygeN/z3nim" ,
"method" : "git" ,
"tags" : [
"z3" ,
"smt" ,
"wrapper" ,
"library"
] ,
"description" : "Z3 binding for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Double-oxygeN/z3nim"
2020-01-26 15:27:16 +09:00
} ,
{
"name" : "wave" ,
"url" : "https://github.com/jiro4989/wave" ,
"method" : "git" ,
"tags" : [
"library" ,
"sound" ,
"media" ,
"parser" ,
"wave"
] ,
"description" : "wave is a tiny WAV sound module" ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/wave"
2020-01-30 00:42:48 -05:00
} ,
{
"name" : "kslog" ,
"url" : "https://github.com/c-blake/kslog.git" ,
"method" : "git" ,
"tags" : [
"command-line" ,
"logging" ,
"syslog" ,
"syslogd" ,
"klogd"
] ,
"description" : "Minimalistic Kernel-Syslogd For Linux in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/c-blake/kslog"
2020-02-01 04:12:41 -03:00
} ,
{
"name" : "nregex" ,
"url" : "https://github.com/nitely/nregex" ,
"method" : "git" ,
"tags" : [
"regex"
] ,
"description" : "A DFA based regex engine" ,
"license" : "MIT" ,
"web" : "https://github.com/nitely/nregex"
2020-02-02 16:32:17 +01:00
} ,
{
"name" : "delight" ,
"url" : "https://github.com/liquid600pgm/delight" ,
"method" : "git" ,
"tags" : [
"raycasting" ,
"math" ,
"light" ,
"library"
] ,
"description" : "Engine-agnostic library for computing 2D raycasted lights" ,
"license" : "MIT" ,
"web" : "https://github.com/liquid600pgm/delight"
2020-02-05 14:55:20 +09:00
} ,
{
"name" : "nimsuite" ,
"url" : "https://github.com/c6h4clch3/NimSuite" ,
"method" : "git" ,
"tags" : [
"unittest"
] ,
"description" : "a simple test framework for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/c6h4clch3/NimSuite"
2020-02-08 15:23:21 +08:00
} ,
{
"name" : "prologue" ,
"url" : "https://github.com/planety/Prologue" ,
"method" : "git" ,
"tags" : [
"web" ,
"prologue" ,
"starlight" ,
"jester"
] ,
"description" : "Another micro web framework." ,
"license" : "MIT" ,
2020-10-01 02:07:22 +08:00
"web" : "https://github.com/planety/Prologue" ,
"doc" : "https://planety.github.io/prologue"
2020-02-09 13:44:20 -07:00
} ,
{
"name" : "mort" ,
"url" : "https://github.com/jyapayne/mort" ,
"method" : "git" ,
"tags" : [
"macro" ,
"library" ,
"deadcode" ,
"dead" ,
"code"
] ,
"description" : "A dead code locator for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/jyapayne/mort"
2020-02-15 01:22:18 +08:00
} ,
{
"name" : "gungnir" ,
"url" : "https://github.com/planety/gungnir" ,
"method" : "git" ,
"tags" : [
"web" ,
"starlight" ,
"prologue" ,
"signing" ,
"Cryptographic"
] ,
"description" : "Cryptographic signing for Nim." ,
"license" : "BSD-3-Clause" ,
"web" : "https://github.com/planety/gungnir"
2020-02-16 01:05:00 +07:00
} ,
2020-02-15 16:35:00 -03:00
{
"name" : "segmentation" ,
"url" : "https://github.com/nitely/nim-segmentation" ,
"method" : "git" ,
"tags" : [
"unicode" ,
"text-segmentation"
] ,
"description" : "Unicode text segmentation tr29" ,
"license" : "MIT" ,
"web" : "https://github.com/nitely/nim-segmentation"
} ,
2020-02-16 01:05:00 +07:00
{
"name" : "anonimongo" ,
"url" : "https://github.com/mashingan/anonimongo" ,
"method" : "git" ,
"tags" : [
"mongo" ,
"mongodb" ,
"driver" ,
"pure" ,
"library" ,
"bson"
] ,
"description" : "ANOther pure NIm MONGO driver." ,
"license" : "MIT" ,
"web" : "https://mashingan.github.io/anonimongo/src/htmldocs/anonimongo.html"
2020-02-17 20:20:33 +01:00
} ,
2020-02-18 01:12:54 -05:00
{
"name" : "paranim" ,
"url" : "https://github.com/paranim/paranim" ,
"method" : "git" ,
"tags" : [
"games" ,
"opengl"
] ,
"description" : "A game library" ,
"license" : "Public Domain"
} ,
{
"name" : "pararules" ,
"url" : "https://github.com/paranim/pararules" ,
"method" : "git" ,
"tags" : [
"rules" ,
"rete"
] ,
"description" : "A rules engine" ,
"license" : "Public Domain"
} ,
2020-02-25 15:20:30 -05:00
{
"name" : "paratext" ,
"url" : "https://github.com/paranim/paratext" ,
"method" : "git" ,
"tags" : [
"text" ,
"opengl"
] ,
"description" : "A library for rendering text with paranim" ,
"license" : "Public Domain"
} ,
2020-02-27 02:08:15 -05:00
{
"name" : "pvim" ,
"url" : "https://github.com/paranim/pvim" ,
"method" : "git" ,
"tags" : [
"editor" ,
"vim"
] ,
"description" : "A vim-based editor" ,
"license" : "Public Domain"
} ,
2020-02-17 20:20:33 +01:00
{
"name" : "sqlite3_abi" ,
"url" : "https://github.com/arnetheduck/nim-sqlite3-abi" ,
"method" : "git" ,
"tags" : [
"sqlite" ,
"sqlite3" ,
"database"
] ,
"description" : "A wrapper for SQLite" ,
"license" : "Apache License 2.0 or MIT" ,
"web" : "https://github.com/arnetheduck/nim-sqlite3-abi"
2020-02-18 13:13:53 +07:00
} ,
{
"name" : "anime" ,
"url" : "https://github.com/ethosa/anime" ,
"method" : "git" ,
"tags" : [
"tracemoe" ,
"framework"
] ,
"description" : "The Nim wrapper for tracemoe." ,
"license" : "AGPLv3" ,
"web" : "https://github.com/ethosa/anime"
2020-02-18 20:02:00 +07:00
} ,
{
"name" : "shizuka" ,
"url" : "https://github.com/ethosa/shizuka" ,
"method" : "git" ,
"tags" : [
"vk" ,
"api" ,
"framework"
] ,
"description" : "The Nim framework for VK API." ,
"license" : "AGPLv3" ,
"web" : "https://github.com/ethosa/shizuka"
2020-02-19 17:40:46 +01:00
} ,
{
"name" : "qr" ,
"url" : "https://github.com/ThomasTJdev/nim_qr" ,
"method" : "git" ,
"tags" : [
"qr" ,
"qrcode" ,
"svg"
] ,
"description" : "Create SVG-files with QR-codes from strings." ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_qr"
2020-02-20 04:18:24 +07:00
} ,
{
"name" : "uri3" ,
"url" : "https://github.com/zendbit/nim.uri3" ,
"method" : "git" ,
"tags" : [
"uri" ,
"url" ,
"library"
] ,
"description" : "nim.uri3 is a Nim module that provides improved way for working with URIs. It is based on the uri module in the Nim standard library and fork from nim-uri2" ,
"license" : "MIT" ,
"web" : "https://github.com/zendbit/nim.uri3"
2020-02-20 22:03:32 +07:00
} ,
{
"name" : "triplets" ,
"url" : "https://github.com/linksplatform/Data.Triplets" ,
"method" : "git" ,
"tags" : [
"triplets" ,
"database" ,
"C" ,
"bindings"
] ,
"description" : "The Nim bindings for linksplatform/Data.Triplets.Kernel." ,
"license" : "AGPLv3" ,
"web" : "https://github.com/linksplatform/Data.Triplets"
2020-02-21 22:29:26 +08:00
} ,
2020-02-21 22:04:37 +07:00
{
"name" : "badgemaker" ,
"url" : "https://github.com/ethosa/badgemaker" ,
"method" : "git" ,
"tags" : [
"badge" ,
"badge-generator" ,
"tool"
] ,
"description" : "The Nim badgemaker tool." ,
"license" : "AGPLv3" ,
"web" : "https://github.com/ethosa/badgemaker"
} ,
2020-02-22 00:43:14 +10:00
{
"name" : "osdialog" ,
"url" : "https://github.com/johnnovak/nim-osdialog" ,
"method" : "git" ,
"tags" : [
"ui," ,
"gui," ,
"dialog," ,
"wrapper," ,
"cross-platform," ,
"windows," ,
"mac," ,
"osx," ,
"linux," ,
"gtk," ,
"gtk2," ,
"gtk3," ,
"zenity," ,
"file"
] ,
"description" : "Nim wrapper for the osdialog library" ,
"license" : "WTFPL" ,
"web" : "https://github.com/johnnovak/nim-osdialog"
} ,
2020-02-21 22:29:26 +08:00
{
"name" : "kview" ,
"url" : "https://github.com/planety/kview" ,
"method" : "git" ,
"tags" : [
"prologue" ,
"starlight" ,
"karax" ,
"web"
] ,
"description" : "For karax html preview." ,
"license" : "BSD-3-Clause" ,
"web" : "https://github.com/planety/kview"
2020-02-22 07:49:10 +01:00
} ,
{
"name" : "loki" ,
"url" : "https://github.com/beshrkayali/loki" ,
"method" : "git" ,
"tags" : [
"cmd" ,
"shell" ,
"cli" ,
"interpreter"
] ,
"description" : "A small library for writing cli programs in Nim." ,
"license" : "Zlib" ,
"web" : "https://github.com/beshrkayali/loki"
2020-02-25 22:37:55 +07:00
} ,
{
"name" : "yukiko" ,
"url" : "https://github.com/ethosa/yukiko" ,
"method" : "git" ,
"tags" : [
"gui" ,
"async" ,
"framework" ,
"sdl2"
] ,
"description" : "The Nim GUI asynchronous framework based on SDL2." ,
"license" : "AGPLv3" ,
"web" : "https://github.com/ethosa/yukiko"
2020-02-27 02:35:23 +05:30
} ,
{
"name" : "luhny" ,
"url" : "https://github.com/sigmapie8/luhny" ,
"method" : "git" ,
"tags" : [
"library" ,
"algorithm"
] ,
"description" : "Luhn's Algorithm implementation in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/sigmapie8/luhny"
2020-02-29 08:28:19 +02:00
} ,
{
"name" : "nimwebp" ,
"url" : "https://github.com/tormund/nimwebp" ,
"method" : "git" ,
"tags" : [
"webp" ,
"encoder" ,
"decoder"
] ,
"description" : "Webp encoder and decoder bindings for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/tormund/nimwebp"
2020-03-02 00:47:50 +09:00
} ,
{
"name" : "svgo" ,
"url" : "https://github.com/jiro4989/svgo" ,
"method" : "git" ,
"tags" : [
"svg" ,
"cli" ,
"awk" ,
"jo" ,
"shell"
] ,
"description" : "SVG output from a shell." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/svgo"
2020-03-03 07:44:31 +08:00
} ,
{
2020-03-02 15:40:42 -05:00
"name" : "winserial" ,
"url" : "https://github.com/bunkford/winserial" ,
"method" : "git" ,
"tags" : [
"windows" ,
"serial"
] ,
"description" : "Serial library for Windows." ,
"license" : "MIT" ,
"web" : "https://github.com/bunkford/winserial" ,
"doc" : "https://bunkford.github.io/winserial/winserial.html"
2020-03-03 07:44:31 +08:00
} ,
{
"name" : "nimbler" ,
"url" : "https://github.com/paul-nameless/nimbler" ,
"method" : "git" ,
"tags" : [
"web" ,
"http" ,
"rest" ,
"api" ,
"library"
] ,
2020-03-03 07:57:12 +08:00
"description" : "A library to help you write rest APIs" ,
2020-03-03 07:44:31 +08:00
"license" : "MIT" ,
"web" : "https://github.com/paul-nameless/nimbler"
2020-03-02 18:30:16 -06:00
} ,
{
"name" : "plugins" ,
"url" : "https://github.com/genotrance/plugins" ,
"method" : "git" ,
"tags" : [
"plugin" ,
"shared"
] ,
"description" : "Plugin system for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/genotrance/plugins"
2020-03-03 08:42:51 +08:00
} ,
{
"name" : "libfswatch" ,
"url" : "https://github.com/paul-nameless/nim-fswatch" ,
"method" : "git" ,
"tags" : [
"fswatch" ,
"libfswatch" ,
"inotify" ,
"fs"
] ,
"description" : "Nim binding to libfswatch" ,
"license" : "MIT" ,
"web" : "https://github.com/paul-nameless/nim-fswatch"
2020-03-06 13:38:15 +07:00
} ,
{
"name" : "zfcore" ,
"url" : "https://github.com/zendbit/nim.zfcore" ,
"method" : "git" ,
"tags" : [
"web" ,
"http" ,
"framework" ,
"api" ,
"asynchttpserver"
] ,
"description" : "zfcore is high performance asynchttpserver and web framework for nim lang" ,
"license" : "BSD" ,
"web" : "https://github.com/zendbit/nim.zfcore"
2020-03-10 17:16:17 +11:00
} ,
{
"name" : "nimpress" ,
"url" : "https://github.com/mpinese/nimpress" ,
"method" : "git" ,
"tags" : [
"dna" ,
"genetics" ,
"genomics" ,
"gwas" ,
"polygenic" ,
"risk" ,
"vcf"
] ,
"description" : "Fast and simple calculation of polygenic scores" ,
"license" : "MIT" ,
"web" : "https://github.com/mpinese/nimpress/"
2020-03-10 15:45:25 +06:00
} ,
{
"name" : "weightedgraph" ,
"url" : "https://github.com/AzamShafiul/weighted_graph" ,
"method" : "git" ,
"tags" : [
"graph" ,
"weighted" ,
"weighted_graph" ,
"adjacency list"
2020-03-12 17:50:42 +04:00
] ,
"description" : "Graph With Weight Libary" ,
"license" : "MIT" ,
"web" : "https://github.com/AzamShafiul/weighted_graph"
} ,
{
"name" : "norman" ,
"url" : "https://github.com/moigagoo/norman" ,
"method" : "git" ,
"tags" : [
"orm" ,
"migration" ,
"norm" ,
"sqlite" ,
"postgres"
] ,
"description" : "Migration manager for Norm." ,
"license" : "MIT" ,
"web" : "https://github.com/moigagoo/norman"
2020-03-13 00:02:52 +09:00
} ,
{
"name" : "nimfm" ,
"url" : "https://github.com/neonnnnn/nimfm" ,
"method" : "git" ,
"tags" : [
"machine-learning" ,
"factorization-machine"
] ,
"description" : "A library for factorization machines in Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/neonnnnn/nimfm"
2020-03-13 02:34:23 +07:00
} ,
{
"name" : "zfblast" ,
"url" : "https://github.com/zendbit/nim.zfblast" ,
"method" : "git" ,
"tags" : [
"web" ,
"http" ,
"server" ,
"asynchttpserver"
] ,
"description" : "High performance http server (https://tools.ietf.org/html/rfc2616) with persistent connection for nim language." ,
"license" : "BSD" ,
"web" : "https://github.com/zendbit/nim.zfblast"
2020-03-12 21:44:38 -04:00
} ,
{
"name" : "paravim" ,
"url" : "https://github.com/paranim/paravim" ,
"method" : "git" ,
"tags" : [
"editor" ,
"games"
] ,
"description" : "An embedded text editor for paranim games" ,
"license" : "Public Domain"
2020-03-14 08:32:11 +01:00
} ,
2020-03-14 15:00:55 +07:00
{
"name" : "akane" ,
"url" : "https://github.com/ethosa/akane" ,
"method" : "git" ,
"tags" : [
"async" ,
"web" ,
"framework"
] ,
"description" : "The Nim asynchronous web framework." ,
"license" : "MIT" ,
"web" : "https://github.com/ethosa/akane"
} ,
2020-03-14 08:32:11 +01:00
{
"name" : "roots" ,
"url" : "https://github.com/BarrOff/roots" ,
"method" : "git" ,
"tags" : [
"math" ,
"numerical" ,
"scientific" ,
"root"
] ,
"description" : "Root finding functions for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/BarrOff/roots"
2020-03-14 11:04:14 +01:00
} ,
{
"name" : "nmqtt" ,
"url" : "https://github.com/zevv/nmqtt" ,
"method" : "git" ,
"tags" : [
"MQTT" ,
"IoT" ,
"MQTT3"
] ,
"description" : "Native MQTT client library" ,
"license" : "MIT" ,
"web" : "https://github.com/zevv/nmqtt"
2020-03-16 14:56:15 +01:00
} ,
2020-03-16 17:14:32 +01:00
{
"name" : "sss" ,
"url" : "https://github.com/markspanbroek/sss.nim" ,
"method" : "git" ,
"tags" : [
"shamir" ,
"secret" ,
"sharing"
] ,
"description" : "Shamir secret sharing" ,
"license" : "MIT" ,
"web" : "https://github.com/markspanbroek/sss.nim"
} ,
2020-03-16 14:56:15 +01:00
{
"name" : "testify" ,
"url" : "https://github.com/sealmove/testify" ,
"method" : "git" ,
"tags" : [
"testing"
] ,
"description" : "File-based unit testing system" ,
"license" : "MIT" ,
"web" : "https://github.com/sealmove/testify"
2020-03-23 07:26:04 +01:00
} ,
2020-03-23 05:56:22 -03:00
{
"name" : "libarchibi" ,
"url" : "https://github.com/juancarlospaco/libarchibi" ,
"method" : "git" ,
"tags" : [
"zip" ,
"libarchive"
] ,
"description" : "Libarchive at compile-time, Libarchive Chibi Edition" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/libarchibi"
} ,
2020-03-23 09:20:20 +01:00
{
"name" : "mnemonic" ,
"url" : "https://github.com/markspanbroek/mnemonic" ,
"method" : "git" ,
"tags" : [
"mnemonic" ,
"bip-39"
] ,
"description" : "Create memorable sentences from byte sequences." ,
"license" : "MIT" ,
"web" : "https://github.com/markspanbroek/mnemonic"
} ,
2020-03-23 08:40:32 +01:00
{
"name" : "eloverblik" ,
"url" : "https://github.com/ThomasTJdev/nim_eloverblik_api" ,
"method" : "git" ,
"tags" : [
"api" ,
"elforbrug" ,
"eloverblik"
] ,
"description" : "API for www.eloverblik.dk" ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_eloverblik_api"
} ,
2020-03-23 04:03:34 -03:00
{
"name" : "nimbug" ,
"url" : "https://github.com/juancarlospaco/nimbug" ,
"method" : "git" ,
"tags" : [
"bug"
] ,
"description" : "Nim Semi-Auto Bug Report Tool" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nimbug"
} ,
2020-03-23 07:26:04 +01:00
{
"name" : "nordnet" ,
"url" : "https://github.com/ThomasTJdev/nim_nordnet_api" ,
"method" : "git" ,
"tags" : [
"nordnet" ,
"stocks" ,
"scrape"
] ,
"description" : "Scraping API for www.nordnet.dk ready to integrate with Home Assistant (Hassio)" ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_nordnet_api"
2020-03-24 20:04:24 +01:00
} ,
{
"name" : "pomTimer" ,
"url" : "https://github.com/MnlPhlp/pomTimer" ,
"method" : "git" ,
"tags" : [
"timer" ,
"pomodoro" ,
"pomodoro-technique" ,
"pomodoro-timer" ,
"cli" ,
"pomodoro-cli"
] ,
"description" : "A simple pomodoro timer for the comandline with cli-output and notifications." ,
"license" : "MIT" ,
"web" : "https://github.com/MnlPhlp/pomTimer"
2020-03-25 09:05:05 +01:00
} ,
{
"name" : "alut" ,
"url" : "https://github.com/rmt/alut" ,
"method" : "git" ,
"tags" : [
"alut" ,
"openal" ,
"audio" ,
"sound"
] ,
"description" : "OpenAL Utility Toolkit (ALUT)" ,
"license" : "LGPL-2.1" ,
"web" : "https://github.com/rmt/alut"
2020-03-27 02:21:30 +09:00
} ,
{
"name" : "rena" ,
"url" : "https://github.com/jiro4989/rena" ,
"method" : "git" ,
"tags" : [
"cli" ,
"command" ,
"rename"
] ,
"description" : "rena is a tiny fire/directory renaming command." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/rena"
2020-03-27 10:53:16 +03:00
} ,
{
"name" : "libvlc" ,
"url" : "https://github.com/Yardanico/nim-libvlc" ,
"method" : "git" ,
"tags" : [
"vlc" ,
"libvlc" ,
"music" ,
"video" ,
"audio" ,
"media" ,
"wrapper"
] ,
"description" : "libvlc bindings for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Yardanico/nim-libvlc"
2020-03-27 23:12:32 +05:30
} ,
{
"name" : "nimcoon" ,
"url" : "https://njoseph.me/gitweb/nimcoon.git" ,
"method" : "git" ,
"tags" : [
"cli" ,
"youtube" ,
"streaming" ,
"downloader" ,
"magnet"
] ,
"description" : "A command-line YouTube player and more" ,
"license" : "GPL-3.0" ,
"web" : "https://gitlab.com/njoseph/nimcoon"
2020-03-28 13:09:40 +07:00
} ,
{
"name" : "nimage" ,
"url" : "https://github.com/ethosa/nimage" ,
"method" : "git" ,
"tags" : [
"image"
] ,
"description" : "The image management library written in Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/ethosa/nimage"
2020-03-29 12:49:47 -04:00
} ,
{
"name" : "adix" ,
"url" : "https://github.com/c-blake/adix" ,
"method" : "git" ,
"tags" : [
"library" ,
"dictionary" ,
"hash tables" ,
"data structures" ,
"hash" ,
"compact" ,
"Fenwick tree" ,
"BIST" ,
"binary trees" ,
"B-Tree"
] ,
"description" : "An Adaptive Index Library For Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/c-blake/adix"
2020-03-30 08:07:20 +02:00
} ,
{
"name" : "nimoji" ,
"url" : "https://github.com/pietroppeter/nimoji" ,
"method" : "git" ,
"tags" : [
"emoji" ,
"library" ,
"binary"
] ,
"description" : "🍕🍺 emoji support for Nim 👑 and the world 🌍" ,
"license" : "MIT" ,
"web" : "https://github.com/pietroppeter/nimoji"
2020-03-30 02:59:42 -04:00
} ,
{
"name" : "origin" ,
"url" : "https://github.com/mfiano/origin.nim" ,
"method" : "git" ,
"tags" : [
"gamedev" ,
"library" ,
"math" ,
"matrix" ,
"vector"
] ,
"description" : "A graphics math library" ,
"license" : "MIT" ,
2020-03-30 04:43:43 -04:00
"web" : "https://github.com/mfiano/origin.nim"
2020-04-02 01:53:08 -03:00
} ,
2020-04-05 19:59:42 +02:00
{
"name" : "webgui" ,
"url" : "https://github.com/juancarlospaco/webgui" ,
"method" : "git" ,
"tags" : [
"web" ,
"webview" ,
"css" ,
"js" ,
"gui"
] ,
"description" : "Web Technologies based Crossplatform GUI, modified wrapper for modified webview.h" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/webgui"
} ,
2020-04-02 01:53:08 -03:00
{
"name" : "xpm" ,
"url" : "https://github.com/juancarlospaco/xpm" ,
"method" : "git" ,
"tags" : [
"netpbm" ,
"xpm"
] ,
"description" : "X-Pixmap & NetPBM" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/xpm"
2020-04-05 19:59:42 +02:00
} ,
{
"name" : "omnimax" ,
"url" : "https://github.com/vitreo12/omnimax" ,
"method" : "git" ,
"tags" : [
"dsl" ,
"dsp" ,
"audio" ,
"sound" ,
"maxmsp"
] ,
"description" : "Max wrapper for omni." ,
"license" : "MIT" ,
"web" : "https://github.com/vitreo12/omnimax"
} ,
{
"name" : "omnicollider" ,
"url" : "https://github.com/vitreo12/omnicollider" ,
"method" : "git" ,
"tags" : [
"dsl" ,
"dsp" ,
"audio" ,
"sound" ,
"supercollider"
] ,
"description" : "SuperCollider wrapper for omni." ,
"license" : "MIT" ,
"web" : "https://github.com/vitreo12/omnicollider"
} ,
{
"name" : "omni" ,
"url" : "https://github.com/vitreo12/omni" ,
"method" : "git" ,
"tags" : [
"dsl" ,
"dsp" ,
"audio" ,
"sound"
] ,
"description" : "omni is a DSL for low-level audio programming." ,
"license" : "MIT" ,
"web" : "https://github.com/vitreo12/omni"
} ,
{
"name" : "mui" ,
"url" : "https://github.com/angluca/mui" ,
"method" : "git" ,
"tags" : [
"ui" ,
"microui"
] ,
"description" : "A tiny immediate-mode UI library" ,
"license" : "MIT" ,
"web" : "https://github.com/angluca/mui"
2020-04-06 10:51:19 -05:00
} ,
{
"name" : "nimatic" ,
"url" : "https://github.com/DangerOnTheRanger/nimatic" ,
"method" : "git" ,
"tags" : [
"static" ,
"generator" ,
"web" ,
"markdown"
] ,
"description" : "A static site generator written in Nim" ,
"license" : "2-clause BSD" ,
"web" : "https://github.com/DangerOnTheRanger/nimatic"
2020-04-07 17:09:45 -03:00
} ,
{
"name" : "ballena_itcher" ,
"url" : "https://github.com/juancarlospaco/ballena-itcher" ,
"method" : "git" ,
"tags" : [
"iso"
] ,
"description" : "Flash ISO images to SD cards & USB drives, safely and easily." ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/ballena-itcher"
2020-04-08 09:51:35 -03:00
} ,
{
"name" : "parselicense" ,
"url" : "https://github.com/juancarlospaco/parselicense" ,
"method" : "git" ,
"tags" : [
"spdx" ,
"license" ,
"parser"
] ,
"description" : "Parse Standard SPDX Licenses from string to Enum" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/parselicense"
2020-04-11 08:41:36 +03:00
} ,
{
"name" : "darwin" ,
"url" : "https://github.com/yglukhov/darwin" ,
"method" : "git" ,
"tags" : [
"macos" ,
"ios" ,
"binding"
] ,
"description" : "Bindings to MacOS and iOS frameworks" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/darwin"
2020-04-12 07:37:24 +02:00
} ,
{
"name" : "choosenimgui" ,
"url" : "https://github.com/ThomasTJdev/choosenim_gui" ,
"method" : "git" ,
"tags" : [
"choosenim" ,
"toolchain"
] ,
"description" : "A simple GUI for choosenim." ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/choosenim_gui"
2020-04-13 13:45:05 +08:00
} ,
2020-04-12 23:03:09 -07:00
{
"name" : "hsluv" ,
"url" : "https://github.com/isthisnagee/hsluv-nim" ,
"method" : "git" ,
"tags" : [
"color" ,
"hsl" ,
"hsluv" ,
"hpluv"
] ,
"description" : "A port of HSLuv, a human friendly alternative to HSL." ,
"license" : "MIT" ,
"web" : "https://github.com/isthisnagee/hsluv-nim"
} ,
2020-04-13 13:45:05 +08:00
{
"name" : "lrucache" ,
"url" : "https://github.com/jackhftang/lrucache" ,
"method" : "git" ,
"tags" : [
"cache" ,
"lru" ,
"data structure"
] ,
"description" : "Least recently used (LRU) cache" ,
"license" : "MIT" ,
"web" : "https://github.com/jackhftang/lrucache"
2020-04-16 01:59:00 -03:00
} ,
{
"name" : "iputils" ,
"url" : "https://github.com/rockcavera/nim-iputils" ,
"method" : "git" ,
"tags" : [
"ip" ,
"ipv4" ,
"ipv6" ,
"cidr"
] ,
"description" : "Utilities for use with IP. It has functions for IPv4, IPv6 and CIDR." ,
"license" : "MIT" ,
"web" : "https://github.com/rockcavera/nim-iputils"
2020-04-17 17:10:46 +03:00
} ,
{
"name" : "strenc" ,
"url" : "https://github.com/Yardanico/nim-strenc" ,
"method" : "git" ,
"tags" : [
"encryption" ,
2022-09-19 11:54:38 +03:00
"obfuscation" ,
"abandoned"
2020-04-17 17:10:46 +03:00
] ,
"description" : "A library to automatically encrypt all string constants in your programs" ,
"license" : "MIT" ,
"web" : "https://github.com/Yardanico/nim-strenc"
2020-04-21 15:22:01 +01:00
} ,
{
"name" : "trick" ,
"url" : "https://github.com/exelotl/trick" ,
"method" : "git" ,
"tags" : [
"gba" ,
"nds" ,
"nintendo" ,
"image" ,
"conversion"
] ,
"description" : "Game Boy Advance image conversion library and more" ,
"license" : "zlib" ,
"web" : "https://github.com/exelotl/trick" ,
"doc" : "https://exelotl.github.io/trick/trick.html"
2020-04-23 13:58:05 +08:00
} ,
2020-04-23 15:44:09 +02:00
{
"name" : "nimQBittorrent" ,
"url" : "https://github.com/faulander/nimQBittorrent" ,
"method" : "git" ,
"tags" : [
"torrent" ,
"qbittorrent" ,
"api" ,
"wrapper"
] ,
"description" : "a wrapper for the QBittorrent WebAPI for NIM." ,
"license" : "MIT" ,
"web" : "https://github.com/faulander/nimQBittorrent"
} ,
2020-04-23 15:55:56 +09:00
{
"name" : "pdba" ,
"url" : "https://github.com/misebox/pdba" ,
"method" : "git" ,
"tags" : [
"db" ,
"library" ,
"wrapper"
] ,
"description" : "A postgres DB adapter for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/misebox/pdba"
} ,
2020-04-23 13:58:05 +08:00
{
"name" : "wAuto" ,
"url" : "https://github.com/khchen/wAuto" ,
"method" : "git" ,
"tags" : [
"automation" ,
"windows" ,
"keyboard" ,
"mouse" ,
"registry" ,
"process"
] ,
"description" : "Windows automation module" ,
"license" : "MIT" ,
"web" : "https://github.com/khchen/wAuto" ,
"doc" : "https://khchen.github.io/wAuto"
2020-04-24 12:07:27 +01:00
} ,
2020-04-30 11:36:53 +03:00
{
"name" : "StashTable" ,
"url" : "https://github.com/olliNiinivaara/StashTable" ,
"method" : "git" ,
"tags" : [
"hash table" ,
"associative array" ,
"map" ,
"dictionary" ,
"key-value store" ,
"concurrent" ,
"multi-threading" ,
"parallel" ,
"data structure" ,
"benchmark"
] ,
"description" : "Concurrent hash table" ,
"license" : "MIT" ,
"web" : "https://github.com/olliNiinivaara/StashTable" ,
"doc" : "http://htmlpreview.github.io/?https://github.com/olliNiinivaara/StashTable/blob/master/src/stashtable.html"
} ,
2020-04-24 12:07:27 +01:00
{
"name" : "dimscord" ,
"url" : "https://github.com/krisppurg/dimscord" ,
"method" : "git" ,
"tags" : [
"discord" ,
"api" ,
"library" ,
"rest" ,
"gateway" ,
"client"
] ,
"description" : "A Discord Bot & REST Library." ,
"license" : "MIT" ,
"web" : "https://github.com/krisppurg/dimscord"
2020-04-24 14:12:34 -05:00
} ,
2020-04-24 15:35:19 -04:00
{
"name" : "til" ,
"url" : "https://github.com/danielecook/til-tool" ,
"method" : "git" ,
"tags" : [
"cli" ,
"til"
] ,
"description" : "til-tool: Today I Learned tool" ,
"license" : "MIT" ,
"web" : "https://github.com/danielecook/til-tool"
} ,
2020-04-24 14:12:34 -05:00
{
"name" : "cpuwhat" ,
"url" : "https://github.com/awr1/cpuwhat" ,
"method" : "git" ,
"tags" : [
"cpu" ,
"cpuid" ,
"hardware" ,
"intrinsics" ,
"simd" ,
"sse" ,
"avx" ,
"avx2" ,
"x86" ,
"arm" ,
"architecture" ,
"arch" ,
"nim"
] ,
"description" : "Nim utilities for advanced CPU operations: CPU identification, bindings to assorted intrinsics" ,
"license" : "ISC" ,
"web" : "https://github.com/awr1/cpuwhat"
2020-04-25 18:43:19 +02:00
} ,
{
"name" : "nimpari" ,
"url" : "https://github.com/BarrOff/nim-pari" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"math" ,
"cas" ,
"scientific" ,
"number-theory"
] ,
"description" : "Nim wrapper for the PARI library" ,
"license" : "MIT" ,
"web" : "https://github.com/BarrOff/nim-pari"
2020-04-26 23:17:11 -06:00
} ,
{
"name" : "nim_sdl2" ,
"url" : "https://github.com/jyapayne/nim-sdl2" ,
"method" : "git" ,
"tags" : [
"sdl2" ,
"sdl" ,
"graphics" ,
"game"
] ,
"description" : "SDL2 Autogenerated wrapper" ,
"license" : "MIT" ,
"web" : "https://github.com/jyapayne/nim-sdl2"
2020-04-29 13:13:51 +08:00
} ,
{
2020-08-29 13:57:55 +08:00
"name" : "cookiejar" ,
"url" : "https://github.com/planety/cookiejar" ,
2020-04-29 13:13:51 +08:00
"method" : "git" ,
"tags" : [
"web" ,
"cookie" ,
"prologue"
] ,
"description" : "HTTP Cookies for Nim." ,
"license" : "Apache-2.0" ,
2020-08-29 13:57:55 +08:00
"web" : "https://github.com/planety/cookiejar"
2020-04-29 22:59:45 +09:00
} ,
{
"name" : "matsuri" ,
"url" : "https://github.com/zer0-star/matsuri" ,
"method" : "git" ,
"tags" : [
"library" ,
"variant" ,
"algebraic_data_type" ,
"pattern_matching"
] ,
"description" : "Useful Variant Type and Powerful Pattern Matching for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/zer0-star/matsuri"
2020-04-29 12:23:33 -04:00
} ,
{
"name" : "clang" ,
"url" : "https://github.com/samdmarshall/libclang-nim" ,
"method" : "git" ,
"tags" : [
"llvm" ,
"clang" ,
"libclang" ,
"wrapper" ,
"library"
] ,
"description" : "Wrapper for libclang C headers" ,
"license" : "BSD 3-Clause" ,
"web" : "https://github.com/samdmarshall/libclang-nim"
2020-05-05 06:30:31 +02:00
} ,
{
"name" : "NimMarc" ,
"url" : "https://github.com/rsirres/NimMarc" ,
"method" : "git" ,
"tags" : [
"marc21" ,
"library" ,
"parser"
] ,
"description" : "Marc21 parser for Nimlang" ,
"license" : "MIT" ,
"web" : "https://github.com/rsirres/NimMarc"
2020-05-05 22:15:03 +08:00
} ,
{
"name" : "miniblink" ,
"url" : "https://github.com/lihf8515/miniblink" ,
"method" : "git" ,
"tags" : [
"miniblink" ,
"nim"
] ,
"description" : "A miniblink library for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/lihf8515/miniblink"
2020-05-05 23:40:27 -05:00
} ,
{
"name" : "pokereval" ,
"url" : "https://github.com/jasonlu7/pokereval" ,
"method" : "git" ,
"tags" : [
"poker"
] ,
"description" : "A poker hand evaluator" ,
"license" : "MIT" ,
"web" : "https://github.com/jasonlu7/pokereval"
2020-05-06 23:28:42 -06:00
} ,
{
"name" : "glew" ,
"url" : "https://github.com/jyapayne/nim-glew" ,
"method" : "git" ,
"tags" : [
"gl" ,
"glew" ,
"opengl" ,
"wrapper"
] ,
"description" : "Autogenerated glew bindings for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/jyapayne/nim-glew"
2020-05-07 12:07:56 +03:00
} ,
2020-05-07 18:41:02 +09:00
{
"name" : "dotprov" ,
"url" : "https://github.com/minefuto/dotprov" ,
"method" : "git" ,
"tags" : [
"tool" ,
"binary" ,
"dotfiles"
] ,
"description" : "dotfiles provisioning tool" ,
"license" : "MIT" ,
"web" : "https://github.com/minefuto/dotprov"
} ,
2020-05-07 12:07:56 +03:00
{
"name" : "sqliteral" ,
"url" : "https://github.com/olliNiinivaara/SQLiteral" ,
"method" : "git" ,
"tags" : [
"multi-threading" ,
"sqlite" ,
"sql" ,
"database" ,
"wal" ,
"api"
] ,
"description" : "A high level SQLite API for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/olliNiinivaara/SQLiteral"
2020-05-07 21:08:48 +08:00
} ,
{
"name" : "timestamp" ,
"url" : "https://github.com/jackhftang/timestamp.nim" ,
"method" : "git" ,
"tags" : [
"time" ,
"timestamp"
] ,
"description" : "An alternative time library" ,
"license" : "MIT" ,
2020-05-26 19:47:47 +08:00
"web" : "https://github.com/jackhftang/timestamp.nim" ,
"doc" : "https://jackhftang.github.io/timestamp.nim/"
2020-05-08 23:24:11 -05:00
} ,
{
"name" : "decimal128" ,
"url" : "https://github.com/JohnAD/decimal128" ,
"method" : "git" ,
"tags" : [
"decimal" ,
"ieee" ,
"standard" ,
"number"
] ,
"description" : "Decimal type support based on the IEEE 754 2008 specification." ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/decimal128"
2020-05-10 12:20:14 +08:00
} ,
{
"name" : "datetime_parse" ,
"url" : "https://github.com/bung87/datetime_parse" ,
"method" : "git" ,
"tags" : [
"datetime" ,
"parser"
] ,
"description" : "parse datetime from various resources" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/datetime_parse"
2020-05-10 23:09:45 -06:00
} ,
{
"name" : "halonium" ,
"url" : "https://github.com/halonium/halonium" ,
"method" : "git" ,
"tags" : [
"selenium" ,
"automation" ,
"web" ,
"testing" ,
"test"
] ,
"description" : "A browser automation library written in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/halonium/halonium"
2020-05-11 11:34:45 +02:00
} ,
{
"name" : "lz77" ,
"url" : "https://github.com/sealmove/LZ77" ,
"method" : "git" ,
"tags" : [
"library" ,
"compress" ,
"decompress" ,
"encode" ,
"decode" ,
"huffman" ,
"mam" ,
"prefetch"
] ,
"description" : "Implementation of various LZ77 algorithms" ,
"license" : "MIT" ,
"web" : "https://github.com/sealmove/LZ77"
2020-05-12 00:03:43 -05:00
} ,
{
"name" : "stalinsort" ,
2021-12-01 09:13:46 -06:00
"url" : "https://github.com/tonogram/stalinsort" ,
2020-05-12 00:03:43 -05:00
"method" : "git" ,
"tags" : [
"algorithm" ,
"sort"
] ,
"description" : "A Nim implementation of the Stalin Sort algorithm." ,
"license" : "CC0-1.0" ,
2021-12-01 09:13:46 -06:00
"web" : "https://github.com/tonogram/stalinsort"
2020-05-14 15:15:45 +08:00
} ,
{
"name" : "finder" ,
"url" : "https://github.com/bung87/finder" ,
"method" : "git" ,
"tags" : [
"finder" ,
"fs" ,
"zip" ,
"memory"
] ,
"description" : "fs memory zip finder implement in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/finder"
2020-05-16 22:32:46 +08:00
} ,
2020-05-16 23:58:36 +08:00
{
"name" : "huffman" ,
"url" : "https://github.com/xzeshen/huffman" ,
"method" : "git" ,
"tags" : [
"huffman" ,
"encode" ,
"decode"
] ,
"description" : "Huffman encode/decode for Nim." ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/xzeshen/huffman"
} ,
2020-05-17 03:25:39 -07:00
{
"name" : "fusion" ,
"url" : "https://github.com/nim-lang/fusion" ,
"method" : "git" ,
"tags" : [
"distribution"
] ,
"description" : "Nim's official stdlib extension" ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang/fusion"
} ,
2020-05-16 22:32:46 +08:00
{
"name" : "bio" ,
"url" : "https://github.com/xzeshen/bio" ,
"method" : "git" ,
"tags" : [
"streams" ,
"endians"
] ,
"description" : "Bytes utils for Nim." ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/xzeshen/bio"
2020-05-17 22:40:34 +03:00
} ,
2020-05-18 13:09:26 +08:00
{
"name" : "buffer" ,
"url" : "https://github.com/bung87/buffer" ,
"method" : "git" ,
"tags" : [
"stream" ,
"buffer"
] ,
"description" : "buffer" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/buffer"
} ,
2020-05-17 22:40:34 +03:00
{
"name" : "notification" ,
"url" : "https://github.com/SolitudeSF/notification" ,
"method" : "git" ,
"tags" : [
"notifications" ,
"desktop" ,
"dbus"
] ,
"description" : "Desktop notifications" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/notification"
2020-05-18 08:41:35 +04:00
} ,
{
"name" : "eventemitter" ,
"url" : "https://github.com/al-bimani/eventemitter" ,
"method" : "git" ,
"tags" : [
"eventemitter" ,
"events" ,
"on" ,
"emit"
] ,
"description" : "event emitter for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/al-bimani/eventemitter"
2020-05-20 00:18:05 +09:00
} ,
{
"name" : "camelize" ,
"url" : "https://github.com/kixixixixi/camelize" ,
"method" : "git" ,
"tags" : [
"json" ,
"camelcase"
] ,
"description" : "Convert json node to camelcase" ,
"license" : "MIT" ,
"web" : "https://github.com/kixixixixi/camelize"
2020-05-21 23:15:38 +09:00
} ,
{
"name" : "nmi" ,
"url" : "https://github.com/jiro4989/nmi" ,
"method" : "git" ,
"tags" : [
"sl" ,
"joke" ,
"cli"
] ,
"description" : "nmi display animations aimed to correct users who accidentally enter nmi instead of nim." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/nmi"
2020-05-22 23:56:29 +00:00
} ,
{
"name" : "markx" ,
"url" : "https://github.com/jiro4989/markx" ,
"method" : "git" ,
"tags" : [
"exec" ,
"command" ,
"cli" ,
"vi"
] ,
"description" : "markx selects execution targets with editor and executes commands." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/markx"
2020-05-25 16:30:16 +02:00
} ,
2020-05-25 00:42:33 +01:00
{
"name" : "therapist" ,
"url" : "https://bitbucket.org/maxgrenderjones/therapist" ,
"method" : "git" ,
"tags" : [
"argparse" ,
"library"
] ,
"description" : "Type-safe commandline parsing with minimal magic" ,
"license" : "MIT" ,
"web" : "https://bitbucket.org/maxgrenderjones/therapist"
2020-05-25 12:22:04 +02:00
} ,
2020-05-25 10:34:11 +07:00
{
"name" : "nodesnim" ,
"url" : "https://github.com/Ethosa/nodesnim" ,
"method" : "git" ,
"tags" : [
"GUI" ,
"2D" ,
"framework" ,
"OpenGL" ,
"SDL2"
] ,
"description" : "The Nim GUI/2D framework based on OpenGL and SDL2." ,
"license" : "MIT" ,
"web" : "https://github.com/Ethosa/nodesnim"
2020-05-26 11:55:22 +03:00
} ,
{
"name" : "telenim" ,
"url" : "https://github.com/Yardanico/telenim" ,
"method" : "git" ,
"tags" : [
"telegram" ,
"tdlib" ,
"bot" ,
"api" ,
"async" ,
"client" ,
"userbot" ,
"telenim"
] ,
"description" : "A high-level async TDLib wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Yardanico/telenim"
2020-05-26 19:47:47 +08:00
} ,
{
"name" : "taskqueue" ,
"url" : "https://github.com/jackhftang/taskqueue.nim" ,
"method" : "git" ,
"tags" : [
"task" ,
"scheduler" ,
"timer"
] ,
"description" : "High precision and high performance task scheduler " ,
"license" : "MIT" ,
"web" : "https://github.com/jackhftang/taskqueue.nim" ,
"doc" : "https://jackhftang.github.io/taskqueue.nim/"
} ,
{
"name" : "threadproxy" ,
"url" : "https://github.com/jackhftang/threadproxy.nim" ,
"method" : "git" ,
"tags" : [
"thread" ,
"ITC" ,
"communication" ,
"multithreading" ,
"threading"
] ,
"description" : "Simplify Nim Inter-Thread Communication" ,
"license" : "MIT" ,
"web" : "https://github.com/jackhftang/threadproxy.nim" ,
"doc" : "https://jackhftang.github.io/threadproxy.nim/"
2020-05-30 03:19:05 +03:00
} ,
2020-06-01 14:28:28 +02:00
{
"name" : "jesterwithplugins" ,
"url" : "https://github.com/JohnAD/jesterwithplugins/" ,
"method" : "git" ,
"tags" : [
"web" ,
"http" ,
"framework" ,
"dsl" ,
"plugins"
] ,
"description" : "A sinatra-like web framework for Nim with plugins." ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/jesterwithplugins/"
} ,
2020-06-16 01:46:35 -05:00
{
"name" : "jesterjson" ,
"url" : "https://github.com/JohnAD/jesterjson" ,
"method" : "git" ,
"tags" : [
"web" ,
"jester" ,
"json" ,
"plugin"
] ,
"description" : "A Jester web plugin that embeds key information into a JSON object." ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/jesterjson"
} ,
{
"name" : "jestercookiemsgs" ,
"url" : "https://github.com/JohnAD/jestercookiemsgs" ,
"method" : "git" ,
"tags" : [
"web" ,
"jester" ,
"cookie" ,
"message" ,
"notify" ,
"notification" ,
"plugin"
] ,
"description" : "A Jester web plugin that allows easy message passing between pages using a browser cookie." ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/jestercookiemsgs"
} ,
{
"name" : "jestermongopool" ,
"url" : "https://github.com/JohnAD/jestermongopool" ,
"method" : "git" ,
"tags" : [
"web" ,
"jester" ,
"mongodb" ,
"pooled" ,
"plugin"
] ,
"description" : "A Jester web plugin that gets a pooled MongoDB connection for each web query." ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/jestermongopool"
} ,
{
"name" : "jestergeoip" ,
"url" : "https://github.com/JohnAD/jestergeoip" ,
"method" : "git" ,
"tags" : [
"web" ,
"jester" ,
"ip" ,
"geo" ,
"geographic" ,
"tracker" ,
"plugin"
] ,
"description" : "A Jester web plugin that determines geographic information for each web request via API. Uses sqlite3 for a cache." ,
"license" : "MIT" ,
"web" : "https://github.com/JohnAD/jestergeoip"
} ,
2020-06-01 14:28:28 +02:00
{
"name" : "qeu" ,
"url" : "https://github.com/hyu1996/qeu" ,
"method" : "git" ,
"tags" : [
"comparison" ,
"3-way comparison" ,
"three-way comparison"
] ,
"description" : "Functionality for compare two values" ,
"license" : "MIT" ,
"web" : "https://github.com/hyu1996/qeu"
} ,
{
"name" : "mccache" ,
2021-02-11 02:33:09 +03:00
"url" : "https://github.com/abbeymart/mccache-nim" ,
2020-06-01 14:28:28 +02:00
"method" : "git" ,
"tags" : [
"web" ,
"library"
] ,
"description" : "mccache package: in-memory caching" ,
"license" : "MIT" ,
2021-02-11 02:33:09 +03:00
"web" : "https://github.com/abbeymart/mccache-nim"
2020-06-01 14:28:28 +02:00
} ,
{
"name" : "mcresponse" ,
2021-02-11 02:33:09 +03:00
"url" : "https://github.com/abbeymart/mcresponse-nim" ,
2020-06-01 14:28:28 +02:00
"method" : "git" ,
"tags" : [
"web" ,
"crud" ,
"rest" ,
"api" ,
"response"
] ,
"description" : "mConnect Standardised Response Package" ,
"license" : "MIT" ,
2021-02-11 02:33:09 +03:00
"web" : "https://github.com/abbeymart/mcresponse-nim"
2020-06-01 14:28:28 +02:00
} ,
{
"name" : "webrtcvad" ,
"url" : "https://gitlab.com/eagledot/nim-webrtcvad" ,
"method" : "git" ,
2020-06-02 14:51:21 +08:00
"tags" : [
2020-06-01 14:28:28 +02:00
"wrapper" ,
"vad" ,
"voice" ,
"binding"
] ,
"description" : "Nim bindings for the WEBRTC VAD(voice actitvity Detection)" ,
"license" : "MIT" ,
"web" : "https://gitlab.com/eagledot/nim-webrtcvad"
} ,
{
"name" : "gradient" ,
"url" : "https://github.com/luminosoda/gradient" ,
"method" : "git" ,
"tags" : [
"gradient" ,
"gradients" ,
"color" ,
"colors"
] ,
"description" : "Color gradients generation" ,
"license" : "MIT" ,
"web" : "https://github.com/luminosoda/gradient"
} ,
2020-05-30 03:19:05 +03:00
{
"name" : "tam" ,
"url" : "https://github.com/SolitudeSF/tam" ,
"method" : "git" ,
"tags" : [
"tome" ,
"addon" ,
"manager"
] ,
"description" : "Tales of Maj'Eyal addon manager" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/tam"
2020-06-02 14:51:21 +08:00
} ,
{
"name" : "tim_sort" ,
"url" : "https://github.com/bung87/tim_sort" ,
"method" : "git" ,
"tags" : [
"tim" ,
"sort" ,
"algorithm"
] ,
"description" : "A new awesome nimble package" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/tim_sort"
2020-06-08 05:04:34 +12:00
} ,
{
"name" : "inumon" ,
"url" : "https://github.com/dizzyliam/inumon" ,
"method" : "git" ,
"tags" : [
"image" ,
"images" ,
"png" ,
"image manipulation" ,
"jpeg" ,
"jpg"
] ,
"description" : "A high-level image I/O and manipulation library for Nim." ,
"license" : "MPL 2.0" ,
"web" : "https://github.com/dizzyliam/inumon"
2020-06-09 05:27:10 +08:00
} ,
2020-06-20 11:01:20 +02:00
{
"name" : "gerbil" ,
"url" : "https://github.com/jasonprogrammer/gerbil" ,
"method" : "git" ,
"tags" : [
"web" ,
"dynamic" ,
"generator"
] ,
"description" : "A dynamic website generator" ,
"license" : "MIT" ,
"web" : "https://getgerbil.com"
} ,
2020-06-09 05:27:10 +08:00
{
"name" : "vaultclient" ,
"url" : "https://github.com/jackhftang/vaultclient.nim" ,
"method" : "git" ,
"tags" : [
"vault" ,
"secret" ,
"secret-management"
] ,
"description" : "Hashicorp Vault HTTP Client" ,
"license" : "MIT" ,
"web" : "https://github.com/jackhftang/vaultclient.nim"
2020-06-09 15:52:14 +08:00
} ,
{
"name" : "hashlib" ,
"url" : "https://github.com/khchen/hashlib" ,
"method" : "git" ,
"tags" : [
"library" ,
"hashes" ,
"hmac"
] ,
"description" : "Hash Library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/khchen/hashlib"
2020-06-09 15:11:17 +05:30
} ,
{
2020-06-10 14:00:50 +07:00
"name" : "alsa" ,
"url" : "https://gitlab.com/eagledot/nim-alsa" ,
"method" : "git" ,
"tags" : [
"linux" ,
"bindings" ,
"audio" ,
"alsa" ,
"sound"
] ,
"description" : "NIM bindings for ALSA-LIB c library" ,
"license" : "MIT" ,
"web" : "https://gitlab.com/eagledot/nim-alsa"
} ,
{
"name" : "vmprotect" ,
"url" : "https://github.com/ba0f3/vmprotect.nim" ,
"method" : "git" ,
"tags" : [
"vmprotect" ,
"sdk" ,
"wrapper"
] ,
"description" : "Wrapper for VMProtect SDK" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/vmprotect.nim"
2020-06-12 15:41:13 +02:00
} ,
2020-06-13 20:35:40 +09:00
{
"name" : "nimaterial" ,
"url" : "https://github.com/momeemt/nimaterial" ,
"method" : "git" ,
"tags" : [
"web" ,
"library" ,
"css"
] ,
"description" : "nimaterial is a CSS output library based on material design." ,
"license" : "MIT" ,
"web" : "https://github.com/momeemt/nimaterial"
} ,
2020-06-12 15:41:13 +02:00
{
"name" : "naw" ,
"url" : "https://github.com/capocasa/naw" ,
"method" : "git" ,
"tags" : [
"awk" ,
"csv" ,
"report" ,
"markdown"
] ,
"description" : "A glue wrapper to do awk-style text processing with Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/capocasa/naw"
2020-06-13 04:42:52 -07:00
} ,
2020-12-30 11:41:12 +01:00
{
"name" : "opus" ,
"url" : "https://github.com/capocasa/nim-opus" ,
"method" : "git" ,
"tags" : [
"opus" ,
"decoder" ,
"xiph" ,
"audio" ,
"codec" ,
"lossy" ,
"compression"
] ,
"description" : "A nimterop wrapper for the opus audio decoder" ,
"license" : "MIT" ,
"web" : "https://github.com/capocasa/nim-opus"
} ,
{
"name" : "nestegg" ,
"url" : "https://github.com/capocasa/nim-nestegg" ,
"method" : "git" ,
"tags" : [
"nestegg" ,
"demuxer" ,
"webm" ,
"video" ,
"container"
] ,
"description" : "A nimterop wrapper for the nestegg portable webm video demuxer" ,
"license" : "MIT" ,
"web" : "https://github.com/capocasa/nim-nestegg"
} ,
{
"name" : "dav1d" ,
"url" : "https://github.com/capocasa/nim-dav1d" ,
"method" : "git" ,
"tags" : [
"dav1d" ,
"decoder" ,
"av1" ,
"video" ,
"codec"
] ,
"description" : "A nimterop wrapper for the dav1d portable-and-fast AV1 video decoder" ,
"license" : "MIT" ,
"web" : "https://github.com/capocasa/nim-dav1d"
} ,
2020-06-13 04:42:52 -07:00
{
"name" : "nimviz" ,
"url" : "https://github.com/Rekihyt/nimviz" ,
"method" : "git" ,
"tags" : [
"graphviz" ,
"library" ,
"wrapper"
] ,
"description" : "A wrapper for the graphviz c api." ,
"license" : "MIT" ,
"web" : "https://github.com/Rekihyt/nimviz"
2020-06-17 11:11:37 +05:30
} ,
{
"name" : "deepspeech" ,
"url" : "https://gitlab.com/eagledot/nim-deepspeech" ,
2020-06-18 01:33:49 +05:30
"method" : "git" ,
2020-06-17 11:11:37 +05:30
"tags" : [
"mozilla" ,
"deepspeech" ,
"speech to text" ,
"bindings"
2020-06-18 01:33:49 +05:30
] ,
2020-06-17 11:11:37 +05:30
"description" : "Nim bindings for mozilla's DeepSpeech model." ,
"license" : "MIT" ,
"web" : "https://gitlab.com/eagledot/nim-deepspeech"
2020-06-18 01:33:49 +05:30
} ,
{
"name" : "opusenc" ,
"url" : "https://git.sr.ht/~ehmry/nim_opusenc" ,
"method" : "git" ,
"tags" : [
"opus" ,
"audio" ,
"encoder" ,
"bindings"
] ,
"description" : "Bindings to libopusenc" ,
"license" : "BSD-3-Clause" ,
"web" : "https://git.sr.ht/~ehmry/nim_opusenc"
2020-06-18 22:33:44 +09:00
} ,
{
"name" : "nimtetris" ,
"url" : "https://github.com/jiro4989/nimtetris" ,
"method" : "git" ,
"tags" : [
"tetris" ,
"terminal" ,
"game" ,
"command"
] ,
"description" : "A simple terminal tetris in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/nimtetris"
2020-06-20 09:22:48 +01:00
} ,
{
"name" : "natu" ,
"url" : "https://github.com/exelotl/natu" ,
"method" : "git" ,
"tags" : [
"gba" ,
"nintendo" ,
"homebrew" ,
"game"
] ,
"description" : "Game Boy Advance development library" ,
"license" : "zlib" ,
"web" : "https://github.com/exelotl/natu"
2020-06-23 00:02:18 -05:00
} ,
2020-07-05 11:52:25 -03:00
{
"name" : "fision" ,
"url" : "https://github.com/juancarlospaco/fision" ,
"method" : "git" ,
"tags" : [
"libraries"
] ,
"description" : "important_packages with 0 dependencies and all unittests passing" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/fision"
} ,
2020-06-23 00:02:18 -05:00
{
"name" : "iridium" ,
"url" : "https://github.com/KingDarBoja/Iridium" ,
"method" : "git" ,
"tags" : [
"iso3166" ,
"nim" ,
"nim-lang" ,
"countries"
] ,
"description" : "The International Standard for country codes and codes for their subdivisions on Nim (ISO-3166)" ,
"license" : "MIT" ,
"web" : "https://github.com/KingDarBoja/Iridium"
2020-06-24 01:39:13 +09:00
} ,
{
"name" : "nim_searches" ,
"url" : "https://github.com/nnahito/nim_searched" ,
"method" : "git" ,
"tags" : [
"search"
] ,
"description" : "search algorithms" ,
"license" : "MIT" ,
"web" : "https://github.com/nnahito/nim_searched"
2020-06-24 18:28:07 +08:00
} ,
{
"name" : "stage" ,
"url" : "https://github.com/bung87/stage" ,
"method" : "git" ,
"tags" : [
"git" ,
"hook"
] ,
"description" : "nim tasks apply to git hooks" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/stage"
2020-06-24 14:01:13 +01:00
} ,
{
"name" : "flickr_image_bot" ,
"url" : "https://github.com/snus-kin/flickr-image-bot" ,
"method" : "git" ,
"tags" : [
"twitter" ,
"twitter-bot" ,
"flickr"
] ,
"description" : "Twitter bot for fetching flickr images with tags" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/snus-kin/flickr-image-bot"
2020-06-24 09:23:05 -07:00
} ,
2020-06-29 17:30:40 +07:00
{
"name" : "libnetfilter_queue" ,
"url" : "https://github.com/ba0f3/libnetfilter_queue.nim" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"libnetfilter" ,
"queue" ,
"netfilter" ,
"firewall" ,
"iptables"
] ,
"description" : "libnetfilter_queue wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/libnetfilter_queue.nim"
} ,
2020-06-24 09:23:05 -07:00
{
"name" : "flatty" ,
"url" : "https://github.com/treeform/flatty" ,
"method" : "git" ,
"tags" : [
"binary" ,
"serialize" ,
"marshal" ,
"hash"
] ,
"description" : "Serializer and tools for flat binary files." ,
"license" : "MIT" ,
"web" : "https://github.com/treeform/flatty"
2020-06-26 00:07:00 +02:00
} ,
2020-07-07 01:08:04 -05:00
{
"name" : "supersnappy" ,
"url" : "https://github.com/guzba/supersnappy" ,
"method" : "git" ,
"tags" : [
"compression" ,
"snappy"
] ,
"description" : "Dependency-free and performant Nim Snappy implementation." ,
"license" : "MIT" ,
"web" : "https://github.com/guzba/supersnappy"
} ,
2020-06-26 00:07:00 +02:00
{
"name" : "aglet" ,
"url" : "https://github.com/liquid600pgm/aglet" ,
"method" : "git" ,
"tags" : [
"graphics" ,
"opengl" ,
"wrapper" ,
"safe"
] ,
"description" : "A safe, high-level, optimized OpenGL wrapper" ,
"license" : "MIT" ,
"web" : "https://github.com/liquid600pgm/aglet"
2020-06-26 10:20:51 +02:00
} ,
{
"name" : "nimcmaes" ,
"url" : "https://github.com/zevv/nimcmaes" ,
"method" : "git" ,
"tags" : [
"cmaes" ,
"optimization"
] ,
"description" : "Nim CMAES library" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/zevv/nimcmaes"
2020-06-27 18:54:28 +09:00
} ,
{
"name" : "soundex" ,
"url" : "https://github.com/Kashiwara0205/soundex" ,
"method" : "git" ,
"tags" : [
"library" ,
"algorithm"
] ,
"description" : "soundex algorithm" ,
"license" : "MIT" ,
"web" : "https://github.com/Kashiwara0205/soundex"
2020-06-28 19:38:32 +08:00
} ,
{
"name" : "nimish" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/nimish" ,
2020-06-28 19:38:32 +08:00
"method" : "git" ,
"tags" : [
"macro" ,
"library" ,
"c"
] ,
"description" : "C macro for Nim." ,
"license" : "Apache-2.0" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/nimish"
2020-06-29 03:40:17 +03:00
} ,
2020-07-12 22:14:13 +09:00
{
"name" : "vds" ,
2020-08-04 18:11:19 +09:00
"alias" : "vscds"
} ,
{
"name" : "vscds" ,
"url" : "https://github.com/doongjohn/vscds" ,
2020-07-12 22:14:13 +09:00
"method" : "git" ,
"tags" : [
"vscode"
] ,
2020-08-04 18:11:19 +09:00
"description" : "<VS Code Data Swapper> Easily swap between multiple data folders." ,
2020-07-12 22:14:13 +09:00
"license" : "MIT" ,
2020-08-04 18:11:19 +09:00
"web" : "https://github.com/doongjohn/vscds"
2020-07-12 22:14:13 +09:00
} ,
2020-06-29 03:40:17 +03:00
{
"name" : "kdb" ,
"url" : "https://github.com/inv2004/kdb_nim" ,
"method" : "git" ,
"tags" : [
"kdb" ,
"q" ,
"k" ,
"database" ,
"bindings"
] ,
"description" : "Nim structs to work with Kdb in type-safe manner and low-level Nim to Kdb bindings" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/inv2004/kdb_nim"
2020-06-30 23:06:11 +09:00
} ,
{
"name" : "Unit" ,
"url" : "https://github.com/momeemt/Unit" ,
"method" : "git" ,
"tags" : [
"unit" ,
"type" ,
"systemOfUnit" ,
"library"
] ,
"description" : "A library that provides unit types in nim" ,
"license" : "MIT" ,
"web" : "https://github.com/momeemt/Unit"
2020-07-04 19:08:58 +08:00
} ,
2020-07-05 11:27:24 -05:00
{
"name" : "lockfreequeues" ,
"url" : "https://github.com/elijahr/lockfreequeues" ,
"method" : "git" ,
"tags" : [
2020-08-10 00:28:24 -05:00
"spsc" ,
"mpsc" ,
"mpmc" ,
2020-07-05 11:27:24 -05:00
"queue" ,
2020-08-10 00:28:24 -05:00
"lockfree" ,
"lock-free" ,
"waitfree" ,
"wait-free" ,
"circularbuffer" ,
2020-07-05 11:27:24 -05:00
"circular-buffer" ,
"ring-buffer" ,
2020-08-10 00:28:24 -05:00
"ringbuffer"
2020-07-05 11:27:24 -05:00
] ,
2020-08-10 00:28:24 -05:00
"description" : "Lock-free queue implementations for Nim." ,
2020-07-05 11:27:24 -05:00
"license" : "MIT" ,
2020-08-10 00:28:24 -05:00
"web" : "https://github.com/elijahr/lockfreequeues" ,
"doc" : "https://elijahr.github.io/lockfreequeues/"
2020-07-05 11:27:24 -05:00
} ,
2020-07-04 19:08:58 +08:00
{
"name" : "shene" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/shene" ,
2020-07-04 19:08:58 +08:00
"method" : "git" ,
"tags" : [
"interface" ,
"library" ,
"prologue"
] ,
"description" : "Interface for Nim." ,
"license" : "Apache-2.0" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/shene"
2020-07-05 23:16:59 +09:00
} ,
{
"name" : "subnet" ,
"url" : "https://github.com/jiro4989/subnet" ,
"method" : "git" ,
"tags" : [
"subnet" ,
"ip" ,
"cli" ,
"command"
] ,
"description" : "subnet prints subnet mask in human readable." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/subnet"
2020-07-07 23:16:19 +02:00
} ,
{
"name" : "norx" ,
"url" : "https://github.com/gokr/norx" ,
"method" : "git" ,
"tags" : [
"game" ,
"engine" ,
"2d" ,
"library" ,
"wrapper"
] ,
"description" : "A wrapper of the ORX 2.5D game engine" ,
"license" : "Zlib" ,
"web" : "https://github.com/gokr/norx"
2020-07-09 14:06:11 -05:00
} ,
{
"name" : "jeknil" ,
2021-12-01 09:13:46 -06:00
"url" : "https://github.com/tonogram/jeknil" ,
2020-07-09 14:06:11 -05:00
"method" : "git" ,
"tags" : [
"web" ,
"binary" ,
"blog" ,
"markdown" ,
"html"
] ,
"description" : "A blog post generator for people with priorities." ,
"license" : "CC0-1.0" ,
2021-12-01 09:13:46 -06:00
"web" : "https://github.com/tonogram/jeknil"
2020-07-10 12:20:42 +02:00
} ,
{
"name" : "mime" ,
"url" : "https://github.com/enthus1ast/nimMime" ,
"method" : "git" ,
"tags" : [
"mime" ,
"email" ,
"mail" ,
"attachment"
] ,
"description" : "Library for attaching files to emails." ,
"license" : "MIT" ,
"web" : "https://github.com/enthus1ast/nimMime"
2020-07-12 20:53:11 +10:00
} ,
2020-07-12 15:13:35 +02:00
{
"name" : "Echon" ,
"url" : "https://github.com/eXodiquas/Echon" ,
"method" : "git" ,
"tags" : [
"generative" ,
"l-system" ,
"fractal" ,
"art"
] ,
"description" : "A small package to create lindenmayer-systems or l-systems." ,
"license" : "MIT" ,
"web" : "https://github.com/eXodiquas/Echon"
} ,
2020-07-12 20:53:11 +10:00
{
"name" : "nimrcon" ,
"url" : "https://github.com/mcilya/nimrcon" ,
"method" : "git" ,
"tags" : [
"rcon" ,
"client" ,
"library"
] ,
"description" : "Simple RCON client in Nim lang." ,
"license" : "MIT" ,
"web" : "https://github.com/mcilya/nimrcon"
2020-07-12 20:27:15 +07:00
} ,
{
"name" : "zfplugs" ,
"url" : "https://github.com/zendbit/nim.zfplugs" ,
"method" : "git" ,
"tags" : [
"web" ,
"http" ,
"framework" ,
"api" ,
"asynchttpserver" ,
"plugins"
] ,
"description" : "This is the plugins for the zfcore framework https://github.com/zendbit/nim.zfcore" ,
"license" : "BSD" ,
"web" : "https://github.com/zendbit/nim.zfplugs"
2020-07-13 08:00:52 -04:00
} ,
{
"name" : "hldiff" ,
"url" : "https://github.com/c-blake/hldiff" ,
"method" : "git" ,
"tags" : [
"difflib" ,
"diff" ,
"terminal" ,
"text" ,
"color" ,
"colors" ,
"colorize" ,
"highlight" ,
"highlighting"
] ,
"description" : "A highlighter for diff -u-like output & port of Python difflib" ,
"license" : "MIT/ISC" ,
"web" : "https://github.com/c-blake/hldiff"
2020-07-13 16:46:11 -04:00
} ,
{
"name" : "mctranslog" ,
"url" : "https://github.com/abbeymart/mctranslog" ,
"method" : "git" ,
"tags" : [
"transaction" ,
"audit" ,
"log"
] ,
"description" : "mctranslog - Transaction Log Package" ,
"license" : "MIT" ,
"web" : "https://github.com/abbeymart/mctranslog"
2020-07-17 22:56:52 +09:00
} ,
{
"name" : "base64_decoder" ,
"url" : "https://github.com/momeemt/base64_cui" ,
"method" : "git" ,
"tags" : [
"base64" ,
"cui" ,
"tool"
] ,
"description" : "base64 cui" ,
"license" : "MIT" ,
"web" : "https://github.com/momeemt/base64_cui"
2020-07-18 13:19:15 +02:00
} ,
{
"name" : "nimnews" ,
"url" : "https://github.com/mildred/nimnews" ,
"method" : "git" ,
"tags" : [
"nntp" ,
"newsgroups"
] ,
"description" : "Immature Newsgroup NNTP server using SQLite as backend" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/mildred/nimnews"
2020-07-21 07:50:11 +08:00
} ,
2021-07-01 22:03:18 +02:00
{
"name" : "resolv" ,
"url" : "https://github.com/mildred/resolv.nim" ,
"method" : "git" ,
"tags" : [
"dns" ,
"dnsclient" ,
"client"
] ,
"description" : "DNS resolution nimble making use of the native glibc resolv library" ,
"license" : "MIT" ,
"web" : "https://github.com/mildred/resolv.nim"
} ,
2020-07-21 07:50:11 +08:00
{
"name" : "zopflipng" ,
"url" : "https://github.com/bung87/zopflipng" ,
"method" : "git" ,
"tags" : [
"image" ,
"processing" ,
"png" ,
"optimization"
] ,
"description" : "zopflipng-like png optimization" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/zopflipng"
2020-07-24 21:53:05 -07:00
} ,
{
"name" : "ms" ,
"url" : "https://github.com/fox-cat/ms" ,
"method" : "git" ,
"tags" : [
"library" ,
"time" ,
"format" ,
"ms"
] ,
"description" : "Convert various time formats to milliseconds" ,
"license" : "MIT" ,
"web" : "https://fox-cat.github.io/ms/" ,
"doc" : "https://fox-cat.github.io/ms/"
2020-07-29 01:55:30 -04:00
} ,
{
"name" : "calendar" ,
"url" : "https://github.com/adam-mcdaniel/calendar" ,
"method" : "git" ,
"tags" : [
"time" ,
"calendar" ,
"library"
] ,
"description" : "A tiny calendar program" ,
"license" : "MIT" ,
"web" : "https://github.com/adam-mcdaniel/calendar"
2020-07-31 16:56:17 -04:00
} ,
{
"name" : "hayaa" ,
"url" : "https://github.com/angus-lherrou/hayaa" ,
"method" : "git" ,
"tags" : [
"conway" ,
"game" ,
"life"
] ,
"description" : "Conway's Game of Life implemented in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/angus-lherrou/hayaa"
2020-08-02 12:45:58 +08:00
} ,
{
"name" : "wepoll" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/wepoll" ,
2020-08-02 12:45:58 +08:00
"method" : "git" ,
"tags" : [
"epoll" ,
"windows" ,
"wrapper"
] ,
"description" : "Windows epoll wrapper." ,
"license" : "MIT" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/wepoll"
2020-08-03 14:12:33 +02:00
} ,
2020-08-03 14:46:35 +02:00
{
"name" : "nim_midi" ,
"url" : "https://github.com/jerous86/nim_midi" ,
"method" : "git" ,
"tags" : [
"midi" ,
"library"
] ,
"description" : "Read and write midi files" ,
"license" : "MIT" ,
"web" : "https://github.com/jerous86/nim_midi"
} ,
2020-08-03 14:12:33 +02:00
{
"name" : "geometryutils" ,
"url" : "https://github.com/pseudo-random/geometryutils" ,
"method" : "git" ,
"tags" : [
"library" ,
"geometry" ,
"math" ,
"utilities" ,
"graphics" ,
"rendering" ,
"3d" ,
"2d"
] ,
"description" : "A collection of geometry utilities for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/pseudo-random/geometryutils"
2020-08-04 00:35:30 -06:00
} ,
{
"name" : "desim" ,
"url" : "http://github.com/jayvanderwall/desim" ,
"method" : "git" ,
"tags" : [
"library" ,
"modeling" ,
"discrete" ,
"event" ,
"simulation" ,
"simulator"
] ,
"description" : "A lightweight discrete event simulator" ,
"license" : "MIT" ,
"web" : "http://github.com/jayvanderwall/desim"
2020-08-04 16:26:21 +08:00
} ,
2020-08-24 10:05:21 +02:00
{
"name" : "NimpleHTTPServer" ,
"url" : "https://github.com/Hydra820/NimpleHTTPServer" ,
"method" : "git" ,
"tags" : [
"Simple" ,
"HTTP" ,
"Server"
] ,
"description" : "SimpleHTTPServer module based on net sockets" ,
"license" : "HYDRA" ,
"web" : "https://github.com/Hydra820/NimpleHTTPServer"
} ,
{
"name" : "hmisc" ,
"url" : "https://github.com/haxscramper/hmisc" ,
"method" : "git" ,
"tags" : [
"macro" ,
"template"
] ,
"description" : "Collection of helper utilities" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/hmisc"
} ,
{
"name" : "SMBExec" ,
"url" : "https://github.com/elddy/SMB-Nim" ,
"method" : "git" ,
"tags" : [
"SMB" ,
"Pass-The-Hash" ,
"NTLM" ,
"Windows"
] ,
"description" : "Nim-SMBExec - SMBExec implementation in Nim" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/elddy/SMB-Nim"
} ,
{
"name" : "nimtrs" ,
"url" : "https://github.com/haxscramper/nimtrs" ,
"method" : "git" ,
"tags" : [
"term-rewriting" ,
"unification" ,
"pattern-matching" ,
"macro" ,
"ast" ,
"template"
] ,
"description" : "Nim term rewriting system" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/nimtrs"
} ,
{
"name" : "hparse" ,
"url" : "https://github.com/haxscramper/hparse" ,
"method" : "git" ,
"tags" : [
"parser-generator" ,
"parsing" ,
"ebnf-grammar" ,
"ll(*)" ,
"ast"
] ,
"description" : "Text parsing utilities" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/hparse"
} ,
{
"name" : "hpprint" ,
"url" : "https://github.com/haxscramper/hpprint" ,
"method" : "git" ,
"tags" : [
"pretty-printing"
] ,
"description" : "Pretty-printer" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/hpprint"
} ,
{
"name" : "hasts" ,
"url" : "https://github.com/haxscramper/hasts" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"graphviz" ,
"html" ,
"latex"
] ,
"description" : "AST for various languages" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/hasts"
} ,
{
"name" : "hdrawing" ,
"url" : "https://github.com/haxscramper/hdrawing" ,
"method" : "git" ,
"tags" : [
"pretty-printing"
] ,
"description" : "Simple shape drawing" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/hdrawing"
} ,
{
"name" : "ngspice" ,
"url" : "https://github.com/haxscramper/ngspice" ,
"method" : "git" ,
"tags" : [
"analog-circuit" ,
"circuit" ,
"simulation" ,
"ngspice"
] ,
"description" : "Analog electronic circuit simiulator library" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/ngspice"
} ,
{
"name" : "cmark" ,
"url" : "https://github.com/zengxs/nim-cmark" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"cmark" ,
"commonmark" ,
"markdown"
] ,
"description" : "libcmark wrapper for Nim" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/zengxs/nim-cmark"
} ,
{
"name" : "psutilim" ,
"url" : "https://github.com/KittyTechnoProgrammer/psutilim" ,
"method" : "git" ,
"tags" : [
"psutilim" ,
"nim" ,
"psutils" ,
"psutil"
] ,
"description" : "Updated psutil module from https://github.com/johnscillieri/psutil-nim" ,
2020-10-14 00:08:32 -05:00
"license" : "MIT" ,
2020-08-24 10:05:21 +02:00
"web" : "https://github.com/KittyTechnoProgrammer/psutilim" ,
"doc" : "https://github.com/KittyTechnoProgrammer/psutilim"
} ,
2020-08-04 16:26:21 +08:00
{
"name" : "ioselectors" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/ioselectors" ,
2020-08-04 16:26:21 +08:00
"method" : "git" ,
"tags" : [
"selectors" ,
"epoll" ,
"io"
] ,
"description" : "Selectors extension." ,
"license" : "Apache-2.0" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/ioselectors"
2020-08-05 14:28:31 +07:00
} ,
{
"name" : "nwatchdog" ,
"url" : "https://github.com/zendbit/nim.nwatchdog" ,
"method" : "git" ,
"tags" : [
"watchdog" ,
"files" ,
"io"
] ,
"description" : "Simple watchdog (watch file changes modified, deleted, created) in nim lang." ,
"license" : "BSD" ,
"web" : "https://github.com/zendbit/nim.nwatchdog"
2020-08-07 21:26:06 +08:00
} ,
{
"name" : "logue" ,
"url" : "https://github.com/planety/logue" ,
"method" : "git" ,
"tags" : [
"cli" ,
"prologue" ,
"web"
] ,
"description" : "Command line tools for Prologue." ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/planety/logue"
2020-08-10 13:27:57 +08:00
} ,
{
"name" : "httpx" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/httpx" ,
2020-08-10 13:27:57 +08:00
"method" : "git" ,
"tags" : [
"web" ,
"server" ,
"prologue"
] ,
"description" : "A super-fast epoll-backed and parallel HTTP server." ,
"license" : "MIT" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/httpx"
2020-08-11 13:47:31 -05:00
} ,
{
"name" : "meow" ,
"url" : "https://github.com/disruptek/meow" ,
"method" : "git" ,
"tags" : [
"meow" ,
"hash"
] ,
"description" : "meowhash wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/disruptek/meow"
2020-08-12 04:14:13 -04:00
} ,
2020-08-13 00:09:27 -05:00
{
"name" : "noisy" ,
"url" : "https://github.com/guzba/noisy" ,
"method" : "git" ,
"tags" : [
"perlin" ,
"simplex" ,
2020-11-17 23:39:42 -08:00
"noise" ,
"simd"
2020-08-13 00:09:27 -05:00
] ,
2020-11-17 23:39:42 -08:00
"description" : "SIMD-accelerated noise generation (Simplex, Perlin)." ,
2020-08-13 00:09:27 -05:00
"license" : "MIT" ,
"web" : "https://github.com/guzba/noisy"
} ,
2020-08-17 00:41:07 -07:00
{
"name" : "battery_widget" ,
"url" : "https://github.com/Cu7ious/nim-battery-widget" ,
"method" : "git" ,
"tags" : [
"rompt-widget" ,
"battery-widget"
] ,
"description" : "Battery widget for command prompt. Written in Nim" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/Cu7ious/nim-battery-widget"
} ,
2020-08-12 04:14:13 -04:00
{
"name" : "parasound" ,
"url" : "https://github.com/paranim/parasound" ,
"method" : "git" ,
"tags" : [
"audio" ,
"sound"
] ,
"description" : "A library for playing audio files" ,
"license" : "Public Domain"
} ,
{
"name" : "paramidi" ,
"url" : "https://github.com/paranim/paramidi" ,
"method" : "git" ,
"tags" : [
"midi" ,
"synthesizer"
] ,
"description" : "A library for making MIDI music" ,
"license" : "Public Domain"
} ,
{
"name" : "paramidi_soundfonts" ,
"url" : "https://github.com/paranim/paramidi_soundfonts" ,
"method" : "git" ,
"tags" : [
"midi" ,
"soundfonts"
] ,
"description" : "Soundfonts for paramidi" ,
"license" : "Public Domain"
2020-08-17 17:19:09 +10:00
} ,
2020-08-17 14:40:55 +07:00
{
"name" : "toml_serialization" ,
"url" : "https://github.com/status-im/nim-toml-serialization" ,
"method" : "git" ,
"tags" : [
"library" ,
"toml" ,
"serialization" ,
"parser"
] ,
"description" : "Flexible TOML serialization [not] relying on run-time type information" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-toml-serialization"
} ,
{
"name" : "protobuf_serialization" ,
"url" : "https://github.com/status-im/nim-protobuf-serialization" ,
"method" : "git" ,
"tags" : [
"library" ,
"protobuf" ,
"serialization" ,
"proto2" ,
"proto3"
] ,
"description" : "Protobuf implementation compatible with the nim-serialization framework." ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-protobuf-serialization"
} ,
2020-08-17 17:19:09 +10:00
{
"name" : "opentrivadb" ,
2020-08-19 03:54:29 +10:00
"alias" : "opentdb"
} ,
{
"name" : "opentdb" ,
2020-08-17 17:19:09 +10:00
"url" : "https://github.com/ire4ever1190/nim-opentmdb" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"library" ,
"quiz" ,
"api"
] ,
"description" : "Wrapper around the open trivia db api" ,
"license" : "MIT" ,
2020-08-19 03:54:29 +10:00
"web" : "https://github.com/ire4ever1190/nim-opentmdb" ,
"doc" : "https://ire4ever1190.github.io/nim-opentmdb/opentdb.html"
2020-08-22 15:43:59 -05:00
} ,
{
"name" : "dnsstamps" ,
"url" : "https://github.com/alaviss/dnsstamps" ,
"method" : "git" ,
"tags" : [
"dns" ,
"dnscrypt" ,
"dns-over-https" ,
"dns-over-tls"
] ,
"description" : "An implementation of DNS server stamps in Nim" ,
"license" : "MPL-2.0" ,
"web" : "https://github.com/alaviss/dnsstamps"
2020-08-25 02:27:56 +08:00
} ,
{
"name" : "amysql" ,
"url" : "https://github.com/bung87/amysql" ,
"method" : "git" ,
"tags" : [
"async" ,
"mysql" ,
"client" ,
"connector" ,
"driver"
] ,
"description" : "Async MySQL Connector write in pure Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/amysql"
2020-08-25 15:23:53 +02:00
} ,
{
"name" : "pathname" ,
"url" : "https://github.com/RaimundHuebel/nimpathname" ,
"method" : "git" ,
"tags" : [
"library" ,
"pathname" ,
"file_utils" ,
"filesystem"
] ,
"description" : "Library to support work with pathnames in Windows and Posix-based systems. Inspired by Rubies pathname." ,
"license" : "MIT" ,
"web" : "https://github.com/RaimundHuebel/nimpathname"
2020-08-26 06:40:56 +02:00
} ,
{
"name" : "miter" ,
"url" : "https://github.com/rafmst/miter" ,
"method" : "git" ,
"tags" : [
"binary" ,
"tool" ,
"cli"
] ,
"description" : "Ratio calculator on your terminal" ,
"license" : "MIT" ,
"web" : "https://github.com/rafmst/miter"
2020-08-26 13:09:11 -07:00
} ,
{
"name" : "jq" ,
"url" : "https://github.com/alialrahahleh/fjq" ,
"method" : "git" ,
"tags" : [
"json" ,
"bin" ,
"parser"
] ,
"description" : "Fast JSON parser" ,
"license" : "BSD-3-Clause" ,
"web" : "https://github.com/alialrahahleh/fjq"
2020-08-27 20:37:45 +10:00
} ,
{
"name" : "mike" ,
"url" : "https://github.com/ire4ever1190/mike" ,
"method" : "git" ,
"tags" : [
"web" ,
"library" ,
"rest" ,
"framework" ,
"simple"
] ,
"description" : "A very simple micro web framework" ,
"license" : "MIT" ,
"web" : "https://github.com/ire4ever1190/mike"
2020-08-28 12:23:10 +08:00
} ,
{
"name" : "timerwheel" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/timerwheel" ,
2020-08-28 12:23:10 +08:00
"method" : "git" ,
"tags" : [
"timer" ,
"timerwheel" ,
"prologue"
] ,
"description" : "A high performance timer based on timerwheel for Nim." ,
"license" : "Apache-2.0" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/timerwheel"
2020-08-30 08:12:43 +00:00
} ,
{
"name" : "hcparse" ,
"url" : "https://github.com/haxscramper/hcparse" ,
"method" : "git" ,
"tags" : [
"c++-parser" ,
"c++" ,
"interop" ,
"wrapper"
] ,
"description" : "High-level nim wrapper for C/C++ parsing" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/hcparse"
2020-08-30 15:48:36 -04:00
} ,
{
"name" : "layonara_nwn" ,
"url" : "https://github.com/plenarius/layonara_nwn" ,
"method" : "git" ,
"tags" : [
"layonara" ,
"nwn" ,
"builder" ,
"helper" ,
"functions"
] ,
"description" : "Various Layonara related functions for NWN Development" ,
"license" : "MIT" ,
"web" : "https://github.com/plenarius/layonara_nwn"
2020-08-31 22:50:24 +08:00
} ,
{
"name" : "simpleflake" ,
"url" : "https://github.com/aisk/simpleflake.nim" ,
"method" : "git" ,
"tags" : [
"simpleflake" ,
"id" ,
"id-generator" ,
"library"
] ,
"description" : "Simpleflake for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/aisk/simpleflake.nim"
2020-08-31 16:07:45 +00:00
} ,
{
"name" : "hnimast" ,
"url" : "https://github.com/haxscramper/hnimast" ,
"method" : "git" ,
"tags" : [
"ast" ,
"macro"
] ,
"description" : "User-friendly wrapper for nim ast" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/hnimast"
2020-09-02 12:36:13 +02:00
} ,
{
"name" : "symbolicnim" ,
"url" : "https://github.com/HugoGranstrom/symbolicnim" ,
"method" : "git" ,
"tags" : [
"symbolic" ,
"math" ,
"derivative" ,
"algebra"
] ,
"description" : "A symbolic library written purely in Nim with the ability to compile expressions into efficient functions." ,
"license" : "MIT" ,
"web" : "https://github.com/HugoGranstrom/symbolicnim"
2020-09-03 02:22:34 -05:00
} ,
{
"name" : "spinner" ,
2021-12-01 09:13:46 -06:00
"url" : "https://github.com/tonogram/spinner" ,
2020-09-03 02:22:34 -05:00
"method" : "git" ,
"tags" : [
"ui" ,
"gui" ,
"toolkit" ,
"companion" ,
"fidget"
] ,
"description" : "Prebuilt components for the Fidget GUI library." ,
"license" : "MIT" ,
2021-12-01 09:13:46 -06:00
"web" : "https://github.com/tonogram/spinner"
2020-09-04 19:33:22 +08:00
} ,
2020-09-04 19:46:17 +08:00
{
"name" : "fsnotify" ,
2022-03-27 22:04:22 +08:00
"url" : "https://github.com/planety/fsnotify" ,
2020-09-04 19:46:17 +08:00
"method" : "git" ,
"tags" : [
"os" ,
"watcher" ,
"prologue"
] ,
"description" : "A file system monitor in Nim." ,
"license" : "Apache-2.0" ,
2022-03-27 22:04:22 +08:00
"web" : "https://github.com/planety/fsnotify"
2020-09-04 19:46:17 +08:00
} ,
2020-09-04 19:33:22 +08:00
{
"name" : "xio" ,
2022-09-17 18:58:55 +08:00
"url" : "https://github.com/ringabout/xio" ,
2020-09-04 19:33:22 +08:00
"method" : "git" ,
"tags" : [
"net" ,
"os" ,
"prologue"
] ,
"description" : "Cross platform system API for os and net." ,
"license" : "Apache-2.0" ,
2022-09-17 18:58:55 +08:00
"web" : "https://github.com/ringabout/xio"
2020-09-11 10:28:47 +01:00
} ,
{
"name" : "once" ,
"url" : "https://git.sr.ht/~euantorano/once.nim" ,
"method" : "git" ,
"tags" : [
"once" ,
"threading"
] ,
"description" : "Once provides a type that will enforce that a callback is invoked only once." ,
"license" : "BSD3" ,
"web" : "https://git.sr.ht/~euantorano/once.nim"
2020-09-12 15:50:37 +09:00
} ,
2020-09-12 16:24:28 +09:00
{
"name" : "blackvas_cli" ,
"url" : "https://github.com/momeemt/BlackvasCli" ,
"method" : "git" ,
"tags" : [
"blackvas" ,
"web" ,
"cli"
] ,
"description" : "The Blackvas CLI" ,
"license" : "MIT" ,
"web" : "https://github.com/momeemt/BlackvasCli"
} ,
2020-09-12 15:50:37 +09:00
{
"name" : "Blackvas" ,
"url" : "https://github.com/momeemt/Blackvas" ,
"method" : "git" ,
"tags" : [
"canvas" ,
"html" ,
"html5" ,
"javascript" ,
"web" ,
"framework"
] ,
"description" : "declarative UI framework for building Canvas" ,
"license" : "MIT" ,
"web" : "https://github.com/momeemt/Blackvas"
2020-09-15 19:10:06 +10:00
} ,
{
"name" : "binstreams" ,
"url" : "https://github.com/johnnovak/nim-binstreams" ,
"method" : "git" ,
"tags" : [
"streams" ,
"library" ,
"endianness" ,
"io"
] ,
"description" : "Endianness aware stream I/O for Nim" ,
"license" : "WTFPL" ,
"web" : "https://github.com/johnnovak/nim-binstreams"
2020-09-18 10:44:47 +05:30
} ,
{
"name" : "asciitext" ,
"url" : "https://github.com/Himujjal/asciitextNim" ,
"method" : "git" ,
"tags" : [
"ascii" ,
"web" ,
"c" ,
"library" ,
"nim" ,
"cli"
] ,
"description" : "Ascii Text allows you to print large ASCII fonts for the console and for the web" ,
"license" : "MIT" ,
"web" : "https://github.com/Himujjal/asciitextNim"
2020-09-20 02:55:07 +09:00
} ,
{
"name" : "qwertycd" ,
"url" : "https://github.com/minefuto/qwertycd" ,
"method" : "git" ,
"tags" : [
"terminal" ,
"console" ,
"command-line"
] ,
"description" : "Terminal UI based cd command" ,
"license" : "MIT" ,
"web" : "https://github.com/minefuto/qwertycd"
2020-09-27 14:26:11 -05:00
} ,
2020-09-27 23:28:31 +03:00
{
"name" : "vector" ,
"url" : "https://github.com/tontinton/vector" ,
"method" : "git" ,
"tags" : [
"vector" ,
"memory" ,
"library"
] ,
"description" : "Simple reallocating vector" ,
"license" : "MIT" ,
"web" : "https://github.com/tontinton/vector"
} ,
2020-09-27 14:26:11 -05:00
{
"name" : "clapfn" ,
"url" : "https://github.com/oliversandli/clapfn" ,
"method" : "git" ,
"tags" : [
"cli" ,
"library" ,
"parser"
] ,
"description" : "A fast and simple command line argument parser inspired by Python's argparse." ,
"license" : "MIT" ,
"web" : "https://github.com/oliversandli/clapfn"
2020-09-30 08:03:53 +03:00
} ,
{
"name" : "packets" ,
"url" : "https://github.com/Q-Master/packets.nim" ,
"method" : "git" ,
"tags" : [
"serializtion" ,
"deserialization" ,
"marshal"
] ,
"description" : "Declarative packets system for serializing/deserializing and marshalling" ,
"license" : "MIT" ,
"web" : "https://github.com/Q-Master/packets.nim"
2020-09-30 14:07:49 -04:00
} ,
{
"name" : "Neel" ,
"url" : "https://github.com/Niminem/Neel" ,
"method" : "git" ,
"tags" : [
"gui" ,
"nim" ,
"desktop-app" ,
"electron" ,
"electron-app" ,
"desktop-application" ,
"nim-language" ,
"nim-lang" ,
"gui-application"
] ,
"description" : "A Nim library for making lightweight Electron-like HTML/JS GUI apps, with full access to Nim capabilities." ,
"license" : "MIT" ,
"web" : "https://github.com/Niminem/Neel"
2020-10-02 07:42:13 +03:00
} ,
{
"name" : "marggers" ,
2022-01-18 12:27:10 +03:00
"url" : "https://github.com/metagn/marggers" ,
2020-10-02 07:42:13 +03:00
"method" : "git" ,
"tags" : [
"markdown" ,
"parser" ,
"library" ,
"html"
] ,
"description" : "dialect of Markdown in pure Nim with focus on HTML output" ,
"license" : "MIT" ,
2022-01-18 12:27:10 +03:00
"web" : "https://github.com/metagn/marggers" ,
"doc" : "https://metagn.github.io/marggers/marggers.html"
2020-10-03 18:33:23 -04:00
} ,
{
"name" : "dual" ,
"url" : "https://github.com/drjdn/nim_dual" ,
"method" : "git" ,
"tags" : [
"math" ,
"library"
] ,
"description" : "Implementation of dual numbers" ,
"license" : "MIT" ,
"web" : "https://github.com/drjdn/nim_dual"
2020-10-05 15:55:19 +08:00
} ,
{
"name" : "websocketx" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/websocketx" ,
2020-10-05 15:55:19 +08:00
"method" : "git" ,
"tags" : [
"httpx" ,
"prologue" ,
"web"
] ,
"description" : "Websocket for httpx." ,
"license" : "MIT" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/websocketx"
2020-10-07 01:00:58 -04:00
} ,
{
"name" : "nimp" ,
"url" : "https://github.com/c-blake/nimp" ,
"method" : "git" ,
"tags" : [
"app" ,
"binary" ,
"package" ,
"manager" ,
"cli" ,
"nimble"
] ,
"description" : "A package manager that delegates to package authors" ,
"license" : "MIT/ISC" ,
"web" : "https://github.com/c-blake/nimp"
2020-10-07 23:49:48 +03:00
} ,
2020-10-10 00:06:31 -06:00
{
"name" : "constructor" ,
"url" : "https://github.com/beef331/constructor" ,
"method" : "git" ,
"tags" : [
"nim" ,
"utillity" ,
"macros" ,
"object" ,
"events"
] ,
"description" : "Nim macros to aid in object construction including event programming, and constructors." ,
"license" : "MIT"
} ,
2020-10-08 07:57:22 +02:00
{
"name" : "fpn" ,
"url" : "https://gitlab.com/lbartoletti/fpn" ,
"method" : "git" ,
"tags" : [
"fixed point" ,
"number" ,
"math"
] ,
"description" : "A fixed point number library in pure Nim." ,
"license" : "MIT" ,
"web" : "https://gitlab.com/lbartoletti/fpn"
} ,
2020-10-07 23:49:48 +03:00
{
"name" : "oblivion" ,
"url" : "https://github.com/sealmove/oblivion" ,
"method" : "git" ,
"tags" : [
"cli" ,
"alias" ,
"binary"
] ,
"description" : "Shell command manager" ,
"license" : "MIT" ,
"web" : "https://github.com/sealmove/oblivion"
2020-10-09 00:03:57 -05:00
} ,
2020-10-14 00:11:56 -05:00
{
"name" : "zippy" ,
"url" : "https://github.com/guzba/zippy" ,
"method" : "git" ,
"tags" : [
"compression" ,
"zlib" ,
"zip" ,
2020-11-14 23:53:12 -08:00
"deflate" ,
"gzip"
2020-10-14 00:11:56 -05:00
] ,
2020-11-14 23:53:12 -08:00
"description" : "Pure Nim implementation of deflate, zlib, gzip and zip." ,
2020-10-14 00:11:56 -05:00
"license" : "MIT" ,
"web" : "https://github.com/guzba/zippy"
} ,
2020-10-09 00:03:57 -05:00
{
"name" : "edlib" ,
"url" : "https://github.com/bio-nim/nim-edlib" ,
"method" : "git" ,
"description" : "Nim wrapper for edlib" ,
"license" : "BSD-3" ,
"web" : "https://github.com/Martinsos/edlib" ,
"tags" : [
"cpp" ,
"bioinformatics"
]
2020-10-09 22:52:29 -07:00
} ,
2020-10-10 06:05:58 +00:00
{
"name" : "nimpass" ,
"url" : "https://github.com/xioren/NimPass" ,
"method" : "git" ,
"tags" : [
"password" ,
"passphrase" ,
"passgen" ,
"pass" ,
"pw" ,
"security"
] ,
"description" : "quickly generate cryptographically secure passwords and phrases" ,
"license" : "MIT" ,
"web" : "https://github.com/xioren/NimPass"
} ,
2020-10-09 22:52:29 -07:00
{
"name" : "netTest" ,
"url" : "https://github.com/blmvxer/netTest" ,
"method" : "git" ,
"tags" : [
"library" ,
"web" ,
"network"
] ,
"description" : "Connection Test for Nim Web Applications" ,
"license" : "MIT" ,
"web" : "https://github.com/blmvxer/netTest"
2020-10-12 22:19:27 +02:00
} ,
{
"name" : "highlight" ,
"url" : "https://github.com/RaimundHuebel/nimhighlight" ,
"method" : "git" ,
"tags" : [
"cli" ,
"tool" ,
"highlighting" ,
"colorizing"
] ,
"description" : "Tool/Lib to highlight text in CLI by using regular expressions." ,
"license" : "MIT" ,
"web" : "https://github.com/RaimundHuebel/nimhighlight"
2020-10-16 16:11:44 +02:00
} ,
{
"name" : "nimTiingo" ,
"url" : "https://github.com/rolandgg/nimTiingo" ,
"method" : "git" ,
"tags" : [
"Tiingo" ,
"StockAPI"
] ,
"description" : "Tiingo" ,
"license" : "MIT" ,
"web" : "https://github.com/rolandgg/nimTiingo"
2020-10-20 07:35:26 +01:00
} ,
2020-10-20 10:56:44 +03:00
{
"name" : "wpspin" ,
"url" : "https://github.com/drygdryg/wpspin-nim" ,
"method" : "git" ,
"tags" : [
"security" ,
"network" ,
"wireless" ,
"wifi" ,
"wps" ,
"tool"
] ,
"description" : "Full-featured WPS PIN generator" ,
"license" : "MIT" ,
"web" : "https://github.com/drygdryg/wpspin-nim"
} ,
2020-10-20 07:35:26 +01:00
{
"name" : "FastKiss" ,
"url" : "https://github.com/mrhdias/fastkiss" ,
"method" : "git" ,
"tags" : [
"fastcgi" ,
"framework" ,
"web"
] ,
"description" : "FastCGI Web Framework for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/mrhdias/fastkiss"
2020-10-23 09:56:45 -05:00
} ,
{
"name" : "rabbit" ,
2021-12-01 09:13:46 -06:00
"url" : "https://github.com/tonogram/rabbit" ,
2020-10-23 09:56:45 -05:00
"method" : "git" ,
"tags" : [
"library" ,
"chroma" ,
"color" ,
"theme"
] ,
"description" : "The Hundred Rabbits theme ecosystem brought to Nim." ,
"license" : "MIT" ,
2021-12-01 09:13:46 -06:00
"web" : "https://github.com/tonogram/rabbit"
2020-10-26 00:33:55 +09:00
} ,
{
"name" : "eachdo" ,
"url" : "https://github.com/jiro4989/eachdo" ,
"method" : "git" ,
"tags" : [
"cli" ,
"shell" ,
"exec" ,
"loop"
] ,
"description" : "eachdo executes commands with each multidimensional values" ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/eachdo"
2020-10-25 21:49:13 +02:00
} ,
{
"name" : "classes" ,
"url" : "https://github.com/jjv360/nim-classes" ,
"method" : "git" ,
"tags" : [
"class" ,
"classes" ,
"macro" ,
"oop" ,
"super"
] ,
"description" : "Adds class support to Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/jjv360/nim-classes"
2020-10-29 19:22:24 +09:00
} ,
{
"name" : "sampleTodoList" ,
"url" : "https://github.com/momeemt/SampleTodoList" ,
"method" : "git" ,
"tags" : [
"todo" ,
"app" ,
"cui"
] ,
"description" : "Sample Todo List Application" ,
"license" : "MIT" ,
"web" : "https://github.com/momeemt/SampleTodoList"
2020-10-29 09:06:18 -04:00
} ,
{
"name" : "ffpass" ,
"url" : "https://github.com/bunkford/ffpass" ,
"method" : "git" ,
"tags" : [
"automotive" ,
"api"
] ,
"description" : "Api Calls for Ford vehicles equipped with the fordpass app." ,
"license" : "MIT" ,
"web" : "https://github.com/bunkford/ffpass" ,
"doc" : "https://bunkford.github.io/ffpass/docs/ffpass.html"
2020-10-30 18:15:17 +07:00
} ,
{
"name" : "ssh2" ,
"url" : "https://github.com/ba0f3/ssh2.nim" ,
"method" : "git" ,
"tags" : [
"ssh2" ,
"libssh" ,
"scp" ,
"ssh" ,
"sftp"
] ,
"description" : "SSH, SCP and SFTP client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/ssh2.nim"
2020-11-02 07:54:39 +02:00
} ,
{
"name" : "servy" ,
"url" : "https://github.com/xmonader/nim-servy" ,
"method" : "git" ,
"tags" : [
"webframework" ,
"microwebframework" ,
"async" ,
"httpserver"
] ,
"description" : "a down to earth webframework in nim" ,
"license" : "MIT" ,
"web" : "https://github.com/xmonader/nim-servy"
2020-11-02 22:02:03 +08:00
} ,
2020-11-05 07:43:09 +01:00
{
"name" : "midio_ui" ,
2021-01-11 14:09:11 +01:00
"alias" : "denim_ui"
} ,
{
"name" : "denim_ui" ,
"url" : "https://github.com/nortero-code/denim-ui" ,
2020-11-05 07:43:09 +01:00
"method" : "git" ,
"tags" : [
"gui" ,
"web" ,
"cross-platform" ,
"library" ,
"reactive" ,
"observables" ,
"dsl"
] ,
2021-01-11 14:09:11 +01:00
"description" : "The Denim UI library" ,
2020-11-05 07:43:09 +01:00
"license" : "MIT" ,
2021-01-11 14:09:11 +01:00
"web" : "https://github.com/nortero-code/denim-ui"
2020-11-05 07:43:09 +01:00
} ,
2020-11-02 22:02:03 +08:00
{
"name" : "canonicaljson" ,
"url" : "https://github.com/jackhftang/canonicaljson.nim" ,
"method" : "git" ,
"tags" : [
"json" ,
"serialization" ,
"canonicalization"
] ,
"description" : "Canonical JSON according to RFC8785" ,
"license" : "MIT" ,
"web" : "https://github.com/jackhftang/canonicaljson.nim"
2020-11-03 22:01:37 +08:00
} ,
2020-11-05 07:43:36 +01:00
{
"name" : "midio_ui_canvas" ,
2021-01-11 14:09:11 +01:00
"alias" : "denim_ui_canvas"
} ,
{
"name" : "denim_ui_canvas" ,
"url" : "https://github.com/nortero-code/denim-ui-canvas" ,
2020-11-05 07:43:36 +01:00
"method" : "git" ,
"tags" : [
"canvas" ,
"web" ,
"gui" ,
"framework" ,
"library" ,
2021-01-11 14:09:11 +01:00
"denim"
2020-11-05 07:43:36 +01:00
] ,
2021-01-11 14:09:11 +01:00
"description" : "HTML Canvas backend for the denim ui engine" ,
2020-11-05 07:43:36 +01:00
"license" : "MIT" ,
2021-01-11 14:09:11 +01:00
"web" : "https://github.com/nortero-code/denim-ui-canvas"
2020-11-05 07:43:36 +01:00
} ,
2020-11-03 22:01:37 +08:00
{
"name" : "nimvisa" ,
"url" : "https://github.com/leeooox/nimvisa" ,
"method" : "git" ,
"tags" : [
"wrapper"
] ,
"description" : "nimvisa is C wrapper for NI-VISA instrument control library" ,
"license" : "MIT" ,
"web" : "https://github.com/leeooox/nimvisa"
2020-11-05 15:18:14 +09:00
} ,
2020-11-05 07:43:49 +01:00
{
"name" : "rx_nim" ,
"url" : "https://github.com/nortero-code/rx-nim" ,
"method" : "git" ,
"tags" : [
"rx" ,
"observables" ,
"reactive" ,
"extensions" ,
"functional"
] ,
"description" : "An implementation of rx observables in nim" ,
"license" : "MIT" ,
"web" : "https://github.com/nortero-code/rx-nim"
} ,
2020-11-05 15:18:14 +09:00
{
"name" : "httpstat" ,
"url" : "https://github.com/ucpr/httpstat" ,
"method" : "git" ,
"tags" : [
"curl" ,
"httpstat" ,
"nim"
] ,
"description" : "curl statistics made simple " ,
"license" : "MIT" ,
"web" : "https://github.com/ucpr/httpstat"
2020-11-05 23:19:06 +03:00
} ,
{
"name" : "imgcat" ,
"url" : "https://github.com/not-lum/imgcat" ,
"method" : "git" ,
"tags" : [
"hybrid" ,
"crossplatform" ,
"terminal" ,
"images"
] ,
"description" : "See pictures in your console" ,
"license" : "MIT" ,
"web" : "https://github.com/not-lum/imgcat"
2020-11-08 16:20:12 +01:00
} ,
{
"name" : "fae" ,
"url" : "https://github.com/h3rald/fae" ,
"method" : "git" ,
"tags" : [
"cli" ,
"grep" ,
"find" ,
"search" ,
"replace" ,
"regexp"
] ,
"description" : "Find and Edit Utility" ,
"license" : "MIT" ,
"web" : "https://github.com/h3rald/fae"
2020-11-09 19:06:20 +01:00
} ,
2020-11-09 23:45:50 +02:00
{
"name" : "discord_rpc" ,
"url" : "https://github.com/SolitudeSF/discord_rpc" ,
"method" : "git" ,
"tags" : [
"discord" ,
"rpc" ,
"rich-presence"
] ,
"description" : "Discord RPC/Rich Presence client" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/discord_rpc"
} ,
2020-11-27 08:03:33 +02:00
{
"name" : "runeterra_decks" ,
"url" : "https://github.com/SolitudeSF/runeterra_decks" ,
"method" : "git" ,
"tags" : [
"runeterra" ,
"deck" ,
"encoder" ,
"decoder"
] ,
"description" : "Legends of Runeterra deck/card code encoder/decoder" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/runeterra_decks"
} ,
2020-11-09 19:06:20 +01:00
{
"name" : "ngtcp2" ,
"url" : "https://github.com/status-im/nim-ngtcp2" ,
"method" : "git" ,
"tags" : [
"ngtcp2" ,
"quic"
] ,
"description" : "Nim wrapper around the ngtcp2 library" ,
"license" : "MIT" ,
"web" : "https://github.com/status-im/nim-ngtcp2"
2020-11-10 02:03:18 -05:00
} ,
{
"name" : "bitset" ,
"url" : "https://github.com/joryschossau/bitset" ,
"method" : "git" ,
"tags" : [
"c++" ,
"library" ,
"stdlib" ,
"type"
] ,
"description" : "A pure nim version of C++'s std::bitset" ,
"license" : "MIT" ,
"web" : "https://github.com/joryschossau/bitset"
2020-11-13 22:41:36 +10:00
} ,
{
"name" : "nwnt" ,
"url" : "https://github.com/WilliamDraco/NWNT" ,
"method" : "git" ,
"tags" : [
"nwn" ,
"neverwinternights" ,
"neverwinter" ,
"game" ,
"bioware"
] ,
"description" : "GFF <-> NWNT Converter (NeverWinter Nights Text)" ,
"license" : "MIT" ,
"web" : "https://github.com/WilliamDraco/NWNT"
2020-11-15 08:52:32 +01:00
} ,
2020-11-15 17:46:00 +08:00
{
"name" : "minhook" ,
"url" : "https://github.com/khchen/minhook" ,
"method" : "git" ,
"tags" : [
"hook" ,
"hooking" ,
"windows"
] ,
"description" : "MinHook wrapper for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/khchen/minhook"
} ,
2020-11-15 08:52:32 +01:00
{
"name" : "bytesequtils" ,
"url" : "https://github.com/Clonkk/bytesequtils" ,
"method" : "git" ,
"tags" : [
"bytesequtils" ,
"buffer" ,
"string" ,
"seq[byte]"
] ,
"description" : "Nim package to manipulate buffer as either seq[byte] or string" ,
"license" : "MIT" ,
"web" : "https://clonkk.github.io/bytesequtils/"
2020-11-19 19:35:31 +08:00
} ,
{
"name" : "wyhash" ,
"url" : "https://github.com/jackhftang/wyhash.nim" ,
"method" : "git" ,
"tags" : [
"hash"
] ,
"description" : "Nim wrapper for wyhash" ,
"license" : "MIT"
2020-11-19 16:35:23 +03:00
} ,
{
"name" : "sliceutils" ,
2022-01-18 12:27:10 +03:00
"url" : "https://github.com/metagn/sliceutils" ,
2020-11-19 16:35:23 +03:00
"method" : "git" ,
"tags" : [
"slice" ,
"index" ,
"iterator"
] ,
"description" : "Utilities for and extensions to Slice/HSlice" ,
"license" : "MIT" ,
2022-01-18 12:27:10 +03:00
"web" : "https://metagn.github.io/sliceutils/sliceutils.html"
2020-11-22 10:22:28 +03:00
} ,
{
"name" : "defines" ,
2021-02-11 00:26:14 +03:00
"alias" : "assigns"
} ,
{
"name" : "assigns" ,
2022-01-18 12:27:10 +03:00
"url" : "https://github.com/metagn/assigns" ,
2020-11-22 10:22:28 +03:00
"method" : "git" ,
"tags" : [
"sugar" ,
"macros" ,
"unpacking" ,
"assignment"
] ,
2021-02-11 00:26:14 +03:00
"description" : "syntax sugar for assignments" ,
2020-11-22 10:22:28 +03:00
"license" : "MIT" ,
2022-01-18 12:27:10 +03:00
"web" : "https://metagn.github.io/assigns/assigns.html"
2020-11-22 10:24:51 +01:00
} ,
{
"name" : "nimics" ,
"url" : "https://github.com/ThomasTJdev/nimics" ,
"method" : "git" ,
"tags" : [
"ics" ,
"email" ,
"meeting"
] ,
"description" : "Create ICS files for email invites, eg. invite.ics" ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nimics"
2020-11-24 21:58:24 +08:00
} ,
{
"name" : "colorizeEcho" ,
"url" : "https://github.com/s3pt3mb3r/colorizeEcho" ,
"method" : "git" ,
"tags" : [
"windows" ,
"commandprompt" ,
"color" ,
"output" ,
"debug"
] ,
"description" : "colorizeEcho is a package which colorize echo message on Windows command prompt." ,
"license" : "MIT" ,
"web" : "https://github.com/s3pt3mb3r/colorizeEcho"
2020-11-26 09:14:28 +01:00
} ,
{
"name" : "latexdsl" ,
"url" : "https://github.com/Vindaar/LatexDSL" ,
"method" : "git" ,
"tags" : [
"library" ,
"dsl" ,
"latex"
] ,
"description" : "A DSL to generate LaTeX from Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Vindaar/LatexDSL"
} ,
2020-12-01 02:48:54 -06:00
{
"name" : "nimsimd" ,
"url" : "https://github.com/guzba/nimsimd" ,
"method" : "git" ,
"tags" : [
"simd" ,
"sse" ,
"avx"
] ,
"description" : "Pleasant Nim bindings for SIMD instruction sets" ,
"license" : "MIT" ,
"web" : "https://github.com/guzba/nimsimd"
} ,
2020-11-26 09:14:28 +01:00
{
"name" : "rnim" ,
"url" : "https://github.com/SciNim/rnim" ,
"method" : "git" ,
"tags" : [
"R" ,
"rstats" ,
"bridge" ,
"library" ,
"statistics"
] ,
"description" : "A bridge between R and Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/SciNim/rnim"
2020-11-27 02:03:52 +07:00
} ,
{
"name" : "stdext" ,
"url" : "https://github.com/zendbit/nim.stdext" ,
"method" : "git" ,
"tags" : [
"stdlib" ,
"tool" ,
"util"
] ,
"description" : "Extends stdlib make it easy on some case" ,
"license" : "BSD" ,
"web" : "https://github.com/zendbit/nim.stdext"
2020-11-27 07:04:57 +01:00
} ,
{
"name" : "AccurateSums" ,
"url" : "https://gitlab.com/lbartoletti/accuratesums" ,
"method" : "git" ,
"tags" : [
"sum" ,
"float" ,
"errors" ,
"floating point" ,
"rounding" ,
"numerical methods" ,
"number" ,
"math"
] ,
"description" : "Accurate Floating Point Sums and Products." ,
"license" : "MIT" ,
"web" : "https://gitlab.com/lbartoletti/accuratesums"
2020-11-29 17:31:04 -03:00
} ,
{
"name" : "shmk" ,
"url" : "https://gitlab.com/thisNimAgo/mk" ,
"method" : "git" ,
"tags" : [
"mkdir" ,
"mkfile" ,
"directory" ,
"recursive" ,
"executable"
] ,
"description" : "Smart file/folder creation" ,
"license" : "MIT" ,
"web" : "https://gitlab.com/thisNimAgo/mk" ,
"doc" : "https://gitlab.com/thisNimAgo/mk"
2020-12-01 11:48:13 +03:00
} ,
{
"name" : "siwin" ,
"url" : "https://github.com/levovix0/siwin" ,
"method" : "git" ,
"tags" : [
"windows" ,
"linux"
] ,
"description" : "Simple window maker." ,
2020-12-17 15:44:35 +03:00
"license" : "MIT" ,
"web" : "https://github.com/levovix0/siwin"
2020-12-04 20:46:47 -08:00
} ,
{
"name" : "NimDBX" ,
"url" : "https://github.com/snej/nimdbx" ,
"method" : "git" ,
"tags" : [
"database" ,
"libmdbx" ,
"LMDB" ,
"bindings" ,
"library"
] ,
"description" : "Fast persistent key-value store, based on libmdbx" ,
"license" : "Apache-2.0"
2020-12-08 12:32:23 +08:00
} ,
{
"name" : "unimcli" ,
"url" : "https://github.com/unimorg/unimcli" ,
"method" : "git" ,
"tags" : [
"nimble" ,
"nim-lang-cn" ,
"tools" ,
"cli"
] ,
"description" : "User-friendly nimcli." ,
"license" : "MIT" ,
"web" : "https://github.com/unimorg/unimcli"
2020-12-09 14:26:58 +01:00
} ,
2020-12-09 19:21:52 +03:00
{
"name" : "applicates" ,
2022-01-18 12:27:10 +03:00
"url" : "https://github.com/metagn/applicates" ,
2020-12-09 19:21:52 +03:00
"method" : "git" ,
"tags" : [
"sugar" ,
"macros" ,
"template" ,
"functional"
] ,
"description" : "\"pointers\" to cached AST that instantiate routines when called" ,
"license" : "MIT" ,
2022-01-18 12:27:10 +03:00
"web" : "https://metagn.github.io/applicates/applicates.html"
2020-12-09 19:21:52 +03:00
} ,
2020-12-09 14:26:58 +01:00
{
"name" : "timelog" ,
"url" : "https://github.com/Clonkk/timelog" ,
"method" : "git" ,
"tags" : [
"timing" ,
"log" ,
"template"
] ,
"description" : "Simple nimble package to log monotic timings" ,
"license" : "MIT" ,
"web" : "https://github.com/Clonkk/timelog"
2020-12-10 16:20:39 +02:00
} ,
2021-02-08 13:32:23 -05:00
{
"name" : "changer" ,
"url" : "https://github.com/iffy/changer" ,
"method" : "git" ,
"tags" : [
"packaging" ,
"changelog" ,
"version"
] ,
"description" : "A tool for managing a project's changelog" ,
"license" : "MIT" ,
"web" : "https://github.com/iffy/changer"
} ,
2020-12-10 16:20:39 +02:00
{
"name" : "bitstreams" ,
"url" : "https://github.com/sealmove/bitstreams" ,
"method" : "git" ,
"tags" : [
"library" ,
"streams" ,
"bits"
] ,
"description" : "Interface for reading per bits" ,
"license" : "MIT" ,
"web" : "https://github.com/sealmove/bitstreams"
2020-12-13 09:54:00 +05:00
} ,
2020-12-14 18:17:29 +03:00
{
"name" : "htsparse" ,
"url" : "https://github.com/haxscramper/htsparse" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"parser" ,
""
] ,
"description" : "Nim wrappers for tree-sitter parser grammars" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/htsparse"
} ,
2020-12-13 09:54:00 +05:00
{
"name" : "deser" ,
"url" : "https://github.com/gabbhack/deser" ,
"method" : "git" ,
"tags" : [
"library" ,
"deserialization" ,
"serialization"
] ,
"description" : "De/serialization library for Nim " ,
"license" : "MIT" ,
"web" : "https://github.com/gabbhack/deser"
2020-12-14 13:23:51 +03:00
} ,
{
"name" : "nimtraits" ,
"url" : "https://github.com/haxscramper/nimtraits" ,
"method" : "git" ,
"tags" : [
"macro" ,
"library" ,
"traits"
] ,
"description" : "Trait system for nim" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/haxscramper/nimtraits"
2020-12-15 20:50:17 +05:00
} ,
{
"name" : "deser_json" ,
"url" : "https://github.com/gabbhack/deser_json" ,
"method" : "git" ,
"tags" : [
"JSON" ,
"library" ,
"serialization" ,
"deserialization" ,
"deser"
] ,
"description" : "JSON-Binding for deser" ,
"license" : "MIT" ,
"web" : "https://github.com/gabbhack/deser_json"
2020-12-17 05:18:49 -03:00
} ,
2021-02-08 13:32:06 -05:00
{
"name" : "bisect" ,
"url" : "https://github.com/berquist/bisect" ,
"method" : "git" ,
"tags" : [
"bisect" ,
"search" ,
"sequences" ,
"arrays"
] ,
"description" : "Bisection algorithms ported from Python" ,
"license" : "MIT" ,
"web" : "https://github.com/berquist/bisect"
} ,
2020-12-17 05:18:49 -03:00
{
"name" : "nodejs" ,
"url" : "https://github.com/juancarlospaco/nodestdlib" ,
"method" : "git" ,
"tags" : [
"javascript" ,
"node"
] ,
"description" : "NodeJS Standard Library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/nodestdlib"
2020-12-19 04:59:16 -03:00
} ,
2020-12-19 06:08:42 -03:00
{
"name" : "ndns" ,
"url" : "https://github.com/rockcavera/nim-ndns" ,
"method" : "git" ,
"tags" : [
"dns" ,
"client" ,
"udp" ,
"tcp"
] ,
"description" : "A pure Nim Domain Name System (DNS) client" ,
"license" : "MIT" ,
"web" : "https://github.com/rockcavera/nim-ndns"
} ,
2020-12-19 04:59:16 -03:00
{
"name" : "dnsprotocol" ,
"url" : "https://github.com/rockcavera/nim-dnsprotocol" ,
"method" : "git" ,
"tags" : [
"dns" ,
"protocol"
] ,
"description" : "Domain Name System (DNS) protocol for Nim programming language" ,
"license" : "MIT" ,
"web" : "https://github.com/rockcavera/nim-dnsprotocol"
2020-12-19 21:17:47 +11:00
} ,
{
"name" : "dimscmd" ,
"url" : "https://github.com/ire4ever1190/dimscordCommandHandler" ,
"method" : "git" ,
"tags" : [
"discord," ,
"dimscord," ,
"library"
] ,
"description" : "A command handler for the dimscord discord library" ,
"license" : "MIT" ,
"web" : "https://github.com/ire4ever1190/dimscordCommandHandler"
2020-12-20 22:00:46 +01:00
} ,
2021-02-08 13:20:37 +02:00
{
"name" : "binarylang" ,
"url" : "https://github.com/sealmove/binarylang" ,
"method" : "git" ,
"tags" : [
"parse" ,
"encode" ,
"binary" ,
"bitfield" ,
"dsl" ,
"library" ,
"macro"
] ,
"description" : "Binary parser/encoder DSL" ,
"license" : "MIT" ,
"web" : "https://github.com/sealmove/binarylang"
} ,
2020-12-20 22:00:46 +01:00
{
"name" : "amka" ,
"url" : "https://github.com/zoispag/amka-nim" ,
"method" : "git" ,
"tags" : [
"amka" ,
"greek-social-security-number"
] ,
"description" : "A validator for greek social security number (AMKA)" ,
"license" : "MIT" ,
"web" : "https://github.com/zoispag/amka-nim"
2020-12-23 04:12:56 -07:00
} ,
{
"name" : "Nimscripter" ,
"url" : "https://github.com/beef331/nimscripter" ,
"method" : "git" ,
"tags" : [
"scripting" ,
"nimscript"
] ,
"description" : "Easy to use Nim/Nimscript interop, for scripting logic in compiled binaries." ,
"license" : "MIT" ,
"web" : "https://github.com/beef331/nimscripter"
2020-12-25 08:24:05 +08:00
} ,
{
"name" : "vtable" ,
"url" : "https://github.com/codehz/nim-vtable" ,
"method" : "git" ,
"tags" : [
"oop" ,
"method" ,
"vtable" ,
"trait"
] ,
"description" : "Implement dynamic dispatch through vtable, should works for dynlib." ,
"license" : "LGPL-3.0"
2020-12-28 00:14:58 +08:00
} ,
{
"name" : "xmlio" ,
"url" : "https://github.com/codehz/xmlio" ,
"method" : "git" ,
"tags" : [
"xml" ,
"deserialize" ,
"vtable"
] ,
"description" : "Mapping nim type to xml node, and parse from it." ,
"license" : "LGPL-3.0"
2020-12-28 21:41:15 +09:00
} ,
{
"name" : "Palette" ,
"url" : "https://github.com/momeemt/Palette" ,
"method" : "git" ,
"tags" : [
"color" ,
"library" ,
"nigui"
] ,
"description" : "Color Library" ,
"license" : "MIT" ,
"web" : "https://github.com/momeemt/Palette"
2021-01-01 05:10:53 -03:00
} ,
{
"name" : "webrod" ,
"url" : "https://github.com/j-a-s-d/webrod" ,
"method" : "git" ,
"tags" : [
"web" ,
"server" ,
"library"
] ,
"description" : "webrod" ,
"license" : "MIT" ,
"web" : "https://github.com/j-a-s-d/webrod"
2021-01-06 08:58:36 +03:00
} ,
{
2021-01-06 13:14:55 +03:00
"name" : "decimal" ,
2021-01-06 08:58:36 +03:00
"url" : "https://github.com/inv2004/nim-decimal" ,
"method" : "git" ,
"tags" : [
"decimal" ,
"arithmetic" ,
"mpdecimal" ,
"precision"
] ,
"description" : "A correctly-rounded arbitrary precision decimal floating point arithmetic library" ,
"license" : "(MIT or Apache License 2.0) and Simplified BSD" ,
"web" : "https://github.com/inv2004/nim-decimal"
2021-01-07 13:48:42 +01:00
} ,
{
"name" : "torm" ,
2021-01-10 09:51:18 +01:00
"url" : "https://github.com/enimatek-nl/torm" ,
2021-01-07 13:48:42 +01:00
"method" : "git" ,
"tags" : [
"orm" ,
"db" ,
"database"
] ,
2021-01-10 09:51:18 +01:00
"description" : "Tiny object relational mapper (torm) for SQLite in Nim." ,
2021-01-07 13:48:42 +01:00
"license" : "MIT" ,
2021-01-10 09:51:18 +01:00
"web" : "https://github.com/enimatek-nl/torm"
} ,
{
"name" : "tencil" ,
"url" : "https://github.com/enimatek-nl/tencil" ,
"method" : "git" ,
"tags" : [
"web" ,
"html" ,
"template" ,
"mustache"
] ,
"description" : "Tencil is a mustache-compatible JSON based template engine for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/enimatek-nl/tencil"
2021-01-08 09:19:28 +03:00
} ,
{
"name" : "coinbase_pro" ,
"url" : "https://github.com/inv2004/coinbase-pro-nim" ,
"method" : "git" ,
"tags" : [
"coinbase" ,
"crypto" ,
"exchange" ,
"bitcoin"
] ,
"description" : "Coinbase pro client for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/inv2004/coinbase-pro-nim"
2021-01-08 23:41:14 +06:00
} ,
{
"name" : "nimraylib_now" ,
"url" : "https://github.com/greenfork/nimraylib_now" ,
"method" : "git" ,
"tags" : [
"library" ,
"wrapper" ,
"raylib" ,
"gaming"
] ,
"description" : "The Ultimate Raylib gaming library wrapper" ,
"license" : "MIT" ,
"web" : "https://github.com/greenfork/nimraylib_now"
2021-01-11 05:14:33 +00:00
} ,
2021-01-11 02:11:11 -04:00
{
"name" : "pgxcrown" ,
"url" : "https://github.com/luisacosta828/pgxcrown" ,
"method" : "git" ,
"tags" : [
"library" ,
"postgres" ,
"extension"
] ,
"description" : "Build Postgres extensions in Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/luisacosta828/pgxcrown"
} ,
2021-01-11 05:14:33 +00:00
{
"name" : "hostname" ,
"url" : "https://github.com/rominf/nim-hostname" ,
"method" : "git" ,
"tags" : [
"android" ,
"bsd" ,
"hostname" ,
"library" ,
"posix" ,
"unix" ,
"windows"
] ,
"description" : "Nim library to get/set a hostname" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/rominf/nim-hostname"
2021-01-11 19:23:07 +01:00
} ,
{
"name" : "asynctest" ,
"url" : "https://github.com/markspanbroek/asynctest" ,
"method" : "git" ,
"tags" : [
"test" ,
"unittest" ,
"async"
] ,
"description" : "Test asynchronous code" ,
"license" : "MIT" ,
"web" : "https://github.com/markspanbroek/asynctest"
2021-01-12 00:33:24 -06:00
} ,
{
"name" : "syllables" ,
2021-12-01 09:13:46 -06:00
"url" : "https://github.com/tonogram/nim-syllables" ,
2021-01-12 00:33:24 -06:00
"method" : "git" ,
"tags" : [
"library" ,
"language" ,
"syllable" ,
"syllables" ,
""
] ,
"description" : "Syllable estimation for Nim." ,
"license" : "MIT" ,
2021-12-01 09:13:46 -06:00
"web" : "https://github.com/tonogram/nim-syllables"
2021-01-14 18:11:45 +01:00
} ,
{
"name" : "lazyseq" ,
"url" : "https://github.com/markspanbroek/nim-lazyseq" ,
"method" : "git" ,
"tags" : [
"lazy" ,
"sequences" ,
"infinite" ,
"functional" ,
"map" ,
"reduce" ,
"zip" ,
"filter"
] ,
"description" : "Lazy evaluated sequences" ,
"license" : "MIT" ,
"web" : "https://github.com/markspanbroek/nim-lazyseq"
2021-01-22 01:57:33 +09:00
} ,
{
"name" : "filetype" ,
"url" : "https://github.com/jiro4989/filetype" ,
"method" : "git" ,
"tags" : [
"lib" ,
"magic-numbers" ,
"file" ,
"file-format"
] ,
"description" : "Small and dependency free Nim package to infer file and MIME type checking the magic numbers signature." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/filetype"
2021-01-23 15:29:21 +01:00
} ,
{
"name" : "arduino" ,
"url" : "https://github.com/markspanbroek/nim-arduino" ,
"method" : "git" ,
"tags" : [
"arduino" ,
"platformio" ,
"embedded"
] ,
"description" : "Arduino bindings for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/markspanbroek/nim-arduino"
2021-01-24 17:41:26 +01:00
} ,
2021-01-22 14:00:53 -06:00
{
"name" : "hats" ,
"url" : "https://github.com/davidgarland/nim-hats" ,
"method" : "git" ,
"tags" : [
"array" ,
"arrays" ,
"hat"
] ,
"description" : "Various kinds of hashed array trees." ,
"license" : "MIT" ,
"web" : "https://github.com/davidgarland/nim-hats"
2021-01-25 11:17:51 +05:30
} ,
2021-01-25 07:08:30 +01:00
{
"name" : "nobject" ,
"url" : "https://github.com/Carpall/nobject" ,
"method" : "git" ,
"tags" : [
"nim" ,
"nimble" ,
"nim-lang" ,
"object" ,
"runtime" ,
"dynamic"
] ,
"description" : "A partially compile and runtime evaluated object, inspired from .net object" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/Carpall/nobject"
} ,
2021-01-25 11:17:51 +05:30
{
"name" : "nimfcuk" ,
"url" : "https://github.com/2KAbhishek/nimfcuk" ,
"method" : "git" ,
"tags" : [
"cli" ,
"library" ,
"brainfuck" ,
"compiler" ,
"interpreter"
] ,
"description" : "A brainfuck interpreter & compiler implemented in nim" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/2KAbhishek/nimfcuk"
2021-01-28 08:58:03 +01:00
} ,
2021-01-28 10:52:18 -03:00
{
"name" : "xam" ,
"url" : "https://github.com/j-a-s-d/xam" ,
"method" : "git" ,
"tags" : [
"multipurpose" ,
"productivity" ,
"library"
] ,
"description" : "xam" ,
"license" : "MIT" ,
"web" : "https://github.com/j-a-s-d/xam"
} ,
2021-01-28 08:58:03 +01:00
{
"name" : "nimosc" ,
"url" : "https://github.com/Psirus/NimOSC" ,
"method" : "git" ,
"tags" : [
"OSC" ,
"sound" ,
"control" ,
"library" ,
"wrapper"
] ,
"description" : "A wrapper around liblo for the Open Sound Control (OSC) protocol" ,
"license" : "MIT" ,
"web" : "https://github.com/Psirus/NimOSC"
2021-01-28 19:00:52 +02:00
} ,
{
"name" : "guildenstern" ,
"url" : "https://github.com/olliNiinivaara/GuildenStern" ,
"method" : "git" ,
"tags" : [
"http" ,
"server"
] ,
"description" : "Modular multithreading Linux HTTP server" ,
"license" : "MIT" ,
"web" : "https://github.com/olliNiinivaara/GuildenStern"
2021-01-29 00:32:52 -07:00
} ,
{
"name" : "ago" ,
"url" : "https://github.com/daehee/ago" ,
"method" : "git" ,
"tags" : [
"web" ,
"time" ,
"datetime" ,
"library" ,
"prologue"
] ,
"description" : "Time ago in words in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/daehee/ago"
2021-01-30 07:03:23 +10:00
} ,
{
"name" : "ducominer" ,
"url" : "https://github.com/its5Q/ducominer" ,
"method" : "git" ,
"tags" : [
"miner" ,
"mining" ,
"duco" ,
"duinocoin" ,
"cryptocurrency"
] ,
"description" : "A fast, multithreaded miner for DuinoCoin" ,
"license" : "MIT" ,
"web" : "https://github.com/its5Q/ducominer"
2021-02-01 05:55:29 +00:00
} ,
{
"name" : "antlr4nim" ,
"url" : "https://github.com/jan0sc/antlr4nim" ,
"method" : "git" ,
"tags" : [
"antlr" ,
"antlr4" ,
"parser" ,
"visitor" ,
"listener" ,
"DSL"
] ,
"description" : "Nim interface to ANTLR4 listener/visitor via jsffi" ,
"license" : "MIT" ,
"web" : "https://github.com/jan0sc/antlr4nim" ,
"doc" : "https://jan0sc.github.io/antlr4nim.html"
2021-02-02 21:11:09 +00:00
} ,
2021-02-05 08:17:50 +11:00
{
"name" : "nauthy" ,
"url" : "https://github.com/lzoz/nauthy" ,
"method" : "git" ,
"tags" : [
"otp" ,
"totp" ,
"hotp" ,
"2factor"
] ,
"description" : "Nim library for One Time Password verification and generation." ,
"license" : "MIT" ,
"web" : "https://github.com/lzoz/nauthy"
} ,
2021-02-04 12:17:57 -05:00
{
"name" : "host" ,
"url" : "https://github.com/RainbowAsteroids/host" ,
"method" : "git" ,
"tags" : [
"web" ,
"server" ,
"host" ,
"file_sharing"
] ,
"description" : "A program to staticlly host files or directories over HTTP" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/RainbowAsteroids/host"
} ,
2021-02-02 21:11:09 +00:00
{
"name" : "gemini" ,
"url" : "https://github.com/benob/gemini" ,
"method" : "git" ,
"tags" : [
"gemini," ,
"server," ,
"async"
] ,
"description" : "Building blocks for making async Gemini servers" ,
"license" : "MIT" ,
"web" : "https://github.com/benob/gemini"
2021-02-04 18:21:39 +01:00
} ,
{
"name" : "nimem" ,
"url" : "https://github.com/Sann0/Nimem" ,
"method" : "git" ,
"tags" : [
"windows" ,
"process" ,
"memory" ,
"external" ,
"manipulate"
] ,
"description" : "Library for external memory manipulation on a windows process" ,
"license" : "MIT" ,
"web" : "https://github.com/Sann0/Nimem"
2021-02-04 22:18:18 +01:00
} ,
{
"name" : "eris" ,
2022-04-08 18:11:36 -05:00
"url" : "https://codeberg.org/eris/nim-eris" ,
2021-02-04 22:18:18 +01:00
"method" : "git" ,
"tags" : [
"eris"
] ,
"description" : "Encoding for Robust Immutable Storage (ERIS)" ,
"license" : "ISC" ,
2022-04-08 18:11:36 -05:00
"web" : "https://eris.codeberg.page"
2021-02-04 22:18:18 +01:00
} ,
2021-02-07 09:51:45 -06:00
{
"name" : "html2karax" ,
"url" : "https://github.com/nim-lang-cn/html2karax" ,
"method" : "git" ,
"tags" : [
"web" ,
"karax" ,
"html"
] ,
"description" : "Converts html to karax." ,
"license" : "MIT" ,
"web" : "https://github.com/nim-lang-cn/html2karax"
2021-02-10 03:08:42 -03:00
} ,
{
"name" : "drng" ,
"url" : "https://github.com/rockcavera/nim-drng" ,
"method" : "git" ,
"tags" : [
"drng" ,
"rng"
] ,
"description" : "Provides access to the rdrand and rdseed instructions. Based on Intel's DRNG Library (libdrng)" ,
"license" : "MIT" ,
"web" : "https://github.com/rockcavera/nim-drng"
2021-02-11 04:31:36 +08:00
} ,
{
"name" : "winres" ,
"url" : "https://github.com/codehz/nim-winres" ,
"method" : "git" ,
"tags" : [
"windows" ,
"resource"
] ,
"description" : "Windows resource file generator" ,
"license" : "MIT" ,
"web" : "https://github.com/codehz/nim-winres"
2021-02-22 07:26:59 +01:00
} ,
{
"name" : "nimview" ,
"url" : "https://github.com/marcomq/nimview" ,
"method" : "git" ,
"tags" : [
"web" ,
"library" ,
"gui" ,
"webview" ,
"html" ,
"css" ,
"javascript"
] ,
"description" : "Nim / Python / C library to run webview with HTML/JS as UI" ,
"license" : "MIT" ,
"web" : "https://github.com/marcomq/nimview"
2021-02-23 15:01:02 +01:00
} ,
{
"name" : "denim_ui_cairo" ,
"url" : "https://github.com/nortero-code/midio-ui-cairo" ,
"method" : "git" ,
"tags" : [
"denim-ui" ,
"denim-backend" ,
"gui" ,
"cairo" ,
"cross" ,
"platform"
] ,
"description" : "Cairo backend for the denim ui engine" ,
"license" : "MIT" ,
"web" : "https://github.com/nortero-code/midio-ui-cairo"
2021-02-24 09:17:05 +01:00
} ,
{
"name" : "checkpack" ,
2022-01-22 16:51:24 +01:00
"url" : "https://gitlab.com/EchoPouet/checkpack" ,
2021-02-24 09:17:05 +01:00
"method" : "git" ,
"tags" : [
"package" ,
"library"
] ,
"description" : "Tiny library to check if a system package is already installed." ,
"license" : "MIT" ,
2022-01-22 16:51:24 +01:00
"web" : "https://gitlab.com/EchoPouet/checkpack"
2021-02-26 18:42:48 +01:00
} ,
2021-02-26 19:59:22 +02:00
{
"name" : "xcb" ,
"url" : "https://github.com/SolitudeSF/xcb" ,
"method" : "git" ,
"tags" : [
"xcb" ,
"x11" ,
"bindings" ,
"wrapper"
] ,
"description" : "xcb bindings" ,
"license" : "MIT" ,
"web" : "https://github.com/SolitudeSF/xcb"
} ,
2021-02-26 18:42:48 +01:00
{
"name" : "nimjl" ,
"url" : "https://github.com/Clonkk/nimjl" ,
"method" : "git" ,
"tags" : [
"Nim" ,
"Julia" ,
"Bridge"
] ,
"description" : "Nim Julia bridge" ,
"license" : "MIT" ,
"web" : "https://github.com/Clonkk/nimjl"
2021-03-01 07:50:26 +01:00
} ,
{
"name" : "nimflux" ,
2021-06-29 07:01:44 +02:00
"url" : "https://github.com/tdely/nimflux" ,
2021-03-01 07:50:26 +01:00
"method" : "git" ,
"tags" : [
"influxdb" ,
"influx" ,
"client" ,
"api" ,
2021-06-29 07:01:44 +02:00
"multisync" ,
"async"
2021-03-01 07:50:26 +01:00
] ,
"description" : "InfluxDB API client library" ,
"license" : "MIT" ,
2021-06-29 07:01:44 +02:00
"web" : "https://github.com/tdely/nimflux"
2021-03-04 12:23:34 +05:30
} ,
{
"name" : "moss_nim" ,
"url" : "https://github.com/D4D3VD4V3/moss_nim" ,
"method" : "git" ,
"tags" : [
"moss" ,
"similarity"
] ,
"description" : "Moss (Measure of Software Similarity) implementation in Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/D4D3VD4V3/moss_nim"
2021-03-08 07:06:22 +01:00
} ,
2021-03-08 03:35:22 -05:00
{
"name" : "meta" ,
"url" : "https://github.com/RainbowAsteroids/meta" ,
"method" : "git" ,
"tags" : [
"metadata" ,
"music" ,
"cli"
] ,
"description" : "View and set the metadata for audio files" ,
"license" : "GPL-3.0-or-later" ,
"web" : "https://github.com/RainbowAsteroids/meta"
} ,
2021-03-08 09:19:20 +01:00
{
"name" : "nimib" ,
"url" : "https://github.com/pietroppeter/nimib" ,
"method" : "git" ,
"tags" : [
"notebook" ,
"library" ,
"html" ,
"markdown" ,
"publish"
] ,
"description" : "nimib 🐳 - nim 👑 driven ⛵ publishing ✍" ,
"license" : "MIT" ,
"web" : "https://github.com/pietroppeter/nimib"
} ,
2021-03-08 07:06:22 +01:00
{
"name" : "bio_seq" ,
2021-10-28 00:39:46 -05:00
"url" : "https://github.com/kerrycobb/BioSeq" ,
2021-03-08 07:06:22 +01:00
"method" : "git" ,
"tags" : [
"fasta" ,
2021-10-28 00:39:46 -05:00
"alignment" ,
2021-11-03 06:41:34 +00:00
"sequence" ,
2021-10-28 00:39:46 -05:00
"biology" ,
2021-03-08 07:06:22 +01:00
"bioinformatics" ,
2021-10-28 00:39:46 -05:00
"rna" ,
2021-03-08 07:06:22 +01:00
"dna" ,
"iupac"
] ,
"description" : "A Nim library for biological sequence data." ,
"license" : "MIT" ,
2021-10-28 00:39:46 -05:00
"web" : "https://github.com/kerrycobb/BioSeq"
2021-03-08 22:20:31 +01:00
} ,
{
"name" : "questionable" ,
"url" : "https://github.com/markspanbroek/questionable" ,
"method" : "git" ,
"tags" : [
"option" ,
"result" ,
"error"
] ,
"description" : "Elegant optional types" ,
"license" : "MIT" ,
"web" : "https://github.com/markspanbroek/questionable"
2021-03-10 02:45:36 -05:00
} ,
{
"name" : "tweens" ,
"url" : "https://github.com/RainbowAsteroids/tweens" ,
"method" : "git" ,
"tags" : [
"tween" ,
"math" ,
"animation"
] ,
"description" : "Basic tweening library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/RainbowAsteroids/tweens"
2021-03-11 07:44:20 +01:00
} ,
{
"name" : "intervalsets" ,
"url" : "https://github.com/autumngray/intervalsets" ,
"method" : "git" ,
"tags" : [
"interval" ,
"set"
] ,
"description" : "Set implementation of disjoint intervals" ,
"license" : "MIT" ,
"web" : "https://github.com/autumngray/intervalsets"
2021-03-11 14:31:13 +01:00
} ,
{
"name" : "nimkalc" ,
"url" : "https://github.com/nocturn9x/nimkalc" ,
"method" : "git" ,
"tags" : [
"parsing" ,
"library" ,
"math"
] ,
"description" : "An advanced parsing library for mathematical expressions and equations" ,
"license" : "Apache 2.0" ,
"web" : "https://github.com/nocturn9x/nimkalc"
2021-03-12 11:31:21 +01:00
} ,
{
"name" : "nimgram" ,
"url" : "https://github.com/nimgram/nimgram" ,
"method" : "git" ,
"tags" : [
"mtproto" ,
"telegram" ,
"telegram-api" ,
"async"
] ,
"description" : "MTProto client written in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/nimgram/nimgram"
2021-03-16 00:56:45 -07:00
} ,
{
2021-03-15 16:02:15 +01:00
"name" : "json2xml" ,
"url" : "https://github.com/MhedhebiIssam/json2xml" ,
"method" : "git" ,
"tags" : [
"json2xml" ,
"json" ,
"xml" ,
2021-03-16 00:56:45 -07:00
"XmlNode" ,
2021-03-15 16:02:15 +01:00
"JsonNode"
] ,
"description" : "Convert json to xml : JsonNode( comapatible with module json ) To XmlNode (comapatible with module xmltree)" ,
"license" : "MIT" ,
"web" : "https://github.com/MhedhebiIssam/json2xml"
2021-03-15 23:30:10 -07:00
} ,
2021-03-16 00:56:45 -07:00
{
"name" : "nesper" ,
"url" : "https://github.com/elcritch/nesper" ,
"method" : "git" ,
"tags" : [
"esp32" ,
"esp-idf" ,
"mcu" ,
"microcontroller" ,
"embedded"
] ,
"description" : "Nim wrappers for ESP-IDF (ESP32)" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/elcritch/nesper"
} ,
2021-03-15 23:30:10 -07:00
{
"name" : "zws" ,
"url" : "https://github.com/zws-im/cli" ,
"method" : "git" ,
"tags" : [
"url" ,
"url-shortener" ,
"cli"
] ,
"description" : "A command line interface for shortening URLs with ZWS instances" ,
"license" : "MIT" ,
"web" : "https://github.com/zws-im/cli/blob/main/README.md#zws-imcli"
2021-03-20 18:37:02 +11:00
} ,
{
"name" : "spacenimtraders" ,
"url" : "https://github.com/ire4ever1190/SpaceNimTraders" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"game" ,
"api" ,
"library"
] ,
"description" : "A new awesome nimble package" ,
"license" : "MIT" ,
"web" : "https://github.com/ire4ever1190/SpaceNimTraders"
2021-03-25 15:11:05 +08:00
} ,
{
"name" : "rcedit" ,
"url" : "https://github.com/bung87/rcedit" ,
"method" : "git" ,
"tags" : [
"rcedit" ,
"wrapper"
] ,
"description" : "A new awesome nimble package" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/rcedit"
2021-03-25 18:24:33 +01:00
} ,
{
"name" : "parsegemini" ,
"url" : "https://github.com/autumngray/parsegemini" ,
"method" : "git" ,
"tags" : [
"gemini" ,
"parser" ,
"gemtext" ,
"gmi"
] ,
"description" : "Library for parsing text/gemini" ,
"license" : "MIT" ,
"web" : "https://github.com/autumngray/parsegemini"
2021-03-26 21:08:16 +02:00
} ,
{
"name" : "termui" ,
"url" : "https://github.com/jjv360/nim-termui" ,
"method" : "git" ,
"tags" : [
"terminal" ,
"console" ,
"ui" ,
"input" ,
"ask"
] ,
"description" : "Simple UI components for the terminal." ,
"license" : "MIT" ,
"web" : "https://github.com/jjv360/nim-termui"
2021-03-27 22:00:14 +08:00
} ,
{
"name" : "icon" ,
"url" : "https://github.com/bung87/icon" ,
"method" : "git" ,
"tags" : [
"icon"
] ,
"description" : "Generate icon files from PNG files." ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/icon"
2021-03-29 18:33:58 +02:00
} ,
{
"name" : "batchsend" ,
"url" : "https://github.com/marcomq/batchsend" ,
"method" : "git" ,
"tags" : [
"fast" ,
"multithreaded" ,
"tcp" ,
"http" ,
"transmission" ,
"library"
] ,
"description" : "Nim / Python library to feed HTTP server quickly with custom messages" ,
"license" : "MIT" ,
"web" : "https://github.com/marcomq/batchsend"
2021-03-30 08:50:54 +03:00
} ,
2021-04-06 04:19:40 -07:00
{
"name" : "rn" ,
"url" : "https://github.com/xioren/rn" ,
"method" : "git" ,
"tags" : [
"rename" ,
"mass" ,
"batch"
] ,
"description" : "minimal, performant mass file renamer" ,
"license" : "MIT" ,
"web" : "https://github.com/xioren/rn"
} ,
2021-03-30 08:50:54 +03:00
{
"name" : "newfix" ,
"url" : "https://github.com/inv2004/newfix" ,
"method" : "git" ,
"tags" : [
"fix" ,
"protocol" ,
"parser" ,
"financial"
] ,
"description" : "FIX Protocol optimized parser (Financial Information eXchange)" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/inv2004/newfix"
2021-03-31 14:18:19 +09:00
} ,
{
"name" : "suru" ,
"url" : "https://github.com/de-odex/suru" ,
"method" : "git" ,
"tags" : [
"progress" ,
"bar" ,
"terminal"
] ,
"description" : "A tqdm-style progress bar in Nim" ,
"license" : "MIT"
2021-04-01 09:44:50 +03:00
} ,
{
"name" : "autonim" ,
"url" : "https://github.com/Guevara-chan/AutoNim" ,
"method" : "git" ,
"tags" : [
"automation" ,
"autoit"
] ,
"description" : "Wrapper for AutoIt v3.3.14.2" ,
"license" : "MIT" ,
"web" : "https://github.com/Guevara-chan/AutoNim"
2021-04-01 14:45:27 +02:00
} ,
{
"name" : "upraises" ,
"url" : "https://github.com/markspanbroek/upraises" ,
"method" : "git" ,
"tags" : [
"raise" ,
"error" ,
"defect"
] ,
"description" : "exception tracking for older versions of nim" ,
"license" : "MIT" ,
"web" : "https://github.com/markspanbroek/upraises"
2021-04-06 18:59:59 +08:00
} ,
2021-04-06 13:37:03 +02:00
{
"name" : "nery" ,
"url" : "https://github.com/David-Kunz/Nery" ,
"method" : "git" ,
"tags" : [
"query" ,
"macro" ,
"sql" ,
"select"
] ,
"description" : "A simple library to create queries in Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/David-Kunz/Nery"
} ,
2021-04-06 19:19:27 +08:00
{
"name" : "scorper" ,
"url" : "https://github.com/bung87/scorper" ,
"method" : "git" ,
"tags" : [
"web" ,
"micro" ,
"framework"
] ,
"description" : "micro and elegant web framework" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/bung87/scorper"
} ,
2021-04-06 18:59:59 +08:00
{
"name" : "static_server" ,
"url" : "https://github.com/bung87/nimhttpd" ,
"method" : "git" ,
"tags" : [
"web"
] ,
"description" : "A tiny static file web server." ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/nimhttpd"
2021-04-07 06:49:42 +01:00
} ,
{
"name" : "holst" ,
"url" : "https://github.com/ruivieira/nim-holst" ,
"method" : "git" ,
"tags" : [
"jupyter" ,
"markdown" ,
"parser"
] ,
"description" : "A parser for Jupyter notebooks." ,
"license" : "AGPLv3" ,
"web" : "https://github.com/ruivieira/nim-holst" ,
"doc" : "https://ruivieira.github.io/nim-holst/holst.html"
2021-04-09 23:37:51 +02:00
} ,
{
"name" : "aur" ,
"url" : "https://github.com/hnicke/aur.nim" ,
"method" : "git" ,
"tags" : [
"arch" ,
"library" ,
"client"
] ,
"description" : "A client for the Arch Linux User Repository (AUR)" ,
"license" : "MIT" ,
"web" : "https://github.com/hnicke/aur.nim"
2021-04-10 18:17:25 +09:00
} ,
2021-04-12 08:14:58 +03:00
{
"name" : "streamfix" ,
"url" : "https://github.com/inv2004/streamfix" ,
"method" : "git" ,
"tags" : [
"fix" ,
"protocol" ,
"parser" ,
"financial" ,
"streaming"
] ,
"description" : "FIX Protocol streaming parser (Financial Information eXchange)" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/inv2004/streamfix"
} ,
2021-04-10 18:17:25 +09:00
{
"name" : "ffmpeg" ,
"url" : "https://github.com/momeemt/ffmpeg.nim" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"ffmpeg" ,
"movie" ,
"video" ,
"multimedia"
] ,
2021-04-10 18:56:18 +09:00
"description" : "ffmpeg.nim is the Nim binding for FFMpeg(4.3.2)." ,
2021-04-10 18:17:25 +09:00
"license" : "MIT" ,
"web" : "https://github.com/momeemt/ffmpeg.nim"
2021-04-12 23:10:03 +07:00
} ,
{
"name" : "graphql" ,
"url" : "https://github.com/status-im/nim-graphql" ,
"method" : "git" ,
"tags" : [
"graphql" ,
"graphql-server" ,
"graphql-client" ,
"query language"
] ,
"description" : "GraphQL parser, server and client implementation" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-graphql"
2021-04-12 16:57:16 -03:00
} ,
{
"name" : "aria" ,
"url" : "https://github.com/juancarlospaco/aria" ,
"method" : "git" ,
"tags" : [
"aria" ,
"http" ,
"rpc" ,
"torrent" ,
"metalink"
] ,
"description" : "Aria2 API lib for Nim for any backend https://aria2.github.io" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/aria"
2021-04-14 22:22:35 +09:00
} ,
{
"name" : "csv2dbsrc" ,
"url" : "https://github.com/z-kk/csv2dbsrc" ,
"method" : "git" ,
"tags" : [
"csv" ,
"db" ,
"sqlite"
] ,
"description" : "create db util sources from csv" ,
"license" : "MIT" ,
"web" : "https://github.com/z-kk/csv2dbsrc"
2021-04-15 17:25:31 +07:00
} ,
2021-05-24 02:15:43 -04:00
{
"name" : "distances" ,
"url" : "https://github.com/ayman-albaz/distances" ,
"method" : "git" ,
"tags" : [
"math" ,
"statistics" ,
"metrics"
] ,
"description" : "Distances is a high performance Nim library for calculating distances." ,
"license" : "Apache-2.0 License" ,
"web" : "https://github.com/ayman-albaz/distances"
} ,
2021-04-15 17:25:31 +07:00
{
"name" : "nptr" ,
2021-04-15 21:28:41 +07:00
"url" : "https://github.com/henryas/nptr" ,
2021-04-15 17:25:31 +07:00
"method" : "git" ,
"tags" : [
2021-04-15 21:43:02 +07:00
"smart pointer" ,
2021-04-15 21:46:33 +07:00
"smart pointers" ,
2021-04-15 17:25:31 +07:00
"pointer" ,
2021-04-15 21:43:02 +07:00
"pointers"
2021-04-15 17:25:31 +07:00
] ,
"description" : "Nim lang smart pointers" ,
"license" : "MIT" ,
2021-04-15 21:29:22 +07:00
"web" : "https://github.com/henryas/nptr"
2021-04-18 07:10:30 -04:00
} ,
{
"name" : "ansiwave" ,
2021-12-18 23:38:07 +01:00
"url" : "https://github.com/ansiwave/ansiwave" ,
2021-04-18 07:10:30 -04:00
"method" : "git" ,
"tags" : [
"ansi" ,
"midi"
] ,
"description" : "ANSI art + MIDI music editor" ,
"license" : "Public Domain"
2021-04-18 18:47:14 -03:00
} ,
2021-12-18 23:38:07 +01:00
{
"name" : "wavecore" ,
"url" : "https://github.com/ansiwave/wavecore" ,
"method" : "git" ,
"tags" : [
"database" ,
"networking"
] ,
"description" : "Client and server database and networking utils" ,
"license" : "Public Domain"
} ,
2022-05-06 16:02:19 +02:00
{
"name" : "nimwave" ,
"url" : "https://github.com/ansiwave/nimwave" ,
"method" : "git" ,
"tags" : [
"tui" ,
"terminal"
] ,
"description" : "A TUI -> GUI library" ,
"license" : "Public Domain"
} ,
{
"name" : "illwave" ,
"url" : "https://github.com/ansiwave/illwave" ,
"method" : "git" ,
"tags" : [
"tui" ,
"terminal"
] ,
"description" : "A cross-platform terminal UI library" ,
"license" : "WTFPL"
} ,
{
"name" : "ansiutils" ,
"url" : "https://github.com/ansiwave/ansiutils" ,
"method" : "git" ,
"tags" : [
"ansi" ,
"cp437"
] ,
"description" : "Utilities for parsing CP437 and ANSI escape codes" ,
"license" : "Public Domain"
} ,
2021-04-18 18:47:14 -03:00
{
"name" : "minecraft_server_status" ,
"url" : "https://github.com/GabrielLasso/minecraft_server_status" ,
"method" : "git" ,
"tags" : [
"minecraft" ,
"statuspage"
] ,
"description" : "Check minecraft server status" ,
"license" : "MIT" ,
"web" : "https://github.com/GabrielLasso/minecraft_server_status"
2021-04-21 02:14:39 -03:00
} ,
{
"name" : "rodster" ,
"url" : "https://github.com/j-a-s-d/rodster" ,
"method" : "git" ,
"tags" : [
"application" ,
"framework"
] ,
"description" : "rodster" ,
"license" : "MIT" ,
"web" : "https://github.com/j-a-s-d/rodster"
2021-04-22 22:05:36 +08:00
} ,
{
"name" : "xgboost.nim" ,
"url" : "https://github.com/jackhftang/xgboost.nim" ,
"method" : "git" ,
"tags" : [
"xgboost" ,
"machine-learning"
] ,
"description" : "Nim wrapper of libxgboost" ,
"license" : "MIT" ,
"web" : "https://github.com/jackhftang/xgboost.nim"
2021-04-23 01:33:12 +03:00
} ,
{
"name" : "nodem" ,
"url" : "https://github.com/al6x/nim?subdir=nodem" ,
"method" : "git" ,
"tags" : [
"net" ,
"network" ,
"rpc" ,
"messaging" ,
"distributed" ,
"tcp" ,
"http"
] ,
"description" : "Call remote Nim functions as if it's local" ,
"license" : "MIT" ,
"web" : "https://github.com/al6x/nim/tree/main/nodem"
2021-04-25 14:18:31 +02:00
} ,
{
"name" : "unittest2" ,
"url" : "https://github.com/status-im/nim-unittest2" ,
"method" : "git" ,
"tags" : [
"tests" ,
"unit-testing"
] ,
"description" : "unittest fork focused on parallel test execution" ,
"license" : "MIT" ,
"web" : "https://github.com/status-im/nim-unittest2"
2021-04-25 20:13:55 -03:00
} ,
{
"name" : "nint128" ,
"url" : "https://github.com/rockcavera/nim-nint128" ,
"method" : "git" ,
"tags" : [
"128" ,
"integers" ,
"integer" ,
"uint128" ,
"int128"
] ,
"description" : "128-bit integers" ,
"license" : "MIT" ,
"web" : "https://github.com/rockcavera/nim-nint128"
2021-04-27 15:07:31 +09:00
} ,
{
"name" : "nmark" ,
"url" : "https://github.com/kyoheiu/nmark" ,
"method" : "git" ,
"tags" : [
"markdown" ,
"parser" ,
"library"
] ,
"description" : "fast markdown parser" ,
"license" : "MIT" ,
"web" : "https://github.com/kyoheiu/nmark"
2021-04-27 13:00:31 +02:00
} ,
2021-05-05 01:44:17 -05:00
{
"name" : "stb_truetype" ,
"url" : "https://github.com/guzba/stb_truetype" ,
"method" : "git" ,
"tags" : [
"font" ,
"truetype" ,
"opentype"
] ,
"description" : "Nim bindings for stb_truetype." ,
"license" : "MIT" ,
"web" : "https://github.com/guzba/stb_truetype"
} ,
2021-04-27 13:00:31 +02:00
{
"name" : "hottext" ,
"url" : "https://git.sr.ht/~ehmry/hottext" ,
"method" : "git" ,
"tags" : [
"rsvp" ,
"sdl" ,
"text"
] ,
"description" : "Rapid serial text presenter" ,
"license" : "Unlicense" ,
"web" : "https://git.sr.ht/~ehmry/hottext"
2021-04-27 18:13:17 +02:00
} ,
{
"name" : "niml" ,
"url" : "https://github.com/jakubDoka/niml" ,
"method" : "git" ,
"tags" : [
"html" ,
"library" ,
"dls"
] ,
"description" : "html dsl" ,
"license" : "MIT" ,
"web" : "https://github.com/jakubDoka/niml"
2021-04-30 23:59:35 +03:00
} ,
{
"name" : "slugify" ,
"url" : "https://github.com/lenniezelk/slugify" ,
"method" : "git" ,
"tags" : [
"slug" ,
"slugify" ,
"unicode" ,
"string" ,
"markdown"
] ,
"description" : "Convert strings to a slug. Can be used for URLs, file names, IDs etc." ,
"license" : "MIT" ,
"web" : "https://github.com/lenniezelk/slugify"
2021-05-02 16:09:25 +08:00
} ,
2021-05-02 18:33:14 +09:00
{
"name" : "nimothello" ,
"url" : "https://github.com/jiro4989/nimothello" ,
"method" : "git" ,
"tags" : [
"othello" ,
"reversi" ,
"terminal" ,
"game" ,
"command"
] ,
"description" : "A teminal othello (reversi) in Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/nimothello"
} ,
2021-05-25 23:05:16 +09:00
{
"name" : "expander" ,
"url" : "https://github.com/soraiemame/expander" ,
"method" : "git" ,
"tags" : [
"competitive-programing" ,
"expand" ,
"online-judge"
] ,
"description" : "Code expander for competitive programing in Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/soraiemame/expander"
} ,
2021-05-02 16:09:25 +08:00
{
"name" : "crowngui" ,
"url" : "https://github.com/bung87/crowngui" ,
"method" : "git" ,
"tags" : [
"web-based" ,
"gui" ,
"framework"
] ,
"description" : "Web Technologies based Crossplatform GUI Framework" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/crowngui"
2021-05-03 12:49:13 +08:00
} ,
{
"name" : "objc_runtime" ,
"url" : "https://github.com/bung87/objc_runtime" ,
"method" : "git" ,
"tags" : [
"objective-c" ,
"wrapper"
] ,
"description" : "objective-c runtime bindings" ,
"license" : "LGPL-2.1-or-later" ,
"web" : "https://github.com/bung87/objc_runtime"
2021-05-05 14:14:42 -05:00
} ,
{
"name" : "hypixel" ,
2021-12-01 09:13:46 -06:00
"url" : "https://github.com/tonogram/hypixel-nim" ,
2021-05-05 14:14:42 -05:00
"method" : "git" ,
"tags" : [
"api" ,
"minecraft" ,
"hypixel" ,
"library" ,
"wrapper"
] ,
"description" : "The Hypixel API, in Nim." ,
"license" : "MIT" ,
2021-12-01 09:13:46 -06:00
"web" : "https://github.com/tonogram/hypixel-nim"
2021-05-06 17:49:51 -03:00
} ,
{
"name" : "dik" ,
"url" : "https://github.com/juancarlospaco/dik" ,
"method" : "git" ,
"tags" : [
"dictionary"
] ,
"description" : "Table implemented as optimized sorted hashed dictionary of {array[char]: Option[T]}, same size as OrderedTable" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/dik"
2021-05-07 14:47:23 +08:00
} ,
{
"name" : "memlib" ,
"url" : "https://github.com/khchen/memlib" ,
"method" : "git" ,
"tags" : [
"dynlib" ,
"library" ,
"dll" ,
"memorymodule" ,
"windows"
] ,
"description" : "Load Windows DLL from memory" ,
"license" : "MIT" ,
"web" : "https://github.com/khchen/memlib" ,
"doc" : "https://khchen.github.io/memlib"
2021-05-10 15:27:00 +09:00
} ,
{
"name" : "owoifynim" ,
"url" : "https://github.com/deadshot465/owoifynim" ,
"method" : "git" ,
"tags" : [
"fun" ,
"nonsense" ,
"curse" ,
"baby" ,
"owoify" ,
"babyspeak"
] ,
"description" : "Turning your worst nightmare into a Nim package. This is a Nim port of mohan-cao's owoify-js, which will help you turn any string into nonsensical babyspeak similar to LeafySweet's infamous Chrome extension." ,
"license" : "MIT" ,
"web" : "https://github.com/deadshot465/owoifynim"
2021-05-12 20:00:52 +09:00
} ,
{
"name" : "interface_implements" ,
"url" : "https://github.com/itsumura-h/nim-interface-implements" ,
"method" : "git" ,
"tags" : [
"interface"
] ,
"description" : "implements macro creates toInterface proc." ,
"license" : "MIT" ,
"web" : "https://github.com/itsumura-h/nim-interface-implements"
2021-05-19 03:26:27 -03:00
} ,
{
"name" : "unalix" ,
"url" : "https://github.com/AmanoTeam/Unalix-nim" ,
"method" : "git" ,
"tags" : [
"internet" ,
"security"
] ,
"description" : "Small, dependency-free, fast Nim package (and CLI tool) for removing tracking fields from URLs." ,
"license" : "LGPL-3.0" ,
"web" : "https://github.com/AmanoTeam/Unalix-nim"
2021-05-19 16:20:11 +02:00
} ,
2021-05-24 14:15:21 +08:00
{
"name" : "winimx" ,
"url" : "https://github.com/khchen/winimx" ,
"method" : "git" ,
"tags" : [
"library" ,
"windows" ,
"api" ,
"winim"
] ,
"description" : "Winim minified code generator" ,
"license" : "MIT" ,
"web" : "https://github.com/khchen/winimx"
} ,
2021-05-19 16:20:11 +02:00
{
"name" : "catnip" ,
"url" : "https://github.com/RSDuck/catnip" ,
"method" : "git" ,
"tags" : [
"jit" ,
"assembler"
] ,
"description" : "Assembler for runtime code generation" ,
"license" : "MIT" ,
"web" : "https://github.com/RSDuck/catnip"
2021-05-20 06:25:49 +00:00
} ,
{
"name" : "tm_client" ,
"url" : "https://github.com/termermc/nim-tm-client" ,
"method" : "git" ,
"tags" : [
"twinemedia" ,
"api" ,
"client" ,
"async" ,
"library" ,
"media"
] ,
"description" : "TwineMedia API client library for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/termermc/nim-tm-client"
2021-05-21 19:17:23 -04:00
} ,
{
"name" : "plnim" ,
"url" : "https://github.com/luisacosta828/plnim" ,
"method" : "git" ,
"tags" : [
"pgxcrown-extension" ,
"postgresql" ,
"language-handler"
] ,
"description" : "Language Handler for executing Nim inside postgres as a procedural language" ,
"license" : "MIT" ,
"web" : "https://github.com/luisacosta828/plnim"
2021-05-23 23:54:52 +09:00
} ,
{
"name" : "db_wrapper" ,
"url" : "https://github.com/sivchari/db_wrapper" ,
"method" : "git" ,
"tags" : [
"database" ,
"wrapper" ,
"library"
] ,
"description" : "this libraly able to use database/sql of Go" ,
"license" : "MIT" ,
"web" : "https://github.com/sivchari/db_wrapper"
2021-05-24 01:35:57 -04:00
} ,
{
2021-05-24 02:14:59 -04:00
"name" : "svvpi" ,
"url" : "https://github.com/kaushalmodi/nim-svvpi" ,
"method" : "git" ,
"tags" : [
"verilog" ,
"systemverilog" ,
"pli" ,
"vpi" ,
"1800-2017" ,
"1364-2005"
] ,
"description" : "Wrapper for SystemVerilog VPI headers vpi_user.h and sv_vpi_user.h" ,
"license" : "MIT" ,
"web" : "https://github.com/kaushalmodi/nim-svvpi"
2021-05-27 16:15:10 +02:00
} ,
{
2021-05-24 01:35:57 -04:00
"name" : "ptr_math" ,
"url" : "https://github.com/kaushalmodi/ptr_math" ,
"method" : "git" ,
"tags" : [
"pointer" ,
"arithmetic" ,
"math"
] ,
"description" : "Pointer arithmetic library" ,
"license" : "MIT" ,
"web" : "https://github.com/kaushalmodi/ptr_math"
2021-05-27 16:15:10 +02:00
} ,
{
"name" : "netbuff" ,
"url" : "https://github.com/jakubDoka/netbuff" ,
"method" : "git" ,
"tags" : [
"net" ,
"buffer" ,
"macros"
] ,
"description" : "Fast and unsafe byte buffering for intensive network data transfer." ,
"license" : "MIT" ,
"web" : "https://github.com/jakubDoka/netbuff"
2021-05-31 17:12:06 +05:45
} ,
{
"name" : "ass" ,
"url" : "https://github.com/0kalekale/libass-nim" ,
"license" : "ISC" ,
"tags" : [
"multimedia" ,
"video"
] ,
"method" : "git" ,
2021-06-03 19:31:23 +09:00
"description" : "Nim bindings for libass."
} ,
{
"name" : "sayhissatsuwaza" ,
"url" : "https://github.com/jiro4989/sayhissatsuwaza" ,
"method" : "git" ,
"tags" : [
"cli" ,
"generator" ,
"joke" ,
"tool" ,
"text"
] ,
"description" : "Say hissatsuwaza (special attack) on your terminal." ,
"license" : "MIT" ,
"web" : "https://github.com/jiro4989/sayhissatsuwaza"
2021-06-03 15:01:52 +02:00
} ,
{
"name" : "preserves" ,
"url" : "https://git.sr.ht/~ehmry/preserves-nim" ,
"method" : "git" ,
"tags" : [
"binary" ,
"library" ,
"serialization" ,
"syndicate"
] ,
"description" : "Preserves data model and serialization format" ,
"license" : "ISC" ,
"web" : "https://preserves.gitlab.io/preserves/"
2021-06-04 12:13:46 -04:00
} ,
2021-06-06 07:49:49 +02:00
{
"name" : "nimibook" ,
"url" : "https://github.com/pietroppeter/nimibook" ,
"method" : "git" ,
"tags" : [
"book" ,
"nimib" ,
"markdown" ,
"publish"
] ,
"description" : "A port of mdbook to nim" ,
"license" : "MIT" ,
"web" : "https://github.com/pietroppeter/nimibook"
} ,
2021-06-06 01:07:45 -04:00
{
"name" : "hexclock" ,
"url" : "https://github.com/RainbowAsteroids/hexclock" ,
"method" : "git" ,
"tags" : [
"sdl" ,
"gui" ,
"clock" ,
"color"
] ,
"description" : "Hex clock made in SDL and Nim" ,
"license" : "GPL-3.0-only" ,
"web" : "https://github.com/RainbowAsteroids/hexclock"
} ,
2021-06-04 12:13:46 -04:00
{
"name" : "redismodules" ,
"url" : "https://github.com/luisacosta828/redismodules" ,
"method" : "git" ,
"tags" : [
"redis" ,
"redismodule"
] ,
"description" : "A new awesome nimble package" ,
"license" : "MIT" ,
"web" : "https://github.com/luisacosta828/redismodules"
2021-06-06 01:08:09 -04:00
} ,
{
"name" : "special_functions" ,
"url" : "https://github.com/ayman-albaz/special-functions" ,
"method" : "git" ,
"tags" : [
"math" ,
"statistics"
] ,
"description" : "Special mathematical functions in Nim" ,
"license" : "Apache-2.0 License" ,
"web" : "https://github.com/ayman-albaz/special-functions"
2021-06-06 09:37:06 -06:00
} ,
{
"name" : "kashae" ,
"url" : "https://github.com/beef331/kashae" ,
"method" : "git" ,
"tags" : [
"cache"
] ,
"description" : "Calculation caching library" ,
"license" : "MIT" ,
"web" : "https://github.com/beef331/kashae"
} ,
2022-01-10 14:31:33 +02:00
{
"name" : "zxcvbnim" ,
"url" : "https://github.com/jiiihpeeh/zxcvbnim" ,
"method" : "git" ,
"tags" : [
"zxcvbn" ,
"clone"
] ,
"description" : "A zxcvbn clone for Nim. Written in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/jiiihpeeh/zxcvbnim"
} ,
2021-06-06 09:37:06 -06:00
{
"name" : "sumtypes" ,
"url" : "https://github.com/beef331/sumtypes" ,
"method" : "git" ,
"tags" : [
"variant" ,
"sumtype" ,
"type"
] ,
"description" : "Simple variant generator empowering easy heterogeneous type operations" ,
"license" : "MIT" ,
"web" : "https://github.com/beef331/sumtypes"
2021-06-08 14:18:59 +08:00
} ,
2021-06-17 11:39:08 -03:00
{
"name" : "formulas" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/formulas" ,
2021-06-17 11:39:08 -03:00
"method" : "git" ,
2021-06-18 14:09:01 +01:00
"tags" : [
"math" ,
"geometry"
] ,
2021-06-17 11:39:08 -03:00
"description" : "Mathematical formulas" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/formulas"
2021-06-17 11:39:08 -03:00
} ,
2021-06-08 14:18:59 +08:00
{
"name" : "parsesql" ,
"url" : "https://github.com/bung87/parsesql" ,
"method" : "git" ,
"tags" : [
"sql" ,
"parser"
] ,
"description" : "The parsesql module implements a high performance SQL file parser. It parses PostgreSQL syntax and the SQL ANSI standard." ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/parsesql"
2021-06-08 15:56:47 -04:00
} ,
{
"name" : "distributions" ,
"url" : "https://github.com/ayman-albaz/distributions" ,
"method" : "git" ,
"tags" : [
"math" ,
"statistics" ,
"probability" ,
"distributions"
] ,
"description" : "Distributions is a Nim library for distributions and their functions." ,
"license" : "Apache-2.0 License" ,
"web" : "https://github.com/ayman-albaz/distributions"
2021-06-09 16:51:06 -03:00
} ,
{
"name" : "whois" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/whois" ,
2021-06-09 16:51:06 -03:00
"method" : "git" ,
"tags" : [
"whois" ,
"dns"
] ,
"description" : "A simple and free whois client" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/whois"
2021-06-10 17:36:53 -04:00
} ,
{
"name" : "statistical_tests" ,
"url" : "https://github.com/ayman-albaz/statistical-tests" ,
"method" : "git" ,
"tags" : [
"math" ,
"statistics" ,
"probability" ,
"test" ,
"hypothesis"
] ,
"description" : "Statistical tests in Nim." ,
"license" : "Apache-2.0 License" ,
"web" : "https://github.com/ayman-albaz/statistical-tests"
2021-06-14 23:35:32 +08:00
} ,
2021-06-22 22:39:40 -07:00
{
"name" : "nimarrow_glib" ,
"url" : "https://github.com/emef/nimarrow_glib" ,
"method" : "git" ,
"tags" : [
"data" ,
"format" ,
"library" ,
"arrow" ,
"parquet"
] ,
"description" : "apache arrow and parquet c api bindings" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/emef/nimarrow_glib"
} ,
2021-06-14 23:35:32 +08:00
{
"name" : "slim" ,
"url" : "https://github.com/bung87/slim" ,
"method" : "git" ,
"tags" : [
"package" ,
"manager"
] ,
"description" : "nim package manager" ,
"license" : "MIT" ,
"web" : "https://github.com/bung87/slim"
2021-06-16 23:24:57 +02:00
} ,
2021-06-17 17:39:16 +03:00
{
"name" : "suber" ,
"url" : "https://github.com/olliNiinivaara/Suber" ,
"method" : "git" ,
"tags" : [
"publish" ,
"subscribe"
] ,
"description" : "Pub/Sub engine" ,
"license" : "MIT" ,
"web" : "https://github.com/olliNiinivaara/Suber"
} ,
2021-06-16 23:24:57 +02:00
{
"name" : "unchained" ,
"url" : "https://github.com/SciNim/unchained" ,
"method" : "git" ,
"tags" : [
"library" ,
"compile time" ,
"units" ,
"physics" ,
"physical units checking" ,
"macros"
] ,
"description" : "Fully type safe, compile time only units library" ,
"license" : "MIT" ,
"web" : "https://github.com/SciNim/unchained"
} ,
2021-06-25 06:43:46 +02:00
{
"name" : "syndicate" ,
"url" : "https://git.sr.ht/~ehmry/syndicate-nim" ,
"method" : "git" ,
"tags" : [
"actors" ,
"concurrency" ,
"dsl" ,
"library" ,
"rpc" ,
"syndicate"
] ,
"description" : "Syndicated actors for conversational concurrency" ,
"license" : "ISC" ,
"web" : "https://syndicate-lang.org/"
} ,
2021-06-16 23:24:57 +02:00
{
"name" : "datamancer" ,
"url" : "https://github.com/SciNim/datamancer" ,
"method" : "git" ,
"tags" : [
"library" ,
"dataframe" ,
"macros" ,
"dplyr"
] ,
"description" : "A dataframe library with a dplyr like API" ,
"license" : "MIT" ,
"web" : "https://github.com/SciNim/datamancer"
2021-06-18 14:09:01 +01:00
} ,
{
"name" : "listenbrainz" ,
"url" : "https://gitlab.com/tandy1000/listenbrainz-nim" ,
"method" : "git" ,
"tags" : [
"listenbrainz" ,
2021-06-18 14:11:41 +01:00
"api"
2021-06-18 14:09:01 +01:00
] ,
2021-06-18 19:50:15 +01:00
"description" : "Low-level multisync bindings to the ListenBrainz web API." ,
2021-06-18 14:09:01 +01:00
"license" : "MIT" ,
2021-06-18 19:50:15 +01:00
"web" : "https://gitlab.com/tandy1000/listenbrainz-nim" ,
"doc" : "https://tandy1000.gitlab.io/listenbrainz-nim/"
2021-06-23 00:47:31 +02:00
} ,
2021-06-23 14:39:49 +09:00
{
"name" : "nicoru" ,
"url" : "https://github.com/fox0430/nicoru" ,
"method" : "git" ,
"tags" : [
"container"
] ,
"description" : "A container runtime written in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/fox0430/nicoru"
} ,
2021-06-23 00:47:31 +02:00
{
"name" : "nwsync" ,
"url" : "https://github.com/Beamdog/nwsync" ,
"method" : "git" ,
"tags" : [
"nwn" ,
"neverwinternights" ,
"neverwinter" ,
"game" ,
"bioware" ,
"beamdog" ,
"persistentworld" ,
"autodownloader"
] ,
"description" : "NWSync Repository Management utilities" ,
"license" : "MIT" ,
"web" : "https://github.com/Beamdog/nwsync"
2021-06-23 13:54:07 -07:00
} ,
2021-06-26 15:34:03 +02:00
{
"name" : "mcd" ,
"url" : "https://gitlab.com/malicious-commit-detector/mcd" ,
"method" : "git" ,
"tags" : [
"antivirus" ,
"utility" ,
"binary"
] ,
"description" : "Application to detect which commit generates malicious code detection by antivirus software." ,
"license" : "MIT" ,
"web" : "https://gitlab.com/malicious-commit-detector/mcd"
} ,
2021-06-23 13:54:07 -07:00
{
"name" : "nimarrow" ,
"url" : "https://github.com/emef/nimarrow" ,
"method" : "git" ,
"tags" : [
"data" ,
"format" ,
"library" ,
"arrow" ,
"parquet"
] ,
"description" : "apache arrow bindings for nim" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/emef/nimarrow"
2021-06-24 14:40:26 +02:00
} ,
{
"name" : "exporttosqlite3" ,
"url" : "https://github.com/niklaskorz/nim-exporttosqlite3" ,
"method" : "git" ,
"tags" : [
"sqlite3" ,
"export" ,
"database" ,
"db_sqlite" ,
"sql"
] ,
"description" : "Export Nim functions to sqlite3" ,
"license" : "MIT" ,
"web" : "https://github.com/niklaskorz/nim-exporttosqlite3"
2021-06-25 12:15:14 +08:00
} ,
2021-06-25 01:43:37 -03:00
{
"name" : "microparsec" ,
"url" : "https://github.com/schneiderfelipe/microparsec" ,
"method" : "git" ,
"tags" : [
"parser-combinators" ,
"parser-library" ,
"microparsec" ,
"parsec"
] ,
"description" : "A performant Nim parsing library built for humans." ,
"license" : "MIT" ,
"web" : "https://github.com/schneiderfelipe/microparsec"
} ,
2021-06-25 12:15:14 +08:00
{
"name" : "chain" ,
"url" : "https://github.com/khchen/chain" ,
"method" : "git" ,
"tags" : [
"macro" ,
"with" ,
"cascade" ,
"operator" ,
"chaining"
] ,
"description" : "Nim's function chaining and method cascading" ,
"license" : "MIT" ,
"web" : "https://github.com/khchen/chain"
2021-06-26 15:20:57 +02:00
} ,
2021-06-26 15:33:52 +02:00
{
"name" : "awsS3" ,
"url" : "https://github.com/ThomasTJdev/nim_awsS3" ,
"method" : "git" ,
"tags" : [
"aws" ,
"amazon" ,
"s3"
] ,
"description" : "Amazon Simple Storage Service (AWS S3) basic API support." ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_awsS3"
} ,
2021-06-26 15:20:57 +02:00
{
"name" : "awsSTS" ,
"url" : "https://github.com/ThomasTJdev/nim_awsSTS" ,
"method" : "git" ,
"tags" : [
"aws" ,
"amazon" ,
"sts" ,
"asia"
] ,
"description" : "AWS Security Token Service API in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/nim_awsSTS"
2021-06-27 17:24:40 +01:00
} ,
{
"name" : "todoist" ,
"url" : "https://github.com/ruivieira/nim-todoist" ,
"method" : "git" ,
"tags" : [
"todoist" ,
"rest" ,
"api" ,
"client"
] ,
"description" : "A Nim client for Todoist's REST API" ,
"license" : "Apache-2.0" ,
"web" : "https://ruivieira.github.io/nim-todoist/index.html"
2021-06-29 12:02:26 +07:00
} ,
2021-06-30 05:10:02 +00:00
{
"name" : "mailcow" ,
"url" : "https://github.com/Vaipex/Mailcow-API" ,
"method" : "git" ,
"tags" : [
"mail" ,
"api" ,
"mailcow"
] ,
"description" : "Simple API wrapper for Mailcow" ,
"license" : "GPL-3.0-only" ,
"web" : "https://github.com/Vaipex/Mailcow-API"
} ,
2021-06-29 12:02:26 +07:00
{
"name" : "websock" ,
"url" : "https://github.com/status-im/nim-websock" ,
"method" : "git" ,
"tags" : [
"websocket" ,
"websocket-server" ,
"websocket-client" ,
"ws" ,
"wss" ,
"secure"
] ,
"description" : " Websocket server and client implementation" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/status-im/nim-websock"
2021-07-02 02:28:25 -03:00
} ,
{
"name" : "hyperscript" ,
"url" : "https://github.com/schneiderfelipe/hyperscript" ,
"method" : "git" ,
"tags" : [
"hyperscript" ,
"templating"
] ,
"description" : "Create HyperText with Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/schneiderfelipe/hyperscript"
2021-07-03 17:43:17 +03:00
} ,
{
"name" : "pl0t" ,
"url" : "https://github.com/al6x/pl0t?subdir=api/nim" ,
"method" : "git" ,
"tags" : [
"plot" ,
"chart" ,
"table" ,
"excel" ,
"spreadsheet" ,
"visualization" ,
"data"
] ,
"description" : "Plot and visualize data" ,
"license" : "Proprietary" ,
"web" : "http://pl0t.com"
2021-07-06 02:11:32 -03:00
} ,
{
"name" : "gm_api" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/gm_api" ,
2021-07-06 02:11:32 -03:00
"method" : "git" ,
"tags" : [
"greasemonkey" ,
"javascript" ,
"userscript" ,
"js"
] ,
"description" : "Bindings for Greasemonkey API and an userscript header generator" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/gm_api"
2021-07-06 17:13:51 +03:00
} ,
{
"name" : "asyncthreadpool" ,
"url" : "https://github.com/yglukhov/asyncthreadpool" ,
"method" : "git" ,
"tags" : [
"async" ,
"threadpool" ,
"multithreading"
] ,
"description" : "Awaitable threadpool" ,
"license" : "MIT" ,
"web" : "https://github.com/yglukhov/asyncthreadpool"
2021-07-07 02:12:36 -03:00
} ,
{
"name" : "unrolled" ,
"url" : "https://github.com/schneiderfelipe/unrolled" ,
"method" : "git" ,
"tags" : [
"macros" ,
"unroll" ,
"for-loops"
] ,
"description" : "Unroll for-loops at compile-time." ,
"license" : "MIT" ,
"web" : "https://github.com/schneiderfelipe/unrolled"
2021-07-12 10:51:26 +04:30
} ,
2021-07-12 08:46:19 +02:00
{
"name" : "isocodes" ,
"url" : "https://github.com/kraptor/isocodes" ,
"method" : "git" ,
"tags" : [
"iso" ,
"countries" ,
"country" ,
2021-07-20 08:22:34 +02:00
"language" ,
"languages" ,
"currency" ,
"currencies" ,
"ISO-3166" ,
"ISO-3166-1" ,
"ISO-3166-2" ,
"ISO-3166-3" ,
"ISO-15924" ,
"ISO-4217"
] ,
"description" : "ISO codes for Nim." ,
2021-07-12 08:46:19 +02:00
"license" : "MIT" ,
"web" : "https://github.com/kraptor/isocodes"
} ,
2021-07-12 10:51:26 +04:30
{
"name" : "macroplus" ,
"url" : "https://github.com/hamidb80/macroplus" ,
"method" : "git" ,
"tags" : [
"macroplus" ,
"macro" ,
"macro" ,
"nim" ,
"compiletime"
] ,
"description" : "a collection of useful macro functionalities" ,
"license" : "MIT" ,
"web" : "https://github.com/hamidb80/macroplus"
2021-07-16 02:00:28 -03:00
} ,
{
"name" : "latinize" ,
"url" : "https://github.com/AmanoTeam/Latinize" ,
"method" : "git" ,
"tags" : [
"strings" ,
"unicode" ,
"ascii"
] ,
"description" : "Convert accents (diacritics) from strings to latin characters." ,
"license" : "LGPL-3.0" ,
"web" : "https://github.com/AmanoTeam/Latinize"
2021-07-16 13:08:36 -03:00
} ,
{
"name" : "xom" ,
"url" : "https://github.com/schneiderfelipe/xom" ,
"method" : "git" ,
"tags" : [
"dom" ,
"xml" ,
"web" ,
"library" ,
"compile-time-meta-programming"
] ,
"description" : "Transform XML trees into performant JavaScript DOM calls at compile-time." ,
"license" : "MIT" ,
"web" : "https://github.com/schneiderfelipe/xom"
2021-07-21 02:58:22 -03:00
} ,
{
"name" : "harpoon" ,
"url" : "https://github.com/juancarlospaco/harpoon" ,
"method" : "git" ,
"tags" : [
"http" ,
"curl" ,
"client"
] ,
"description" : "HTTP Client" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/harpoon"
2021-07-23 10:35:59 +04:30
} ,
{
"name" : "mycouch" ,
"url" : "https://github.com/hamidb80/mycouch" ,
"method" : "git" ,
"tags" : [
"couchdb" ,
"couchdb-driver" ,
"nim" ,
"db-driver"
] ,
"description" : "a couchDB client written in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/hamidb80/mycouch"
2021-07-27 00:05:36 -06:00
} ,
2021-07-27 03:51:46 -03:00
{
"name" : "cpython" ,
"url" : "https://github.com/juancarlospaco/cpython" ,
"method" : "git" ,
"tags" : [
"python"
] ,
"description" : "Alternative StdLib for Nim for Python targets" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/cpython"
} ,
2021-07-27 00:05:36 -06:00
{
"name" : "gnu" ,
2021-12-01 09:13:46 -06:00
"url" : "https://github.com/tonogram/gnu" ,
2021-07-27 00:05:36 -06:00
"method" : "git" ,
"tags" : [
"gamedev" ,
"godot" ,
"game" ,
"engine" ,
"utility" ,
"tool"
] ,
"description" : "Godot-Nim Utility - Godot gamedev with Nim" ,
"license" : "MIT" ,
2021-12-01 09:13:46 -06:00
"web" : "https://github.com/tonogram/gnu"
2021-07-31 18:48:57 -04:00
} ,
2021-08-02 15:30:29 +03:00
{
"name" : "ballpark" ,
"url" : "https://github.com/Mihara/ballpark" ,
"method" : "git" ,
"tags" : [
"amateur-radio" ,
"maidenhead"
] ,
"description" : "An amateur radio tool to get you a ballpark estimate of where a given Maidenhead grid square is." ,
"license" : "MIT" ,
"web" : "https://github.com/Mihara/ballpark"
} ,
2021-07-31 18:48:57 -04:00
{
"name" : "linear_models" ,
"url" : "https://github.com/ayman-albaz/linear-models" ,
"method" : "git" ,
"tags" : [
"math" ,
"linear-algebra" ,
"statistics" ,
"machine-learning" ,
"BLAS" ,
"LAPACK" ,
"linear" ,
"glm"
] ,
"description" : "Generalized linear models in Nim." ,
"license" : "Apache-2.0 License" ,
"web" : "https://github.com/ayman-albaz/linear-models"
2021-08-04 13:07:15 -03:00
} ,
{
"name" : "ytextractor" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/ytextractor" ,
2021-08-04 13:07:15 -03:00
"method" : "git" ,
"tags" : [
"youtube" ,
"extractor" ,
"video"
] ,
"description" : "Youtube data extractor" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/ytextractor"
2021-08-12 14:30:08 +02:00
} ,
{
"name" : "nimja" ,
"url" : "https://github.com/enthus1ast/nimja" ,
"method" : "git" ,
"tags" : [
"template" ,
"web" ,
"compiled" ,
"typed" ,
"jinja2" ,
"twig"
] ,
"description" : "typed and compiled template engine inspired by jinja2, twig and onionhammer/nim-templates for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/enthus1ast/nimja"
2021-08-13 11:39:01 +02:00
} ,
{
"name" : "tkrzw" ,
"url" : "https://git.sr.ht/~ehmry/nim-tkrzw" ,
"method" : "git" ,
"tags" : [
"db" ,
"key-value" ,
"wrapper"
] ,
"description" : "Wrappers over the Tkrzw Database Manager C++ library." ,
"license" : "Apache-2.0" ,
"web" : "https://git.sr.ht/~ehmry/nim-tkrzw"
2021-08-08 23:22:24 -05:00
} ,
{
"name" : "notcurses" ,
"url" : "https://github.com/michaelsbradleyjr/nim-notcurses" ,
"method" : "git" ,
"tags" : [
"cli" ,
"library" ,
"tui"
] ,
"description" : "A low-level Nim wrapper for Notcurses: blingful TUIs and character graphics" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/michaelsbradleyjr/nim-notcurses"
2021-08-22 07:01:35 -07:00
} ,
{
"name" : "composition" ,
"url" : "https://github.com/DavidMeagher1/composition" ,
"method" : "git" ,
"tags" : [
"library"
] ,
"description" : "Composition pattern with event handling library in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/DavidMeagher1/composition"
2021-08-23 10:17:45 +09:00
} ,
{
"name" : "oolib" ,
"url" : "https://github.com/Glasses-Neo/OOlib" ,
"method" : "git" ,
"tags" : [
"oop" ,
"metaprogramming"
] ,
"description" : "A nimble package which provides user-defined types, procedures, etc..." ,
"license" : "WTFPL" ,
"web" : "https://github.com/Glasses-Neo/OOlib"
2021-08-23 08:20:01 +02:00
} ,
2021-08-23 10:01:26 +02:00
{
"name" : "commandant" ,
"url" : "https://github.com/casey-SK/commandant.git" ,
"method" : "git" ,
"tags" : [
"library" ,
"command-line" ,
"cli" ,
"argument" ,
"parser" ,
"argparse" ,
"optparse"
] ,
"description" : "Commandant is a simple to use library for parsing command line arguments. Commandant is ideal for writing terminal applications, with support for flags, options, subcommands, and custom exit options." ,
"license" : "MIT" ,
"web" : "https://github.com/casey-SK/commandant"
} ,
{
"name" : "algebraicdatas" ,
"url" : "https://github.com/chocobo333/AlgebraicDataTypes" ,
"method" : "git" ,
"tags" : [
"algebraicdatatypes" ,
"adt" ,
"pattern-mathcing"
] ,
"description" : "This module provides the feature of algebraic data type and its associated method" ,
"license" : "MIT" ,
"web" : "https://github.com/chocobo333/AlgebraicDataTypes"
} ,
{
"name" : "numToWord" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/numToWord" ,
2021-08-23 10:01:26 +02:00
"method" : "git" ,
"tags" : [
"numbers" ,
"conversion" ,
"words"
] ,
"description" : "Convert numbers to words" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/numToWord"
2021-08-23 10:01:26 +02:00
} ,
2021-08-23 08:20:01 +02:00
{
"name" : "bs" ,
"url" : "https://github.com/maubg-debug/build-sys" ,
"method" : "git" ,
"tags" : [
"bs" ,
"build-system" ,
"system" ,
"build"
] ,
"description" : "A good alternative to Makefile." ,
"license" : "MIT" ,
"web" : "https://github.com/maubg-debug/build-sys"
2021-08-27 18:33:49 +02:00
} ,
{
"name" : "kombinator" ,
2022-01-22 16:51:24 +01:00
"url" : "https://gitlab.com/EchoPouet/kombinator.git" ,
2021-08-27 18:33:49 +02:00
"method" : "git" ,
"tags" : [
"utility" ,
"binary" ,
"combination"
] ,
"description" : "Kombinator is a tool to generate commands line from parameters combination from a config file." ,
"license" : "MIT" ,
2022-01-22 16:51:24 +01:00
"web" : "https://gitlab.com/EchoPouet/kombinator.git"
2021-08-30 00:10:18 +04:30
} ,
{
"name" : "watch_for_files" ,
"url" : "https://github.com/hamidb80/watch_for_files" ,
"method" : "git" ,
"tags" : [
"file-watcher" ,
"file" ,
"watcher" ,
"cross-platform"
] ,
"description" : "cross-platform file watcher with database" ,
"license" : "MIT" ,
"web" : "https://github.com/hamidb80/watch_for_files"
2021-09-02 15:02:03 -04:00
} ,
{
"name" : "stripe" ,
"url" : "https://github.com/iffy/nim-stripe" ,
"method" : "git" ,
"tags" : [
"payments" ,
"library"
] ,
"description" : "Nim client for Stripe.com" ,
"license" : "MIT" ,
"web" : "https://github.com/iffy/nim-stripe"
2021-09-03 05:41:37 +00:00
} ,
{
"name" : "htmlAntiCopy" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/htmlAntiCopy" ,
2021-09-03 05:41:37 +00:00
"method" : "git" ,
"tags" : [
"html" ,
"shuffle" ,
"text"
] ,
"description" : "Block copy of any text in HTML" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/htmlAntiCopy"
2021-09-05 03:36:58 +07:00
} ,
{
"name" : "distorm3" ,
"url" : "https://github.com/ba0f3/distorm3.nim" ,
"method" : "git" ,
"tags" : [
"distorm," ,
"distorm3," ,
"x64," ,
"i386," ,
"x86-64," ,
"disassembler," ,
"disassembly"
] ,
"description" : "Nim wrapper for distorm3 - Powerful Disassembler Library For x86/AMD64" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/distorm3.nim"
2021-09-06 03:49:20 -03:00
} ,
{
"name" : "drawim" ,
"url" : "https://github.com/GabrielLasso/drawim" ,
"method" : "git" ,
"tags" : [
"draw" ,
"drawing" ,
"gamedev" ,
""
] ,
"description" : "Simple library to draw stuff on a window" ,
"license" : "MIT" ,
"web" : "https://github.com/GabrielLasso/drawim"
2021-09-12 13:45:59 +00:00
} ,
2021-09-12 16:56:34 +02:00
{
"name" : "alasgar" ,
"url" : "https://github.com/abisxir/alasgar" ,
"method" : "git" ,
"tags" : [
"game" ,
"engine" ,
"3d" ,
"graphics" ,
"gles" ,
"opengl"
] ,
"description" : "Game Engine" ,
"license" : "MIT" ,
"web" : "https://github.com/abisxir/alasgar"
} ,
2021-09-12 13:45:59 +00:00
{
"name" : "tic80" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/tic80" ,
2021-09-12 13:45:59 +00:00
"method" : "git" ,
"tags" : [
"tic80" ,
"games" ,
"js" ,
"bindings"
] ,
"description" : "TIC-80 bindings" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/tic80"
2021-09-14 20:38:22 +02:00
} ,
{
"name" : "nimcrypt" ,
"url" : "https://github.com/napalu/nimcrypt" ,
"method" : "git" ,
"tags" : [
"crypt" ,
"security" ,
"crypto" ,
"md5" ,
"sha-256" ,
"sha-512" ,
"cryptography" ,
"security"
] ,
"description" : "Implementation of Unix crypt with support for Crypt-MD5, Crypt-SHA256 and Crypt-SHA512" ,
"license" : "MIT" ,
"web" : "https://github.com/napalu/nimcrypt" ,
"doc" : "https://github.com/napalu/nimcrypt/blob/v0.0.1/README.md"
2021-09-19 07:37:05 +09:00
} ,
{
"name" : "surfing" ,
"url" : "https://github.com/momeemt/surfing" ,
"method" : "git" ,
"tags" : [
"base64" ,
"cli" ,
"string" ,
"surfing"
] ,
"description" : "Surfing is a highly functional CLI for Base64." ,
"license" : "MIT" ,
"web" : "https://github.com/momeemt/surfing"
2021-09-19 22:50:00 +08:00
} ,
{
"name" : "loony" ,
"url" : "https://github.com/shayanhabibi/loony" ,
"method" : "git" ,
"tags" : [
"fifo" ,
"queue" ,
"concurrency" ,
"cps"
] ,
"description" : "Lock-free threadsafe MPMC with high throughput" ,
"license" : "MIT" ,
"web" : "https://github.com/shayanhabibi/loony" ,
"doc" : "https://github.com/shayanhabibi/loony/blob/main/README.md"
2021-09-25 10:18:42 -04:00
} ,
{
"name" : "matrixsdk" ,
"url" : "https://github.com/dylhack/matrix-nim-sdk" ,
"method" : "git" ,
"tags" : [
"matrix" ,
"sdk" ,
"matrix.org" ,
"decentralization" ,
"protocol"
] ,
"description" : "A Matrix (https://matrix.org) client and appservice API wrapper for Nim!" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/dylhack/matrix-nim-sdk" ,
"doc" : "https://github.com/shayanhabibi/dylhack/blob/matrix-nim-sdk/README.md"
2021-09-28 12:36:35 +07:00
} ,
{
"name" : "zfdbms" ,
"url" : "https://github.com/zendbit/nim.zfdbms" ,
"method" : "git" ,
"tags" : [
"sql" ,
"dbms" ,
"zendbit" ,
"zendflow" ,
"database" ,
"mysql" ,
"sqlite" ,
"postgre"
] ,
2021-09-29 22:28:49 +02:00
"description" : "Simple database generator, connector and query tools." ,
2021-09-28 12:36:35 +07:00
"license" : "BSD" ,
"web" : "https://github.com/zendbit/nim.zfdbms" ,
"doc" : "https://github.com/zendbit/nim.zfdbms/blob/main/README.md"
2021-09-29 11:28:45 +09:00
} ,
{
"name" : "selenimum" ,
"url" : "https://github.com/myamyu/selenimum" ,
"method" : "git" ,
"tags" : [
"selenium" ,
"web" ,
"scraping"
] ,
"description" : "WebDriver for Selenium(selenium-hub)." ,
"license" : "MIT" ,
"web" : "https://github.com/myamyu/selenimum"
2021-10-05 10:01:25 +02:00
} ,
{
"name" : "feta" ,
"url" : "https://github.com/FlorianRauls/office-DSL-thesis" ,
"method" : "git" ,
"tags" : [
"domain-specific-language" ,
"dsl" ,
"office" ,
"automation"
] ,
"description" : "A domain-specific for general purpose office automation. The language is embedded in Nim and allows for quick and easy integration of different office software environments." ,
"license" : "MIT" ,
"web" : "https://github.com/FlorianRauls/office-DSL-thesis"
2021-10-08 10:32:09 -04:00
} ,
{
"name" : "chipmunk7" ,
"url" : "https://github.com/avahe-kellenberger/nim-chipmunk" ,
"method" : "git" ,
"tags" : [
"chipmunk" ,
"chipmunk7" ,
"collision" ,
"gamedev" ,
"game" ,
"wrapper"
] ,
"description" : "Bindings for Chipmunk, a fast and lightweight 2D game physics library." ,
"license" : "MIT" ,
"web" : "https://github.com/avahe-kellenberger/nim-chipmunk"
2021-10-14 14:53:56 +08:00
} ,
{
"name" : "easy_sqlite3" ,
"url" : "https://github.com/codehz/easy_sqlite3" ,
"method" : "git" ,
"tags" : [
"sqlite" ,
"sqlite3" ,
"database" ,
"arc"
] ,
"description" : "Yet another SQLite wrapper for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/codehz/easy_sqlite3"
2021-10-15 06:34:43 +02:00
} ,
{
"name" : "chacha20" ,
"url" : "https://git.sr.ht/~ehmry/chacha20" ,
"method" : "git" ,
"tags" : [
"crypto"
] ,
"description" : "ChaCha20 stream cipher" ,
"license" : "Unlicense" ,
"web" : "https://git.sr.ht/~ehmry/chacha20"
2021-10-18 17:07:45 +02:00
} ,
{
"name" : "nimfunge98" ,
"url" : "https://git.adyxax.org/adyxax/nimfunge98" ,
"method" : "git" ,
"tags" : [
"befunge" ,
"esolang" ,
"funge" ,
"interpreter"
] ,
"description" : "A Funge-98 interpreter written in nim" ,
"license" : "EUPL-1.2" ,
"web" : "https://git.adyxax.org/adyxax/nimfunge98"
2021-10-20 14:07:31 +09:00
} ,
{
"name" : "opencolor" ,
"url" : "https://github.com/Double-oxygeN/opencolor.nim" ,
"method" : "git" ,
"tags" : [
"color" ,
"colorscheme" ,
"opencolor"
] ,
"description" : "Nim bindings for Open color" ,
"license" : "MIT" ,
"web" : "https://github.com/Double-oxygeN/opencolor.nim"
2021-10-20 11:18:14 +00:00
} ,
{
"name" : "xidoc" ,
"url" : "https://github.com/xigoi/xidoc/" ,
"method" : "git" ,
"tags" : [
"markup" ,
"html" ,
"latex"
] ,
"description" : "A consistent markup language" ,
"license" : "GPL-3.0" ,
"web" : "http://xidoc.nim.town/"
2021-10-21 08:42:17 +00:00
} ,
{
"name" : "tokarax" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/tokarax" ,
2021-10-21 08:42:17 +00:00
"method" : "git" ,
"tags" : [
"html" ,
"converter" ,
"karax"
] ,
"description" : "Converts HTML to Karax representation" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/tokarax"
2021-10-21 15:33:42 -07:00
} ,
{
"name" : "asyncanything" ,
"url" : "https://github.com/hamidb80/asyncanything" ,
"method" : "git" ,
"tags" : [
"async" ,
"threads" ,
"async-threads"
] ,
"description" : "make anything async [to be honest, fake async]" ,
"license" : "MIT" ,
"web" : "https://github.com/hamidb80/asyncanything"
2021-10-22 16:07:50 +08:00
} ,
{
"name" : "dslutils" ,
"url" : "https://github.com/codehz/dslutils" ,
"method" : "git" ,
"tags" : [
"dsl" ,
"macro" ,
"pattern"
] ,
"description" : "A macro collection for creating DSL in nim" ,
"license" : "MIT" ,
"web" : "https://github.com/codehz/dslutils"
2021-10-22 21:50:29 -07:00
} ,
{
"name" : "uncomment" ,
"url" : "https://github.com/hamidb80/uncomment" ,
"method" : "git" ,
"tags" : [
"comment" ,
"uncomment" ,
"compile-time"
] ,
"description" : "uncomment the codes at the compile time" ,
"license" : "MIT" ,
"web" : "https://github.com/hamidb80/uncomment"
2021-10-27 17:24:24 +02:00
} ,
2021-10-27 22:39:12 +07:00
{
"name" : "frida" ,
"url" : "https://github.com/ba0f3/frida.nim" ,
"method" : "git" ,
"tags" : [
"frida" ,
"frida-core" ,
"instrument" ,
"reverse-engineering"
] ,
"description" : "Frida wrapper" ,
"license" : "MIT" ,
"web" : "https://github.com/ba0f3/frida.nim"
} ,
2021-10-27 17:24:24 +02:00
{
"name" : "scinim" ,
"url" : "https://github.com/SciNim/scinim" ,
"method" : "git" ,
"tags" : [
"scinim" ,
""
] ,
"description" : "The core types and functions of the SciNim ecosystem" ,
"license" : "MIT" ,
"web" : "https://github.com/SciNim/scinim"
2021-10-28 07:56:21 +02:00
} ,
{
"name" : "db_nimternalsql" ,
"url" : "https://github.com/rehartmann/nimternalsql" ,
"method" : "git" ,
"tags" : [
"n"
] ,
"description" : "An in-memory SQL database library" ,
"license" : "MIT" ,
"web" : "https://github.com/rehartmann/nimternalsql"
2021-11-01 19:39:42 +04:00
} ,
{
"name" : "tecs" ,
"url" : "https://github.com/Timofffee/tecs.nim" ,
"method" : "git" ,
"tags" : [
"game" ,
"ecs" ,
"library"
] ,
"description" : "Simple ECS implementation for Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Timofffee/tecs.nim" ,
"doc" : "https://timofffee.github.io/tecs.nim/"
2021-11-03 06:41:34 +00:00
} ,
2021-11-03 07:05:20 +00:00
{
"name" : "dataUrl" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/dataUrl" ,
2021-11-03 07:05:20 +00:00
"method" : "git" ,
"tags" : [
"cli" ,
"dataurl" ,
"library"
] ,
"description" : "Easily create data urls! CLI included" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/dataUrl"
2021-11-03 07:05:20 +00:00
} ,
2021-11-03 06:41:34 +00:00
{
"name" : "animatecss" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/animatecss" ,
2021-11-03 06:41:34 +00:00
"method" : "git" ,
"tags" : [
"javascript" ,
"animatecss"
] ,
"description" : "Easily use Animate.css classes" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/animatecss"
2021-11-04 05:55:05 +00:00
} ,
{
"name" : "config" ,
"url" : "https://github.com/vsajip/nim-cfg-lib" ,
"method" : "git" ,
"tags" : [
"configuration" ,
"config" ,
"library" ,
"CFG"
] ,
"description" : "A library for working with the CFG configuration format" ,
"license" : "BSD-3-Clause" ,
"web" : "https://docs.red-dove.com/cfg/index.html"
2021-11-04 21:34:07 +01:00
} ,
2021-11-04 17:35:47 -04:00
{
"name" : "gene" ,
"url" : "https://github.com/gcao/gene-new" ,
"method" : "git" ,
"tags" : [
"lisp" ,
"language" ,
"interpreter" ,
"gene"
] ,
"description" : "Gene - a general purpose language" ,
"license" : "MIT" ,
"web" : "https://github.com/gcao/gene-new"
} ,
2021-11-04 21:34:07 +01:00
{
"name" : "odsreader" ,
"url" : "https://github.com/dariolah/odsreader" ,
"method" : "git" ,
"tags" : [
"ods" ,
"spreadsheet" ,
"libreoffice"
] ,
"description" : "OpenDocument Spreadhseet reader" ,
"license" : "MIT" ,
"web" : "https://github.com/dariolah/odsreader"
2021-11-05 18:40:55 +01:00
} ,
{
"name" : "htmlToVdom" ,
"url" : "https://github.com/C-NERD/htmlToVdom" ,
"method" : "git" ,
"tags" : [
"Karax" ,
"htmltovdom" ,
"web" ,
"js" ,
"tokarax" ,
"htmltokarx"
] ,
"description" : "Karax extension to convert html in string form to embeddable Karax vdom" ,
"license" : "MIT" ,
"web" : "https://github.com/C-NERD/htmlToVdom"
2021-11-07 09:53:27 +01:00
} ,
{
"name" : "aossoa" ,
"url" : "https://github.com/guibar64/aossoa" ,
"method" : "git" ,
"tags" : [
"sugar" ,
"library"
] ,
"description" : "Use a Structure of Arrays like an Array of Structures" ,
"license" : "MIT" ,
"web" : "https://github.com/guibar64/aossoa"
2021-11-10 17:50:48 +01:00
} ,
{
"name" : "textformats" ,
"url" : "https://github.com/ggonnella/textformats" ,
"method" : "git" ,
"tags" : [
"parsing" ,
"formats" ,
"textfiles" ,
"library"
] ,
"description" : "Easy specification of text formats for structured data" ,
"license" : "ISC" ,
"web" : "https://github.com/ggonnella/textformats"
2021-11-13 15:49:30 +01:00
} ,
{
"name" : "exprgrad" ,
"url" : "https://github.com/can-lehmann/exprgrad" ,
"method" : "git" ,
"tags" : [
"machine-learning" ,
"nn" ,
"neural" ,
"tensor" ,
"array" ,
"matrix" ,
"ndarray" ,
"dsl" ,
"automatic-differentiation"
] ,
"description" : "An experimental deep learning framework" ,
"license" : "Apache License 2.0" ,
"web" : "https://github.com/can-lehmann/exprgrad"
2021-11-14 01:27:24 -05:00
} ,
{
"name" : "brainlyextractor" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/brainlyextractor" ,
2021-11-14 01:27:24 -05:00
"method" : "git" ,
"tags" : [
"library" ,
"scraper" ,
"extractor"
] ,
"description" : "Brainly data extractor" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/brainlyextractor"
2021-11-14 15:33:31 -05:00
} ,
2021-11-14 16:18:12 -05:00
{
"name" : "duckduckgo" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/duckduckgo" ,
2021-11-14 16:18:12 -05:00
"method" : "git" ,
"tags" : [
"library" ,
"scraper" ,
"search" ,
"web" ,
"duckduckgo"
] ,
"description" : "Duckduckgo search" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/duckduckgo"
2021-11-14 16:18:12 -05:00
} ,
2021-11-14 15:33:31 -05:00
{
"name" : "scraper" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/scraper" ,
2021-11-14 15:33:31 -05:00
"method" : "git" ,
"tags" : [
"web" ,
"scraper" ,
"tools" ,
"library"
] ,
"description" : "Scraping tools" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/scraper"
2021-11-25 02:11:33 -03:00
} ,
{
"name" : "htmlunescape" ,
"url" : "https://github.com/AmanoTeam/htmlunescape" ,
"method" : "git" ,
"tags" : [
"html" ,
"text"
] ,
"description" : "Port of Python's html.escape and html.unescape to Nim" ,
"license" : "LGPL-3.0" ,
"web" : "https://github.com/AmanoTeam/htmlunescape"
2021-11-25 19:18:19 +03:00
} ,
{
"name" : "localize" ,
"url" : "https://github.com/levovix0/localize" ,
"method" : "git" ,
"tags" : [
"translate" ,
"translation" ,
"localization"
] ,
"description" : "Compile time localization for applications" ,
"license" : "MIT" ,
"web" : "https://github.com/levovix0/localize"
2021-11-27 07:58:14 +01:00
} ,
{
"name" : "jester2swagger" ,
"url" : "https://github.com/ThomasTJdev/jester2swagger" ,
"method" : "git" ,
"tags" : [
"jester" ,
"swagger" ,
"postman"
] ,
"description" : "Converts a file with Jester routes to Swagger JSON which can be imported in Postman." ,
"license" : "MIT" ,
"web" : "https://github.com/ThomasTJdev/jester2swagger"
2021-11-27 10:57:24 +02:00
} ,
{
"name" : "riimut" ,
"url" : "https://github.com/stscoundrel/riimut-nim" ,
"method" : "git" ,
"tags" : [
"runes" ,
"convert" ,
"transform" ,
"futhark" ,
"younger-futhark" ,
"elder-futhark" ,
"futhorc" ,
"futhork" ,
"medieval-runes"
] ,
"description" : "Transform latin letters to runes & vice versa. Four runic dialects available." ,
"license" : "MIT" ,
"web" : "https://github.com/stscoundrel/riimut-nim"
2021-11-30 05:49:31 +00:00
} ,
{
"name" : "bluesoftcosmos" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/bluesoftcosmos" ,
2021-11-30 05:49:31 +00:00
"method" : "git" ,
"tags" : [
"scraper" ,
"extractor" ,
"food" ,
"barcode"
] ,
"description" : "Bluesoft Cosmos extractor" ,
"license" : "gpl-3.0" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/bluesoftcosmos"
2021-12-01 22:11:52 -03:00
} ,
{
"name" : "cliche" ,
"url" : "https://github.com/juancarlospaco/cliche" ,
"method" : "git" ,
"tags" : [
"cli"
] ,
"description" : "AutoMagic CLI argument parsing is Cliche" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/cliche"
2021-12-04 16:20:33 +01:00
} ,
{
"name" : "paramidib" ,
"url" : "https://github.com/pietroppeter/paramidib" ,
"method" : "git" ,
"tags" : [
"midi" ,
"music" ,
"wav" ,
"nimib" ,
"paramidi"
] ,
"description" : "paramidi with nimib" ,
"license" : "MIT" ,
"web" : "https://github.com/pietroppeter/paramidib"
2021-12-07 23:37:06 +09:00
} ,
{
"name" : "gigi" ,
"url" : "https://github.com/attakei/gigi" ,
"method" : "git" ,
"tags" : [
"git" ,
"gitignore" ,
"cli"
] ,
"description" : "GitIgnore Generation Interface" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/attakei/gigi"
2021-12-09 13:48:35 +01:00
} ,
{
"name" : "contractabi" ,
"url" : "https://github.com/status-im/nim-contract-abi" ,
"method" : "git" ,
"tags" : [
"ethereum" ,
"contract" ,
"abi" ,
"encoding" ,
"decoding"
] ,
"description" : "ABI Encoding for Ethereum contracts" ,
"license" : "MIT" ,
"web" : "https://github.com/status-im/nim-contract-abi"
2021-12-10 07:50:24 -05:00
} ,
{
"name" : "spfun" ,
"url" : "https://github.com/c-blake/spfun" ,
"method" : "git" ,
"tags" : [
"statistics" ,
"mathematics" ,
"physics" ,
"special functions" ,
"numerical methods"
] ,
"description" : "Special Functions of Stats & Physics" ,
"license" : "MIT/ISC" ,
"web" : "https://github.com/c-blake/spfun"
2021-12-13 14:26:35 +03:00
} ,
{
"name" : "asyncredis" ,
"url" : "https://github.com/Q-Master/redis.nim" ,
"method" : "git" ,
"tags" : [
"redis" ,
"database" ,
"driver" ,
"async"
] ,
"description" : "Pure Nim asyncronous driver for Redis DB" ,
"license" : "MIT" ,
"web" : "https://github.com/Q-Master/redis.nim"
2021-12-18 22:56:45 -06:00
} ,
2021-12-19 12:16:48 +07:00
{
"name" : "prettystr" ,
"url" : "https://github.com/prettybauble/prettystr" ,
"method" : "git" ,
"tags" : [
"prettystr" ,
"prettybauble" ,
"string" ,
"number"
] ,
"description" : "Small library for working with strings" ,
"license" : "MIT" ,
"web" : "https://github.com/prettybauble/prettystr"
} ,
2021-12-18 22:56:45 -06:00
{
"name" : "opensimplexnoise" ,
"url" : "https://github.com/betofloresbaca/nim-opensimplexnoise" ,
"method" : "git" ,
"tags" : [
"noise" ,
"opensimplexnoise" ,
"noise2d" ,
"noise3d" ,
"noise4d" ,
"library"
] ,
"description" : "A pure nim port of the open simplex noise algorithm from Kurt Spencer" ,
"license" : "MIT" ,
"web" : "https://github.com/betofloresbaca/nim-opensimplexnoise"
2021-12-20 01:57:36 +07:00
} ,
{
"name" : "prettyclr" ,
"url" : "https://github.com/prettybauble/prettyclr" ,
"method" : "git" ,
"tags" : [
"prettybauble" ,
"prettyclr" ,
"color"
] ,
"description" : "Small library for working with colors" ,
"license" : "MIT" ,
"web" : "https://github.com/prettybauble/prettyclr"
2021-12-21 00:06:50 +13:00
} ,
{
"name" : "flower" ,
"url" : "https://github.com/dizzyliam/flower" ,
"method" : "git" ,
"tags" : [
"set"
] ,
"description" : "A pure Nim bloom filter." ,
"license" : "MIT" ,
"web" : "https://github.com/dizzyliam/flower"
2021-12-21 22:49:33 +07:00
} ,
{
"name" : "prettyvec" ,
"url" : "https://github.com/prettybauble/prettyvec" ,
"method" : "git" ,
"tags" : [
"prettybauble" ,
"vector" ,
"library"
] ,
"description" : "Small library for working with vectors" ,
"license" : "MIT" ,
"web" : "https://github.com/prettybauble/prettyvec"
2021-12-21 21:56:02 -08:00
} ,
{
"name" : "mcu_utils" ,
"url" : "https://github.com/EmbeddedNim/mcu_utils" ,
"method" : "git" ,
"tags" : [
"embedded" ,
"mcu" ,
"utilities" ,
"microcontroller"
] ,
"description" : "Utilities and simple helpers for programming with Nim on embedded MCU devices" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/EmbeddedNim/mcu_utils"
2021-12-23 11:10:59 +01:00
} ,
{
"name" : "nordaudio" ,
"url" : "https://github.com/Psirus/nordaudio" ,
"method" : "git" ,
"tags" : [
"sound" ,
"audio" ,
"library" ,
"wrapper"
] ,
"description" : "A small wrapper around PortAudio for cross-platform audio IO." ,
"license" : "MIT" ,
"web" : "https://github.com/Psirus/nordaudio"
2021-12-26 01:03:58 +02:00
} ,
{
"name" : "ogham" ,
"url" : "https://github.com/stscoundrel/ogham-nim" ,
"method" : "git" ,
"tags" : [
"ogham" ,
"convert" ,
"transform" ,
"old-irish" ,
"inscriptions"
] ,
"description" : "Convert Ogham inscriptions to latin text & vice versa." ,
"license" : "MIT" ,
"web" : "https://github.com/stscoundrel/ogham-nim"
2021-12-29 14:56:11 -03:00
} ,
2021-12-29 11:11:11 -07:00
{
"name" : "honeycomb" ,
"url" : "https://github.com/KatrinaKitten/honeycomb" ,
"method" : "git" ,
"tags" : [
"parsing" ,
"parser-combinator" ,
"parser"
] ,
"description" : "A dead simple, no-nonsense parser combinator library written in pure Nim." ,
"license" : "MPL-2.0" ,
"web" : "https://github.com/KatrinaKitten/honeycomb"
} ,
2021-12-29 14:56:11 -03:00
{
"name" : "preprod" ,
"url" : "https://github.com/j-a-s-d/preprod" ,
"method" : "git" ,
"tags" : [
"preprocessor"
] ,
"description" : "preprod" ,
"license" : "MIT" ,
"web" : "https://github.com/j-a-s-d/preprod"
2021-12-29 23:16:14 +00:00
} ,
{
"name" : "nimfmt" ,
"url" : "https://github.com/FedericoCeratto/nimfmt" ,
"method" : "git" ,
"tags" : [
"linting" ,
"linter"
] ,
"description" : "Configurable Nim code linter / formatter / style checker with heuristics" ,
"license" : "GPLv3" ,
"web" : "https://github.com/FedericoCeratto/nimfmt"
2021-12-30 23:09:08 +11:00
} ,
2021-12-30 17:45:10 +01:00
{
"name" : "NimbleImGui" ,
"url" : "https://github.com/qb-0/NimbleImGui" ,
"method" : "git" ,
"tags" : [
"nimble" ,
"gui" ,
"imgui" ,
"ui"
] ,
"description" : "ImGui Frontend for Nimble" ,
"license" : "MIT" ,
"web" : "https://github.com/qb-0/NimbleImGui"
} ,
2022-01-11 01:31:11 +13:00
{
"name" : "tome" ,
"url" : "https://github.com/dizzyliam/tome" ,
"method" : "git" ,
"tags" : [
"nlp" ,
"language" ,
"ml"
] ,
"description" : "A natural language library." ,
"license" : "MIT" ,
"web" : "https://github.com/dizzyliam/tome"
} ,
2021-12-30 23:09:08 +11:00
{
"name" : "opussum" ,
"url" : "https://github.com/ire4ever1190/opussum" ,
"method" : "git" ,
"tags" : [
"audio" ,
"wrapper"
] ,
"description" : "Wrapper around libopus" ,
"license" : "MIT" ,
"web" : "https://github.com/ire4ever1190/opussum" ,
"doc" : "https://tempdocs.netlify.app/opussum/stable/"
2022-01-04 18:37:06 +01:00
} ,
{
"name" : "nimtesseract" ,
"url" : "https://github.com/DavideGalilei/nimtesseract" ,
"method" : "git" ,
"tags" : [
"ocr" ,
"nim" ,
"text" ,
"tesseract" ,
"ocr-recognition" ,
"wrapper"
] ,
"description" : "A wrapper to Tesseract OCR library for Nim" ,
"license" : "Unlicense" ,
"web" : "https://github.com/DavideGalilei/nimtesseract"
2022-01-06 01:06:18 +01:00
} ,
2022-01-05 16:57:29 -08:00
{
"name" : "jalali_nim" ,
"url" : "https://github.com/hamidb80/jalili-nim" ,
"method" : "git" ,
"tags" : [
"jalili" ,
"gregorian" ,
"date" ,
"converter"
] ,
"description" : "Jalili <=> Gregorian date converter, originally a copy of http://jdf.scr.ir/" ,
"license" : "MIT" ,
"web" : "https://github.com/hamidb80/jalili-nim"
} ,
2022-01-06 01:30:56 +01:00
{
"name" : "nimdenter" ,
"url" : "https://github.com/xigoi/nimdenter" ,
"method" : "git" ,
"tags" : [
"nim" ,
"indentation" ,
"syntax" ,
"braces"
] ,
"description" : "A tool for people who don't like Nim's indentation-based syntax" ,
"license" : "GPL-3.0-or-later" ,
"web" : "https://github.com/xigoi/nimdenter"
} ,
2022-01-06 01:06:18 +01:00
{
"name" : "base45" ,
"url" : "https://git.sr.ht/~ehmry/base45" ,
"method" : "git" ,
"tags" : [
"base45"
] ,
"description" : "Base45 encoder and decoder" ,
"license" : "Unlicense" ,
"web" : "https://git.sr.ht/~ehmry/base45"
2022-01-06 17:33:19 +02:00
} ,
2022-01-10 04:30:51 -08:00
{
"name" : "utf8tests" ,
"url" : "https://github.com/flenniken/utf8tests" ,
"method" : "git" ,
"tags" : [
"UTF-8" ,
"decoder"
] ,
"description" : "UTF-8 test cases and supporting code." ,
"license" : "MIT" ,
"web" : "https://github.com/flenniken/utf8tests/" ,
"doc" : "https://github.com/flenniken/utf8tests/"
} ,
2022-01-06 17:33:19 +02:00
{
"name" : "xlsxio" ,
"url" : "https://github.com/jiiihpeeh/xlsxio-nim" ,
"method" : "git" ,
"tags" : [
"xlsxio" ,
"wrapper"
] ,
"description" : "This is a xlsxio wrapper done Nim in mind." ,
"license" : "MIT" ,
"web" : "https://github.com/jiiihpeeh/xlsxio-nim"
2022-01-09 06:36:21 +01:00
} ,
2022-01-16 05:47:39 +03:00
{
"name" : "grab" ,
2022-01-18 12:27:10 +03:00
"url" : "https://github.com/metagn/grab" ,
2022-01-16 05:47:39 +03:00
"method" : "git" ,
"tags" : [
"grape" ,
"grab"
] ,
"description" : "grab statement for importing Nimble packages, similar to Groovy's Grape" ,
"license" : "MIT" ,
2022-01-18 12:27:10 +03:00
"web" : "https://github.com/metagn/grab"
2022-01-16 05:47:39 +03:00
} ,
2022-01-09 06:36:21 +01:00
{
"name" : "conventional_semver" ,
"url" : "https://gitlab.com/SimplyZ/conventional_semver" ,
"method" : "git" ,
"tags" : [
"semver" ,
"conventional" ,
"commits" ,
"git" ,
"version"
] ,
2022-01-11 03:37:05 +01:00
"description" : "Calculate the next semver version given the git log and previous version" ,
2022-01-09 06:36:21 +01:00
"license" : "MIT" ,
"web" : "https://gitlab.com/SimplyZ/conventional_semver"
2022-01-15 19:49:22 -07:00
} ,
{
"name" : "astdot" ,
"url" : "https://github.com/Rekihyt/astdot" ,
"method" : "git" ,
"tags" : [
"ast" ,
"dot" ,
"jpg" ,
"tree"
] ,
"description" : "Prints a dot graph of a nim ast dumped using the `dumpTree` macro." ,
"license" : "MIT" ,
"web" : "https://github.com/Rekihyt/astdot"
2022-01-16 15:18:20 +03:00
} ,
{
"name" : "nimkov" ,
"url" : "https://github.com/bit0r1n/nimkov" ,
"method" : "git" ,
"tags" : [
"markov" ,
"markov-chain" ,
"generator" ,
"sentence" ,
"text"
] ,
"description" : "Text generator, based on Markov Chains (Markov text generator)" ,
"license" : "MIT" ,
"doc" : "https://nimkov.bitor.in" ,
"web" : "https://github.com/bit0r1n/nimkov"
2022-01-18 14:52:09 -05:00
} ,
{
"name" : "servclip" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/servclip" ,
2022-01-18 14:52:09 -05:00
"method" : "git" ,
"tags" : [
"clipboard" ,
"remote" ,
"server" ,
"utility" ,
"cli" ,
"tool"
] ,
"description" : "Manage your clipboard remotely" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/servclip"
2022-01-24 03:07:16 -07:00
} ,
{
"name" : "slicerator" ,
"url" : "https://github.com/beef331/slicerator" ,
"method" : "git" ,
"tags" : [
"iterators" ,
"closure" ,
"slices" ,
"performance"
] ,
"description" : "Iterator package aimed at more ergonomic and efficient iterators." ,
"license" : "MIT"
2022-01-27 19:08:29 +00:00
} ,
{
"name" : "tinypool" ,
"url" : "https://github.com/PhilippMDoerner/TinyPool" ,
"method" : "git" ,
"tags" : [
"database" ,
"sqlite3" ,
"connection-pool"
] ,
"description" : "A minimalistic connection pooling package" ,
"license" : "MIT" ,
"web" : "https://github.com/PhilippMDoerner/TinyPool"
2022-02-02 01:36:32 -06:00
} ,
{
"name" : "mt" ,
"url" : "https://codeberg.org/eqf0/mt" ,
"method" : "git" ,
"tags" : [
"tldr" ,
"manpages"
] ,
"description" : "A simple TLDR pages client" ,
"license" : "MIT" ,
"web" : "https://codeberg.org/eqf0/mt/"
2022-02-02 18:36:58 -08:00
} ,
2022-02-03 10:34:15 +03:30
{
"name" : "sbttl" ,
"url" : "https://github.com/hamidb80/sbttl" ,
"method" : "git" ,
"tags" : [
"parse" ,
"video" ,
"subtitle" ,
"srt" ,
"vtt"
] ,
"description" : "read & write subtitle files with sbttl" ,
"license" : "MIT" ,
"web" : "https://github.com/hamidb80/sbttl"
} ,
2022-02-02 18:36:58 -08:00
{
"name" : "tradingview" ,
"url" : "https://github.com/juancarlospaco/tradingview" ,
"method" : "git" ,
"tags" : [
"tradingview" ,
"trading" ,
"finance" ,
"crypto"
] ,
"description" : "TradingView client" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/tradingview"
2022-02-05 02:04:40 +00:00
} ,
2022-02-09 00:11:04 +03:00
{
2022-02-05 02:04:40 +00:00
"name" : "polymorph" ,
"url" : "https://github.com/rlipsc/polymorph" ,
"method" : "git" ,
"tags" : [
"entity-component-system" ,
"ecs" ,
"gamedev" ,
"metaprogramming" ,
"compile-time"
] ,
"description" : "An entity-component-system with a focus on compile time optimisation" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/rlipsc/polymorph"
2022-02-09 00:11:04 +03:00
} ,
2022-02-05 02:04:40 +00:00
{
"name" : "polymers" ,
"url" : "https://github.com/rlipsc/polymers" ,
"method" : "git" ,
"tags" : [
"entity-component-system" ,
"ecs" ,
"gamedev" ,
"metaprogramming" ,
"compile-time" ,
"polymorph"
] ,
"description" : "A library of components and systems for use with the Polymorph ECS" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/rlipsc/polymers"
} ,
{
"name" : "glbits" ,
"url" : "https://github.com/rlipsc/glbits" ,
"method" : "git" ,
"tags" : [
"opengl" ,
"shaders" ,
"graphics" ,
"sdl2"
] ,
"description" : "A light interface and selection of utilities for working with OpenGL and SDL2" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/rlipsc/glbits"
2022-02-07 03:26:08 +01:00
} ,
{
"name" : "audius" ,
"url" : "https://github.com/ceebeel/audius" ,
"method" : "git" ,
"tags" : [
"library" ,
"api" ,
"wrapper" ,
"audius" ,
"music"
] ,
"description" : "Audius is a simple client library for interacting with the Audius free API." ,
"license" : "MIT" ,
"doc" : "https://ceebeel.github.io/audius" ,
"web" : "https://github.com/ceebeel/audius"
2022-02-09 00:11:04 +03:00
} ,
{
"name" : "networkutils" ,
"url" : "https://github.com/Q-Master/networkutils.nim" ,
"method" : "git" ,
"tags" : [
"networking" ,
"sockets" ,
"async" ,
"sync" ,
"library"
] ,
"description" : "Various networking utils" ,
"license" : "MIT" ,
"web" : "https://github.com/Q-Master/networkutils.nim"
2022-02-09 11:01:20 +02:00
} ,
2022-02-10 23:02:08 +02:00
{
"name" : "klymene" ,
"url" : "https://github.com/georgelemon/clymene" ,
"method" : "git" ,
"tags" : [
"cli" ,
"cli-toolkit" ,
"toolkit" ,
"command-line" ,
"cli-framework" ,
"klymene" ,
"interactive"
] ,
"description" : "Create beautiful command line interfaces in Nim. Based on docopt." ,
"license" : "MIT" ,
"web" : "https://github.com/georgelemon/clymene"
} ,
2022-02-09 11:01:20 +02:00
{
"name" : "tim" ,
"url" : "https://github.com/openpeep/tim" ,
"method" : "git" ,
"tags" : [
"template-engine" ,
"emmet" ,
"template" ,
"engine" ,
"tim"
] ,
"description" : "Really lightweight template engine" ,
"license" : "MIT" ,
"web" : "https://github.com/openpeep/tim"
2022-02-09 22:06:26 -03:00
} ,
2022-02-10 10:54:22 +02:00
{
"name" : "nyml" ,
"url" : "https://github.com/openpeep/nyml" ,
"method" : "git" ,
"tags" : [
"yaml" ,
"yaml-parser" ,
"yml" ,
"nyml"
] ,
"description" : "Stupid simple YAML-like implementation from YAML to JsonNode" ,
"license" : "MIT" ,
"web" : "https://github.com/openpeep/nyml"
} ,
2022-02-09 22:06:26 -03:00
{
"name" : "mdlldk" ,
"url" : "https://github.com/rockcavera/nim-mdlldk" ,
"method" : "git" ,
"tags" : [
"library" ,
"dll" ,
"mirc"
] ,
"description" : "Dynamic-link libraries (DLLs) Development Kit for mIRC." ,
"license" : "MIT" ,
"web" : "https://github.com/rockcavera/nim-mdlldk"
2022-02-10 14:42:24 -05:00
} ,
2022-02-10 23:02:00 +02:00
{
"name" : "psy" ,
"url" : "https://github.com/psypac/psypac" ,
"method" : "git" ,
"tags" : [
"php-development" ,
"php" ,
"psy" ,
"psypac" ,
"cli" ,
"developer-tools" ,
"composer-alternative"
] ,
"description" : "A fast, multi-threading and disk space efficient package manager for PHP development and production environments" ,
"license" : "GPL-3.0-or-later" ,
"web" : "https://github.com/psypac/psypac"
} ,
2022-02-10 14:42:24 -05:00
{
"name" : "uuid4" ,
"url" : "https://github.com/vtbassmatt/nim-uuid4" ,
"method" : "git" ,
"tags" : [
"uuid" ,
"library"
] ,
"description" : "UUIDs in pure Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/vtbassmatt/nim-uuid4"
2022-02-11 16:36:31 +07:00
} ,
2022-02-11 14:28:03 +02:00
{
"name" : "watchout" ,
"url" : "https://github.com/openpeep/watchout" ,
"method" : "git" ,
"tags" : [
"filesystem" ,
"monitor" ,
"filesystem-monitor" ,
"watcher" ,
"fswatch" ,
"watchout" ,
"reload" ,
"fsnotify"
] ,
"description" : "⚡️ Just... yellin' for changes! File System Monitor for devs" ,
"license" : "MIT" ,
"web" : "https://github.com/openpeep/watchout"
} ,
2022-02-11 16:36:31 +07:00
{
"name" : "uap" ,
"url" : "https://gitlab.com/artemklevtsov/nim-uap" ,
"method" : "git" ,
"tags" : [
"library" ,
"cli" ,
"useragent"
] ,
"description" : "Nim implementation of user-agent parser" ,
"license" : "Apache-2.0" ,
"web" : "https://gitlab.com/artemklevtsov/nim-uap/-/blob/master/README.md" ,
"doc" : "https://artemklevtsov.gitlab.io/nim-uap/ua.html"
2022-02-11 14:26:31 +02:00
} ,
{
"name" : "madam" ,
"url" : "https://github.com/openpeep/madam" ,
"method" : "git" ,
"tags" : [
"frontend" ,
"webserver" ,
"httpbeast" ,
"prototyping" ,
"frontend-development"
] ,
"description" : "Local webserver for Design Prototyping and Front-end Development" ,
"license" : "MIT" ,
"web" : "https://github.com/openpeep/madam"
2022-02-12 09:45:06 +01:00
} ,
{
"name" : "dnd" ,
"url" : "https://github.com/adokitkat/dnd" ,
"method" : "git" ,
"tags" : [
"drag-and-drop" ,
"binary" ,
"dnd" ,
"terminal" ,
"gtk"
] ,
"description" : "Drag and drop source / target" ,
"license" : "GPL-3.0-only" ,
"web" : "https://github.com/adokitkat/dnd"
2022-02-12 15:28:16 +05:00
} ,
{
"name" : "w8crc" ,
"url" : "https://github.com/sumatoshi/w8crc" ,
"method" : "git" ,
"tags" : [
"crc" ,
"checksum" ,
"library"
] ,
"description" : "Full-featured CRC library for Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/sumatoshi/w8crc"
2022-02-12 10:48:49 -08:00
} ,
2022-02-20 23:03:42 -08:00
{
"name" : "cloudbet" ,
"url" : "https://github.com/juancarlospaco/cloudbet" ,
"method" : "git" ,
"tags" : [
"casino" ,
"crypto"
] ,
"description" : "Cloudbet Virtual Crypto Casino API Client" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/cloudbet"
} ,
2022-02-13 05:05:57 -05:00
{
"name" : "crowncalc" ,
"url" : "https://github.com/RainbowAsteroids/crowncalc" ,
"method" : "git" ,
"tags" : [
"calculator" ,
"sdl" ,
"library"
] ,
"description" : "Basic calculator in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/RainbowAsteroids/crowncalc"
2022-02-14 17:16:30 +03:30
} ,
{
"name" : "packedArgs" ,
"url" : "https://github.com/hamidb80/packedArgs" ,
"method" : "git" ,
"tags" : [
"thread" ,
"convention" ,
"createThread" ,
"DSL" ,
"threading"
] ,
"description" : "a convention mainly created for `createThread` proc" ,
"license" : "MIT" ,
"web" : "https://github.com/hamidb80/packedArgs"
2022-02-15 10:07:25 +00:00
} ,
{
"name" : "nim_chacha20_poly1305" ,
"url" : "https://github.com/lantos-lgtm/nim_chacha20_poly1305" ,
"method" : "git" ,
"tags" : [
"encryption" ,
"decryption" ,
"chacha20" ,
"poly1305" ,
"chacha20_poly1305" ,
"xchacha20_poly1305" ,
"aead"
] ,
"description" : "xchacha20_poly1305, chacha20, poly1305" ,
"license" : "MIT" ,
"web" : "https://github.com/lantos-lgtm/nim_chacha20_poly1305"
2022-02-16 18:49:45 +02:00
} ,
{
"name" : "otplib" ,
"url" : "https://github.com/dimspith/otplib" ,
"method" : "git" ,
"tags" : [
"otp" ,
"totp" ,
"hotp" ,
"two-factor-authentication" ,
"2fa" ,
"one-time-password" ,
"mfa"
] ,
"description" : "Easy to use OTP library for Nim" ,
"license" : "Unlicense" ,
"web" : "https://github.com/dimspith/otplib"
2022-02-18 08:13:29 +02:00
} ,
2022-02-18 14:51:51 +03:00
{
"name" : "shorteststring" ,
"url" : "https://github.com/metagn/shorteststring" ,
"method" : "git" ,
"tags" : [
"short-string" ,
"string" ,
"sso" ,
"optimization" ,
"datatype"
] ,
"description" : "word size strings stored in an integer" ,
"license" : "MIT" ,
"web" : "https://github.com/metagn/shorteststring"
} ,
2022-02-21 09:09:31 +03:00
{
"name" : "variantsugar" ,
"url" : "https://github.com/metagn/variantsugar" ,
"method" : "git" ,
"tags" : [
"object" ,
"variants" ,
"sum-types" ,
"macro" ,
"pragma" ,
"adt" ,
"union"
] ,
"description" : "utility macros mostly for object variants" ,
"license" : "MIT" ,
"web" : "https://github.com/metagn/variantsugar"
} ,
2022-02-18 08:13:29 +02:00
{
"name" : "dogapi" ,
2022-04-09 13:36:23 +03:00
"url" : "https://github.com/thechampagne/dogapi-nim" ,
2022-02-18 08:13:29 +02:00
"method" : "git" ,
"tags" : [
"api-client" ,
"api-wrapper" ,
"dogapi"
] ,
"description" : "Dog API client" ,
"license" : "Apache-2.0" ,
2022-04-09 13:36:23 +03:00
"web" : "https://github.com/thechampagne/dogapi-nim"
2022-02-20 11:42:57 +02:00
} ,
{
"name" : "toktok" ,
"url" : "https://github.com/openpeep/toktok" ,
"method" : "git" ,
"tags" : [
"lexer" ,
"token" ,
"tokenizer" ,
"lex" ,
"toktok" ,
"lexbase" ,
"macros"
] ,
"description" : "Generic tokenizer written in Nim language 👑 Powered by Nim's Macros" ,
"license" : "MIT" ,
"web" : "https://github.com/openpeep/toktok"
2022-02-21 04:31:03 +02:00
} ,
{
"name" : "dogapi_cli" ,
2022-04-09 13:36:23 +03:00
"url" : "https://github.com/thechampagne/dogapi-cli" ,
2022-02-21 04:31:03 +02:00
"method" : "git" ,
"tags" : [
"images" ,
"cli" ,
"dogapi"
] ,
"description" : "Tool to download dogs images" ,
"license" : "Apache-2.0" ,
2022-04-09 13:36:23 +03:00
"web" : "https://github.com/thechampagne/dogapi-cli"
2022-03-08 09:47:35 +03:30
} ,
2022-03-09 21:58:56 -05:00
{
"name" : "nofi" ,
"url" : "https://github.com/ct-clmsn/nofi/" ,
"method" : "git" ,
"tags" : [
"hpc" ,
"supercomputing" ,
"libfabric" ,
"rdma" ,
"distributed-computing"
] ,
"description" : "Nim wrapper for rofi, open fabrics interface; provides distributed computing interface for high performance computing (HPC) environments" ,
"license" : "boost" ,
"web" : "https://github.com/ct-clmsn/nofi/"
} ,
2022-03-08 09:47:35 +03:30
{
"name" : "iterrr" ,
"url" : "https://github.com/hamidb80/iterrr" ,
"method" : "git" ,
"tags" : [
"iterator" ,
"iterate" ,
"iterating" ,
"functional" ,
"lazy" ,
"library"
] ,
"description" : "iterate faster. functional style, lazy like, extensible iterator library" ,
"license" : "MIT" ,
"web" : "https://github.com/hamidb80/steps"
2022-03-09 01:18:12 -05:00
} ,
2022-03-09 00:41:13 -06:00
{
"name" : "SLAP" ,
"url" : "https://github.com/bichanna/slap" ,
"method" : "git" ,
"tags" : [
"language" ,
"interpreter"
] ,
"description" : "A SLow And Powerless programming language written in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/bichanna/slap/blob/master/docs/index.md#slap" ,
"doc" : "https://github.com/bichanna/slap/blob/master/docs/index.md#syntax"
} ,
2022-03-09 01:18:12 -05:00
{
"name" : "logit" ,
"url" : "https://github.com/Miqueas/Logit" ,
"method" : "git" ,
"tags" : [
"library" ,
"log" ,
"logs" ,
"logging"
] ,
"description" : "Dependency-free, cross-platform and small logging library for Nim, with a simple and comfortable API" ,
"license" : "Zlib" ,
"web" : "https://github.com/Miqueas/Logit"
2022-03-09 21:54:55 -05:00
} ,
2022-03-09 21:56:19 -07:00
{
2022-03-15 22:42:51 +09:00
"name" : "remizstd" ,
"url" : "https://gitlab.com/RemiliaScarlet/remizstd/" ,
"method" : "git" ,
"tags" : [
"library" ,
"binding" ,
"zstandard" ,
"zstd" ,
"compression"
] ,
"description" : "Nim bindings for the ZStandard compression library. Context-based and stream-based APIs available. Based on the zstd.cr Crystal bindings." ,
"license" : "GPL-3.0" ,
"web" : "https://chiselapp.com/user/MistressRemilia/repository/RemiZstd/home" ,
"doc" : "https://chiselapp.com/user/MistressRemilia/repository/RemiZstd/doc/trunk/www/remizstd.html"
2022-03-09 21:56:19 -07:00
} ,
2022-03-09 21:54:55 -05:00
{
"name" : "sos" ,
"url" : "https://github.com/ct-clmsn/nim-sos/" ,
"method" : "git" ,
"tags" : [
"hpc" ,
"supercomputing" ,
"distributed-computing" ,
"openshmem"
] ,
"description" : "Nim wrapper for Sandia OpenSHMEM, a high performance computing (HPC), distributed shared symmetric memory library" ,
"license" : "boost" ,
"web" : "https://github.com/ct-clmsn/nim-sos/"
2022-03-15 03:08:06 -04:00
} ,
{
"name" : "argon2_highlevel" ,
"url" : "https://github.com/termermc/argon2-highlevel" ,
"method" : "git" ,
"tags" : [
"argon2" ,
"crypto" ,
"hash" ,
"library" ,
"password" ,
"wrapper" ,
"async" ,
"highlevel"
] ,
"description" : "A high-level Nim Argon2 password hashing library" ,
"license" : "MIT" ,
"web" : "https://github.com/termermc/argon2-highlevel"
2022-03-15 22:42:51 +09:00
} ,
{
"name" : "htmlgenerator" ,
"url" : "https://github.com/z-kk/htmlgenerator" ,
"method" : "git" ,
"tags" : [
"html"
] ,
"description" : "Generate HTML string by nim object" ,
"license" : "MIT" ,
"web" : "https://github.com/z-kk/htmlgenerator"
2022-03-16 15:18:02 -03:00
} ,
{
"name" : "aqcalc" ,
"url" : "https://github.com/VitorGoatman/aqcalc" ,
"method" : "git" ,
"tags" : [
"library" ,
"gematria"
] ,
"description" : "Calculate gematria values for Alphanumeric Qabbala" ,
"license" : "Unlicense" ,
"web" : "https://github.com/VitorGoatman/aqcalc"
2022-03-18 23:22:07 +08:00
} ,
{
"name" : "ftd2xx" ,
"url" : "https://github.com/leeooox/ftd2xx" ,
"method" : "git" ,
"tags" : [
"ftdi" ,
"usb" ,
"wrapper" ,
"hardware"
] ,
"description" : "Nim wrapper for FTDI ftd2xx library" ,
"license" : "MIT" ,
"web" : "https://github.com/leeooox/ftd2xx"
2022-03-22 03:37:31 -05:00
} ,
2022-03-22 10:27:29 +01:00
{
"name" : "nimSocks" ,
"url" : "https://github.com/enthus1ast/nimSocks.git" ,
"method" : "git" ,
"tags" : [
"SOCKS" ,
"server" ,
"client" ,
"SOCKS4" ,
"SOCKS4a" ,
"SOCKS5" ,
"whitelist" ,
"blacklist"
] ,
"description" : "A filtering SOCKS proxy server and client library written in nim." ,
"license" : "MIT" ,
"web" : "https://github.com/enthus1ast/nimSocks"
} ,
2022-03-22 03:37:31 -05:00
{
"name" : "run_exe" ,
"url" : "https://github.com/V0idMatr1x/run_exe" ,
"method" : "git" ,
"tags" : [
"lib" ,
"osproc" ,
"subprocess" ,
"dsl"
] ,
2022-03-23 05:32:34 +00:00
"description" : "A Scripting ToolBox that provides a declarative DSL for ultimate productivity!" ,
2022-03-22 03:37:31 -05:00
"license" : "GPL-3.0-or-later" ,
"web" : "https://github.com/V0idMatr1x/run_exe"
2022-03-24 20:20:48 -05:00
} ,
{
"name" : "romanim" ,
"url" : "https://github.com/bichanna/romanim" ,
"method" : "git" ,
"tags" : [
"roman-numerals" ,
"library" ,
"converter"
] ,
"license" : "MIT" ,
"description" : "Converts Roman numerals to what you understand without a blink" ,
"web" : "https://github.com/bichanna/romanim#romanim"
2022-03-25 13:25:01 -05:00
} ,
{
"name" : "pronimgress" ,
"url" : "https://github.com/bichanna/pronimgress" ,
"method" : "git" ,
"tags" : [
"progressbar" ,
"library" ,
"text"
] ,
"license" : "MIT" ,
"description" : "Simple text progress bars in Nim!" ,
"web" : "https://github.com/bichanna/pronimgress#pronimgress"
2022-03-27 17:55:05 +02:00
} ,
{
"name" : "rconv" ,
"url" : "https://github.com/prefixaut/rconv" ,
"method" : "git" ,
"tags" : [
"rhythm" ,
"game" ,
"rhythm-game" ,
"converter" ,
"file-converter" ,
"parsing" ,
"parser" ,
"cli" ,
"library"
] ,
"license" : "MIT" ,
"description" : "Universal Rhythm-Game File parser and converter" ,
"web" : "https://github.com/prefixaut/rconv"
2022-03-29 23:04:22 -05:00
} ,
{
"name" : "millie" ,
"url" : "https://github.com/bichanna/millie.nim" ,
"method" : "git" ,
"tags" : [
"millify" ,
"number" ,
"converter" ,
"parsing" ,
"library"
] ,
"license" : "MIT" ,
"description" : "Convert big numbers to what's pleasant to see (an adorable, little girl, perhaps?) ... in Nim!" ,
"web" : "https://github.com/bichanna/millie.nim"
2022-03-30 12:28:03 +02:00
} ,
{
"name" : "owlkettle" ,
"url" : "https://github.com/can-lehmann/owlkettle" ,
"method" : "git" ,
"tags" : [
"framework" ,
"dsl" ,
"gui" ,
"ui" ,
"gtk"
] ,
"description" : "A declarative user interface framework based on GTK" ,
"license" : "MIT" ,
"web" : "https://github.com/can-lehmann/owlkettle"
2022-04-01 13:52:45 +00:00
} ,
{
"name" : "gimg" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/gimg" ,
2022-04-01 13:52:45 +00:00
"method" : "git" ,
"tags" : [
"scraper" ,
"images" ,
"google" ,
"search" ,
"lib"
] ,
"description" : "Google Images scraper lib and CLI" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/gimg"
2022-04-05 00:12:54 +00:00
} ,
{
"name" : "parsepage" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/parsepage" ,
2022-04-05 00:12:54 +00:00
"method" : "git" ,
"tags" : [
"extractor" ,
"cli" ,
"configurable" ,
"tool" ,
"html" ,
"bulk"
] ,
"description" : "Automatically extracts the data of sites" ,
"license" : "GPL-3.0-only" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/parsepage"
2022-04-12 00:37:07 +00:00
} ,
{
2022-05-09 06:16:31 +00:00
"name" : "resultsutils" ,
"url" : "https://github.com/nonnil/resultsutils" ,
2022-04-12 00:37:07 +00:00
"method" : "git" ,
"tags" : [
"result" ,
2022-05-09 06:16:31 +00:00
"results" ,
"error"
2022-04-12 00:37:07 +00:00
] ,
"description" : "Utility macros for easier handling of Result" ,
"license" : "MIT" ,
2022-05-09 06:16:31 +00:00
"web" : "https://github.com/nonnil/resultsutils"
2022-04-16 12:19:43 +08:00
} ,
{
"name" : "stdarg" ,
"url" : "https://github.com/sls1005/stdarg" ,
"method" : "git" ,
"tags" : [
"wrapper"
] ,
"description" : "A wrapper for <stdarg.h>" ,
"license" : "MIT" ,
"web" : "https://github.com/sls1005/stdarg"
2022-04-18 03:08:11 +02:00
} ,
{
"name" : "metatag" ,
"url" : "https://github.com/sauerbread/metatag" ,
"method" : "git" ,
"tags" : [
"mp3" ,
"id3" ,
"flac" ,
"metadata"
] ,
"description" : "A metadata reading & writing library" ,
"license" : "MIT" ,
"web" : "https://github.com/sauerbread/metatag"
2022-04-18 20:39:24 +10:00
} ,
{
"name" : "pantry" ,
"url" : "https://github.com/ire4ever1190/pantry-nim" ,
"method" : "git" ,
"tags" : [
"wrapper" ,
"json" ,
"api"
] ,
"description" : "Client library for https://getpantry.cloud/" ,
"license" : "MIT" ,
"web" : "https://github.com/ire4ever1190/pantry-nim" ,
"doc" : "https://tempdocs.netlify.app/pantry/stable"
2022-04-19 22:42:02 -04:00
} ,
{
"name" : "govee" ,
"url" : "https://github.com/nonimportant/nim-govee" ,
"method" : "git" ,
"tags" : [
"govee" ,
"wrapper" ,
"api"
] ,
"description" : "A Nim wrapper for the Govee API." ,
"license" : "MIT" ,
"web" : "https://github.com/nonimportant/nim-govee" ,
"doc" : "https://nonimportant.github.io/nim-govee/"
2022-04-20 16:55:36 +09:00
} ,
{
"name" : "bamboo_websocket" ,
"url" : "https://github.com/obemaru4012/bamboo_websocket" ,
"method" : "git" ,
"tags" : [
"websocket"
] ,
"description" : "This is a simple implementation of a WebSocket server with 100% Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/obemaru4012/bamboo_websocket"
2022-04-21 14:10:34 +08:00
} ,
{
"name" : "cppclass" ,
"url" : "https://github.com/sls1005/NimCPPClass" ,
"method" : "git" ,
"tags" : [
"cpp" ,
"class" ,
"sugar"
] ,
"description" : "Syntax sugar which helps to define C++ classes from Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/sls1005/NimCPPClass"
2022-04-21 22:26:55 -04:00
} ,
{
"name" : "hpx" ,
"url" : "https://github.com/ct-clmsn/nim-hpx/" ,
"method" : "git" ,
"tags" : [
"hpc" ,
"supercomputing" ,
"distributed-computing" ,
"ste||ar-hpx" ,
"hpx"
] ,
"description" : "Nim wrapper for STE||AR HPX, a high performance computing (HPC), distributed memory runtime system, providing parallelism and asynchronous global address space support." ,
"license" : "boost" ,
"web" : "https://github.com/ct-clmsn/nim-hpx/"
2022-04-22 19:09:29 +07:00
} ,
{
"name" : "excelin" ,
"url" : "https://github.com/mashingan/excelin" ,
"method" : "git" ,
"tags" : [
"read-excel" ,
"create-excel" ,
"excel" ,
"library" ,
"pure"
] ,
"description" : "Create and read Excel purely in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/mashingan/excelin"
2022-04-22 20:35:18 -05:00
} ,
{
"name" : "ruby" ,
"url" : "https://github.com/ryukoposting/ruby-nim" ,
"method" : "git" ,
"tags" : [
"ruby" ,
"scripting" ,
"wrapper" ,
"mri"
] ,
"description" : "Bindings for libruby and high-level Ruby embedding framework" ,
"license" : "MPL-2.0" ,
"web" : "https://github.com/ryukoposting/ruby-nim"
2022-04-23 23:31:20 +08:00
} ,
{
"name" : "nimmikudance" ,
"url" : "https://github.com/aphkyle/NimMikuDance" ,
"method" : "git" ,
"tags" : [
"MMD" ,
"pure"
] ,
"description" : "MMD I/O!" ,
"license" : "ISC"
2022-04-27 04:14:02 +03:00
} ,
{
"name" : "audiodb" ,
"url" : "https://github.com/thechampagne/audiodb-nim" ,
"method" : "git" ,
"tags" : [
"api-client" ,
"api-wrapper" ,
"audiodb"
] ,
"description" : "TheAudioDB API client" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/thechampagne/audiodb-nim"
2022-04-28 02:44:29 +03:00
} ,
{
"name" : "nimdotenv" ,
"url" : "https://github.com/wioenena-q/nim-dotenv" ,
"method" : "git" ,
"tags" : [
"dotenv"
] ,
"description" : "Load local environment variables from .env files" ,
"license" : "MIT" ,
"web" : "https://wioenena-q.github.io/nim-dotenv"
2022-04-29 03:04:30 +03:00
} ,
{
"name" : "cocktaildb" ,
"url" : "https://github.com/thechampagne/cocktaildb-nim" ,
"method" : "git" ,
"tags" : [
"api-client" ,
"api-wrapper" ,
"cocktaildb"
] ,
"description" : "TheCocktailDB API client" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/thechampagne/cocktaildb-nim"
2022-05-01 06:12:02 +03:00
} ,
{
"name" : "mealdb" ,
"url" : "https://github.com/thechampagne/mealdb-nim" ,
"method" : "git" ,
"tags" : [
"api-client" ,
"api-wrapper" ,
"mealdb"
] ,
"description" : "TheMealDB API client" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/thechampagne/mealdb-nim"
2022-05-02 19:04:36 -07:00
} ,
{
"name" : "nephyr" ,
"url" : "https://github.com/EmbeddedNim/nephyr" ,
"method" : "git" ,
"tags" : [
"zephyr" ,
"embedded" ,
"wrapper" ,
"rtos" ,
"mcu"
] ,
"description" : "Nim wrapper for Zephyr RTOS" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/EmbeddedNim/nephyr"
2022-05-03 20:49:06 +07:00
} ,
{
"name" : "uspokoysa" ,
"url" : "https://github.com/ioplker/uspokoysa" ,
"method" : "git" ,
"tags" : [
"timebreaks" ,
"nigui"
] ,
"description" : "Dead simple Nim app for making timebreaks" ,
"license" : "BSD-3-Clause" ,
"web" : "https://github.com/ioplker/uspokoysa"
2022-05-07 16:22:12 +10:00
} ,
{
"name" : "taskman" ,
"url" : "https://github.com/ire4ever1190/taskman" ,
"method" : "git" ,
"tags" : [
"scheduler" ,
"task" ,
"job"
] ,
"description" : "A package that manages background tasks on a schedule" ,
"license" : "MIT" ,
"web" : "https://github.com/ire4ever1190/taskman" ,
"doc" : "https://tempdocs.netlify.app/taskman/stable"
2022-05-08 01:04:03 +00:00
} ,
{
"name" : "tmpnim" ,
"url" : "https://github.com/ment1na/tmpnim" ,
"method" : "git" ,
"tags" : [
"library" ,
"tmpfs" ,
"ramdisk" ,
"tempfile" ,
"linux" ,
""
] ,
"description" : "Create and remove ramdisks easily" ,
"license" : "MPL-2.0" ,
"web" : "https://github.com/ment1na/tmpnim"
2022-05-11 21:18:37 +02:00
} ,
{
"name" : "matext" ,
"url" : "https://git.sr.ht/~xigoi/matext" ,
"method" : "git" ,
"tags" : [
"math" ,
"latex"
] ,
"description" : "Render LaTeX math as multiline Unicode text" ,
"license" : "GPL-3.0-or-later" ,
"web" : "https://git.sr.ht/~xigoi/matext"
2022-05-12 06:21:42 -05:00
} ,
2022-05-13 04:21:43 +12:00
{
"name" : "smoothing" ,
"url" : "https://github.com/paulnorrie/smoothing" ,
"method" : "git" ,
"tags" : [
"math" ,
"statistics"
] ,
"description" : "Smoothing functions for Regression and Density Estimation" ,
"license" : "GPL-3.0-or-later" ,
"web" : "https://github.com/paulnorrie/smoothing"
} ,
2022-05-12 06:21:42 -05:00
{
"name" : "blarg" ,
"url" : "https://github.com/squattingmonk/blarg" ,
"method" : "git" ,
"tags" : [
"command-line" ,
"options" ,
"arguments" ,
"parseopt"
] ,
"description" : "A basic little argument parser" ,
"license" : "MIT" ,
"web" : "https://github.com/squattingmonk/blarg"
2022-05-12 15:20:37 +03:00
} ,
{
"name" : "limiter" ,
"url" : "https://github.com/supranim/limiter" ,
"method" : "git" ,
"tags" : [
"http" ,
"limiter" ,
"rate-limiter" ,
"throttle" ,
"api" ,
"supranim"
] ,
"description" : "A simple to use HTTP rate limiting library to limit any action during a specific period of time." ,
"license" : "MIT" ,
"web" : "https://github.com/supranim/limiter"
2022-05-12 15:55:35 +03:00
} ,
{
"name" : "supranim" ,
"url" : "https://github.com/supranim/supranim" ,
"method" : "git" ,
"tags" : [
"framework" ,
"web-development" ,
"web" ,
"webdev" ,
"web-application" ,
"http" ,
"httpframework" ,
"supranim"
] ,
"description" : "A fast Hyper Server & Web Framework" ,
"license" : "MIT" ,
"web" : "https://github.com/supranim/supranim"
2022-05-12 11:21:13 -05:00
} ,
{
"name" : "leopard" ,
"url" : "https://github.com/status-im/nim-leopard" ,
"method" : "git" ,
2022-05-13 23:03:56 +03:00
"tags" : [
"data-recovery" ,
"erasure-coding" ,
"reed-solomon"
2022-05-12 11:21:13 -05:00
] ,
"description" : "Nim wrapper for Leopard-RS: a fast library for Reed-Solomon erasure correction coding" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/status-im/nim-leopard"
2022-05-13 23:03:56 +03:00
} ,
{
"name" : "emitter" ,
"url" : "https://github.com/supranim/emitter" ,
"method" : "git" ,
"tags" : [
"events" ,
"event-emitter" ,
"emitter" ,
"listener" ,
"subscriber" ,
"subscribe" ,
"actions"
] ,
"description" : "Supranim's Event Emitter - Subscribe & listen for various events within your application" ,
"license" : "MIT" ,
"web" : "https://github.com/supranim/emitter"
2022-05-19 22:01:17 +09:00
} ,
{
"name" : "libharu" ,
"url" : "https://github.com/z-kk/libharu" ,
"method" : "git" ,
"tags" : [
"pdf" ,
"hpdf" ,
"libharu"
] ,
"description" : "library for libharu" ,
"license" : "MIT" ,
"web" : "https://github.com/z-kk/libharu"
2022-05-21 02:35:45 +02:00
} ,
{
"name" : "odbcn" ,
"url" : "https://git.sr.ht/~mjaa/odbcn-nim" ,
"method" : "git" ,
"tags" : [
"odbc" ,
"sql" ,
"orm"
] ,
"description" : "ODBC abstraction for Nim" ,
"license" : "MIT" ,
"web" : "https://sr.ht/~mjaa/odbcn-nim/" ,
"doc" : "https://mjaa.srht.site/odbcn-nim/odbcn.html"
2022-05-21 18:43:10 +03:00
} ,
{
"name" : "capstone" ,
"url" : "https://github.com/hdbg/capstone-nim" ,
"method" : "git" ,
2022-05-24 00:28:14 +08:00
"tags" : [
"wrapper" ,
"disasm"
] ,
"description" : "Capstone3 high-level wrapper" ,
2022-05-21 18:43:10 +03:00
"license" : "MIT"
2022-05-24 00:28:14 +08:00
} ,
{
"name" : "ipfshttpclient" ,
2022-07-22 15:07:38 +08:00
"url" : "https://github.com/ringabout/ipfshttpclient" ,
2022-05-24 00:28:14 +08:00
"method" : "git" ,
"tags" : [
"ipfs" ,
"http" ,
"api"
] ,
"description" : "ipfs http client" ,
"license" : "Apache-2.0" ,
2022-07-22 15:07:38 +08:00
"web" : "https://github.com/ringabout/ipfshttpclient"
2022-05-24 19:52:07 +03:00
} ,
{
"name" : "mouse" ,
"url" : "https://github.com/hiikion/mouse" ,
"method" : "git" ,
"tags" : [
"mouse" ,
"windows" ,
"linux" ,
"winapi" ,
"xdo"
] ,
"description" : "Mouse interactions in nim" ,
"license" : "MPL-2.0" ,
"web" : "https://github.com/hiikion/mouse"
2022-05-31 19:55:45 +08:00
} ,
{
"name" : "autoderef" ,
"url" : "https://github.com/sls1005/autoderef" ,
"method" : "git" ,
"tags" : [
"sugar"
] ,
"description" : "Syntax sugar which supports auto-dereferencing" ,
"license" : "MIT" ,
"web" : "https://github.com/sls1005/autoderef"
2022-06-04 12:48:56 +02:00
} ,
{
"name" : "receq" ,
"url" : "https://github.com/choltreppe/nim_receq" ,
"method" : "git" ,
"tags" : [
"compare" ,
"eq"
] ,
"description" : "Operator for comparing any recursive ref object" ,
"license" : "MIT" ,
"web" : "https://github.com/choltreppe/nim_receq"
2022-06-05 23:55:21 -07:00
} ,
2022-06-06 03:54:30 -07:00
{
"name" : "cdecl" ,
"url" : "https://github.com/elcritch/cdecl" ,
"method" : "git" ,
"tags" : [
"cmacros" ,
"c++" ,
"c" ,
"macros" ,
"variables" ,
"declaration" ,
"utilities" ,
"wrapper"
] ,
"description" : "Nim helper for using C Macros" ,
"license" : "MIT" ,
"web" : "https://github.com/elcritch/cdecl"
} ,
2022-06-05 23:55:21 -07:00
{
"name" : "fidgetty" ,
"url" : "https://github.com/elcritch/fidgets" ,
"method" : "git" ,
"tags" : [
"ui" ,
"widgets" ,
"widget" ,
"opengl" ,
"immediate" ,
"mode"
] ,
"description" : "Widget library built on Fidget written in pure Nim and OpenGL rendered" ,
"license" : "MIT" ,
"web" : "https://github.com/elcritch/fidgets"
2022-06-10 10:00:58 +02:00
} ,
{
"name" : "pixels" ,
"url" : "https://github.com/Araq/pixels" ,
"method" : "git" ,
"tags" : [
"graphics"
] ,
"description" : "Toy support library for primitive graphics programming." ,
"license" : "MIT" ,
"web" : "https://github.com/Araq/pixels"
2022-06-13 03:27:43 +02:00
} ,
{
"name" : "at" ,
"url" : "https://github.com/capocasa/at" ,
"method" : "git" ,
"tags" : [
"async" ,
"in-proces" ,
"job-scheduler"
] ,
"description" : "A powerful, lightweight tool to execute code later" ,
"license" : "MIT" ,
"web" : "https://github.com/capocasa/at" ,
"doc" : "https://capocasa.github.io/at/at.html"
2022-06-14 05:27:27 +03:00
} ,
{
"name" : "pkginfo" ,
"url" : "https://github.com/openpeep/pkginfo" ,
"method" : "git" ,
"tags" : [
"macros" ,
"pkginfo" ,
"nimble" ,
"meta" ,
"semver" ,
"dependencies"
] ,
"description" : "A tiny utility package to extract Nimble information from any project" ,
"license" : "MIT" ,
"web" : "https://github.com/openpeep/pkginfo"
2022-06-15 15:34:31 -05:00
} ,
{
"name" : "imstyle" ,
"url" : "https://github.com/Patitotective/ImStyle" ,
"method" : "git" ,
"tags" : [
"style" ,
"imgui" ,
"toml" ,
"dear-imgui"
] ,
"description" : "A nice way to manage your ImGui application's style" ,
"license" : "MIT" ,
"web" : "https://github.com/Patitotective/ImStyle"
2022-06-15 21:16:20 -05:00
} ,
{
"name" : "downit" ,
"url" : "https://github.com/Patitotective/downit" ,
"method" : "git" ,
"tags" : [
"downloads" ,
"downloads-manager" ,
"async"
] ,
"description" : "An asynchronous donwload system." ,
"license" : "MIT" ,
"web" : "https://github.com/Patitotective/downit"
2022-06-16 09:22:46 +00:00
} ,
{
"name" : "nimFF" ,
"url" : "https://github.com/egeoz/nimFF" ,
"method" : "git" ,
"tags" : [
"graphics" ,
"library"
] ,
"description" : "Farbfeld Encoder and Decoder written in Nim." ,
"license" : "MIT" ,
"web" : "https://github.com/egeoz/nimFF"
2022-06-16 23:07:25 -05:00
} ,
{
"name" : "splitmix64" ,
"url" : "https://github.com/IcedQuinn/splitmix64" ,
"method" : "git" ,
"tags" : [
"random"
] ,
"description" : "Tiny random number generator." ,
"license" : "CC0" ,
"web" : "https://github.com/IcedQuinn/splitmix64"
2022-06-18 15:38:00 +10:00
} ,
{
"name" : "anano" ,
"url" : "https://github.com/ire4ever1190/anano" ,
"method" : "git" ,
"tags" : [
"identifier" ,
"random"
] ,
"description" : "Another nanoID implementation for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/ire4ever1190/anano" ,
"doc" : "https://tempdocs.netlify.app/anano/stable"
2022-06-28 15:28:48 +04:00
} ,
2022-06-29 00:28:43 -04:00
{
2022-06-28 15:28:48 +04:00
"name" : "pwnedpass" ,
"url" : "https://github.com/foxoman/pwnedpass" ,
"method" : "git" ,
"tags" : [
"pwned" ,
"pwnedpasswords"
] ,
"description" : "Check if a passphrase has been pwned using the Pwned Passwords v3 API" ,
"license" : "MIT" ,
"web" : "https://github.com/foxoman/pwnedpass"
2022-06-29 00:28:43 -04:00
} ,
{
"name" : "seq2d" ,
"url" : "https://github.com/avahe-kellenberger/seq2d" ,
"method" : "git" ,
"tags" : [
"seq2d" ,
"grid" ,
"array2d" ,
"collection"
] ,
"description" : "A 2D Sequence Implementation" ,
"license" : "GPL-2.0-only" ,
"web" : "https://github.com/avahe-kellenberger/seq2d"
2022-07-05 10:06:46 +09:00
} ,
{
"name" : "fushin" ,
"url" : "https://github.com/eggplants/fushin" ,
"method" : "git" ,
"tags" : [
"library" ,
"cli" ,
"parser" ,
"html"
] ,
"description" : "Fetch fushinsha serif data and save as csv files" ,
"license" : "MIT" ,
"web" : "https://github.com/eggplants/fushin" ,
"doc" : "https://egpl.ga/fushin/fushin.html"
2022-07-06 23:03:30 +00:00
} ,
{
"name" : "urlon" ,
"url" : "https://github.com/Double-oxygeN/urlon-nim" ,
"method" : "git" ,
"tags" : [
"json" ,
"urlon" ,
"parser" ,
"library"
] ,
"description" : "URL Object Notation implemented in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/Double-oxygeN/urlon-nim"
2022-07-07 10:41:04 -04:00
} ,
{
"name" : "hangover" ,
"url" : "https://github.com/bob16795/hangover" ,
"method" : "git" ,
"tags" : [
"game" ,
"engine" ,
"2D"
] ,
"description" : "A game engine in Nim with an opengl backend" ,
"license" : "MIT" ,
"web" : "https://github.com/bob16795/hangover"
2022-07-07 21:59:09 -05:00
} ,
{
"name" : "wttrin" ,
"url" : "https://github.com/Infinitybeond1/wttrin" ,
"method" : "git" ,
"tags" : [
"weather" ,
"weather-api" ,
"cli" ,
"wttrin"
] ,
"description" : "A library with functions to fetch weather data from wttr.in" ,
"license" : "GPL-3.0-or-later" ,
"web" : "https://github.com/Infinitybeond1/wttrin"
2022-07-13 03:35:19 +02:00
} ,
{
"name" : "nimiSlides" ,
"url" : "https://github.com/HugoGranstrom/nimib-reveal/" ,
"method" : "git" ,
"tags" : [
"presentation" ,
"slideshow" ,
"nimib" ,
"reveal"
] ,
"description" : "Create Reveal.js slideshows in Nim" ,
"license" : "MIT" ,
"web" : "https://github.com/HugoGranstrom/nimib-reveal/"
2022-07-15 01:26:02 +02:00
} ,
{
"name" : "RaytracingAlgorithm" ,
"url" : "https://github.com/lorycontixd/RaytracingAlgorithm" ,
"method" : "git" ,
"tags" : [
"raytracer" ,
"nim" ,
"library"
] ,
"description" : "RayTracing Algorith in Nim" ,
"license" : "GPL-3.0" ,
"web" : "https://github.com/lorycontixd/RaytracingAlgorithm"
2022-07-16 19:29:30 -07:00
} ,
{
"name" : "nage" ,
"url" : "https://github.com/acikek/nage" ,
"method" : "git" ,
"tags" : [
"app" ,
"binary" ,
"game" ,
"engine" ,
"cli" ,
"rpg"
] ,
"description" : "Not Another Game Engine; CLI text adventure engine" ,
"license" : "MIT" ,
"web" : "https://github.com/acikek/nage"
2022-07-18 03:06:58 +02:00
} ,
{
"name" : "monerorpc" ,
"url" : "https://github.com/eversinc33/nim-monero-rpc" ,
"method" : "git" ,
"tags" : [
"monero" ,
"rpc" ,
"client" ,
"wallet" ,
"cryptocurrency"
] ,
"description" : "Library for interacting with Monero wallets via RPC." ,
"license" : "MIT" ,
"web" : "https://github.com/eversinc33/nim-monero-rpc"
2022-07-18 14:50:37 +09:00
} ,
{
"name" : "njo" ,
"url" : "https://github.com/uga-rosa/njo" ,
"method" : "git" ,
"tags" : [
"cli" ,
"tool"
] ,
"description" : "A small utility to create JSON objects written in Nim. This is inspired by jpmens/jo." ,
"license" : "MIT" ,
"web" : "https://github.com/uga-rosa/njo"
2022-07-18 15:59:26 +03:00
} ,
{
"name" : "etf" ,
"url" : "https://github.com/metagn/etf" ,
"method" : "git" ,
"tags" : [
"etf" ,
"erlang" ,
"library" ,
"parser" ,
"binary" ,
"discord"
] ,
"description" : "ETF (Erlang Term Format) library for nim" ,
"license" : "MIT" ,
"web" : "https://github.com/metagn/etf"
2022-07-18 21:18:49 +02:00
} ,
{
"name" : "tagger" ,
"url" : "https://github.com/aruZeta/tagger" ,
"method" : "git" ,
"tags" : [
"html" ,
"xml" ,
"tags" ,
"library"
] ,
"description" : "A library to generate xml and html tags" ,
"license" : "MIT" ,
"web" : "https://github.com/aruZeta/tagger"
2022-07-20 05:31:10 +02:00
} ,
{
"name" : "batteries" ,
"url" : "https://github.com/AngelEzquerra/nim-batteries" ,
"method" : "git" ,
"tags" : [
"import" ,
"prelude" ,
"batteries" ,
"included"
] ,
"description" : "Module that imports common nim standard library modules for your convenience" ,
"license" : "MIT" ,
"web" : "https://github.com/AngelEzquerra/nim-batteries"
2022-07-22 23:47:17 -04:00
} ,
{
"name" : "array2d" ,
"url" : "https://github.com/avahe-kellenberger/array2d" ,
"method" : "git" ,
"tags" : [
"nim" ,
"array2d" ,
"grid"
] ,
"description" : "A 2D Array Implementation" ,
"license" : "GPL-2.0-only" ,
"web" : "https://github.com/avahe-kellenberger/array2d"
2022-07-25 18:55:51 -05:00
} ,
{
"name" : "dye" ,
"url" : "https://github.com/Infinitybeond1/dye" ,
"method" : "git" ,
"tags" : [
"image" ,
"cli" ,
"dye" ,
"colorize" ,
"color" ,
"palettes"
] ,
"description" : "An image colorizer" ,
"license" : "GPL-3.0-or-later" ,
"web" : "https://github.com/Infinitybeond1/dye"
2022-07-27 18:09:53 +09:00
} ,
{
"name" : "shellopt" ,
"url" : "https://github.com/uga-rosa/shellopt.nim" ,
"method" : "git" ,
"tags" : [
"library" ,
"cli"
] ,
"description" : "Command line argument parser in the form commonly used in ordinary shell." ,
"license" : "MIT" ,
"web" : "https://github.com/uga-rosa/shellopt.nim"
2022-07-27 22:16:50 -04:00
} ,
{
"name" : "nimtest" ,
"url" : "https://github.com/avahe-kellenberger/nimtest" ,
"method" : "git" ,
"tags" : [
"nim" ,
"test" ,
"framework"
] ,
"description" : "Simple testing framework for Nim" ,
"license" : "GPL-2.0-only" ,
"web" : "https://github.com/avahe-kellenberger/nimtest"
2022-07-28 02:20:08 -04:00
} ,
{
"name" : "jitter" ,
"url" : "https://github.com/sharpcdf/jitter" ,
"method" : "git" ,
"tags" : [
"package-manager" ,
"downloader" ,
"git" ,
"package"
] ,
"description" : "A git-based binary manager for linux." ,
"license" : "MIT" ,
"web" : "https://github.com/sharpcdf/jitter"
2022-07-28 13:49:21 +02:00
} ,
{
"name" : "trayx" ,
"url" : "https://github.com/teob97/T-RayX" ,
"method" : "git" ,
"tags" : [
"raytracing" ,
"package"
] ,
"description" : "Ray tracing" ,
"license" : "GPL3" ,
"web" : "https://github.com/teob97/T-RayX"
2022-07-29 10:36:49 +00:00
} ,
{
"name" : "util" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/util" ,
2022-07-29 10:36:49 +00:00
"method" : "git" ,
"tags" : [
"html" ,
"utility" ,
"string"
] ,
"description" : "Small utilities that isn't large enough to have a individual modules" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/util"
2022-07-30 04:53:16 +00:00
} ,
2022-07-30 05:23:35 +00:00
{
"name" : "kiwifyDownload" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/kiwifyDownload" ,
2022-07-30 05:23:35 +00:00
"method" : "git" ,
"tags" : [
"download" ,
"kiwify" ,
"course" ,
"cli" ,
"tool" ,
"video"
] ,
"description" : "Downloads the kiwify videos from course JSON" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/kiwifyDownload"
2022-07-30 05:23:35 +00:00
} ,
2022-08-23 08:50:27 -07:00
{
"name" : "timsort2" ,
"url" : "https://github.com/xrfez/timsort" ,
"method" : "git" ,
"tags" : [
"sort" ,
"timsort" ,
"2D" ,
"algorithm" ,
"fast" ,
"merge" ,
"insertion" ,
"python" ,
"java" ,
"stable" ,
"index" ,
"multiple"
] ,
"description" : "timsort algorithm implemented in Nim" ,
"license" : "Apache-2.0" ,
"web" : "https://github.com/xrfez/timsort"
} ,
2022-07-30 04:53:16 +00:00
{
"name" : "vimeo" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/vimeo" ,
2022-07-30 04:53:16 +00:00
"method" : "git" ,
"tags" : [
"vimeo" ,
"extractor" ,
"video"
] ,
"description" : "Vimeo extractor" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/vimeo"
2022-07-31 02:49:20 -07:00
} ,
{
"name" : "wayland" ,
"url" : "https://github.com/j-james/nim-wayland" ,
"method" : "git" ,
"tags" : [
"wayland" ,
"wrapper" ,
"library"
] ,
"description" : "Nim bindings for Wayland" ,
"license" : "MIT" ,
"web" : "https://github.com/j-james/nim-wayland"
} ,
{
"name" : "wlroots" ,
"url" : "https://github.com/j-james/nim-wlroots" ,
"method" : "git" ,
"tags" : [
"wayland" ,
"wlroots" ,
"wrapper" ,
"library"
] ,
"description" : "Nim bindings for wlroots" ,
"license" : "MIT" ,
"web" : "https://github.com/j-james/nim-wlroots"
} ,
{
"name" : "xkb" ,
"url" : "https://github.com/j-james/nim-xkbcommon" ,
"method" : "git" ,
"tags" : [
"xkb" ,
"xkbcommon" ,
"wrapper" ,
"library"
] ,
"description" : "A light wrapper over xkbcommon" ,
"license" : "MIT" ,
"web" : "https://github.com/j-james/nim-xkbcommon"
2022-08-02 13:54:16 -04:00
} ,
{
"name" : "grAlg" ,
"url" : "https://github.com/c-blake/gralg" ,
"method" : "git" ,
"tags" : [
"graph" ,
"digraph" ,
"dag" ,
"algorithm" ,
"dfs" ,
"bfs" ,
"dijkstra" ,
"topological sort" ,
"shortest paths" ,
"transitive closure"
] ,
"description" : "Classical Graph Algos in Nim" ,
"license" : "MIT/ISC" ,
"web" : "https://github.com/c-blake/gralg"
2022-08-03 01:13:07 -04:00
} ,
{
"name" : "thes" ,
"url" : "https://github.com/c-blake/thes" ,
"method" : "git" ,
"tags" : [
"thesaurus" ,
"definitions" ,
"graph algorithms" ,
"graph example"
] ,
"description" : "Thesaurus CLI/Library & Analyzer in Nim" ,
"license" : "MIT/ISC" ,
"web" : "https://github.com/c-blake/thes"
2022-08-04 21:01:46 -05:00
} ,
2022-08-05 14:48:31 +00:00
{
"name" : "editlyconf" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/editlyconf" ,
2022-08-05 14:48:31 +00:00
"method" : "git" ,
"tags" : [
"video" ,
"config" ,
"library" ,
"video-editing" ,
"editly" ,
"video-generation"
] ,
"description" : "Editly config generation tools and types" ,
"license" : "mit" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/editlyconf"
2022-08-05 14:48:31 +00:00
} ,
2022-08-05 13:06:26 +00:00
{
"name" : "nbcnews" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/nbcnews" ,
2022-08-05 13:06:26 +00:00
"method" : "git" ,
"tags" : [
"scraper" ,
"library" ,
"news" ,
"nbcnews"
] ,
"description" : "NBC News scraper" ,
"license" : "gpl-3.0-only" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/nbcnews"
2022-08-05 13:06:26 +00:00
} ,
2022-08-04 21:01:46 -05:00
{
"name" : "records" ,
"url" : "https://github.com/rotu/nim-records" ,
"method" : "git" ,
"tags" : [
"tuples" ,
"tuple" ,
"relation" ,
"relational" ,
"algebra" ,
"records" ,
"record" ,
"heterogeneous" ,
"strongly" ,
"statically" ,
"typed"
] ,
"description" : "Operations on tuples as heterogeneous record types a la Relational Algebra" ,
"license" : "MIT" ,
"web" : "https://github.com/rotu/nim-records"
2022-08-05 01:07:59 -03:00
} ,
{
"name" : "geomancer" ,
"url" : "https://github.com/VitorGoatman/geomancer" ,
"method" : "git" ,
"tags" : [
"geomancy" ,
"divination"
] ,
"description" : "A library and program for getting geomancy charts and figures." ,
"license" : "Unlicense" ,
"web" : "https://github.com/VitorGoatman/geomancer"
2022-08-10 13:19:23 +02:00
} ,
2022-08-23 20:39:09 +05:30
{
"name" : "NimNN" ,
"url" : "https://github.com/xcodz-dot/NimNN" ,
"method" : "git" ,
"tags" : [
"neural" ,
"networks" ,
"simulator" ,
"native" ,
"genetic"
] ,
"description" : "Neural Networks from scratch" ,
"license" : "MIT" ,
"web" : "https://github.com/xcodz-dot/NimNN"
} ,
2022-08-10 13:19:23 +02:00
{
"name" : "simpleargs" ,
"url" : "https://github.com/HTGenomeAnalysisUnit/nim-simpleargs" ,
"method" : "git" ,
"tags" : [
"argparse"
] ,
"description" : "Simple command line arguments parsing" ,
"license" : "MIT" ,
"web" : "https://github.com/HTGenomeAnalysisUnit/nim-simpleargs"
2022-08-11 21:41:54 +02:00
} ,
{
"name" : "qwatcher" ,
"url" : "https://github.com/pouriyajamshidi/qwatcher" ,
"method" : "git" ,
"tags" : [
"buffer-monitoring" ,
"queue" ,
"linux" ,
"tcp" ,
"udp" ,
"network"
] ,
"description" : "Monitor TCP connections and diagnose buffer and connectivity issues on Linux machines related to input and output queues" ,
"license" : "MIT" ,
"web" : "https://github.com/pouriyajamshidi/qwatcher"
2022-08-12 12:58:04 +02:00
} ,
{
"name" : "libpe" ,
"url" : "https://github.com/srozb/nim-libpe" ,
"method" : "git" ,
"tags" : [
"pe" ,
"wrapper" ,
"library"
] ,
"description" : "Nim wrapper for libpe library" ,
2022-09-25 11:58:56 +02:00
"license" : "GPL-3.0" ,
2022-08-12 12:58:04 +02:00
"web" : "https://github.com/srozb/nim-libpe"
2022-08-13 04:53:34 +04:00
} ,
{
"name" : "mersal" ,
"url" : "https://github.com/foxoman/mersal" ,
"method" : "git" ,
"tags" : [
"otp" ,
"wrapper" ,
"sms"
] ,
"description" : "Send SMS and Otp in nim, a wrapper for TextBelt's public API" ,
"license" : "MIT" ,
"web" : "https://github.com/foxoman/mersal" ,
"doc" : "https://mersal-doc.surge.sh/mersal"
2022-08-15 23:35:48 -05:00
} ,
2022-09-17 10:03:46 +02:00
{
"name" : "zigcc" ,
"url" : "https://github.com/enthus1ast/zigcc" ,
"method" : "git" ,
"tags" : [
"zig" ,
"wrapper"
] ,
"description" : "wraps `zig cc` to be able to be called by the nim compiler" ,
"license" : "MIT" ,
"web" : "https://github.com/enthus1ast/zigcc"
} ,
2022-08-15 23:35:48 -05:00
{
"name" : "imnotify" ,
"url" : "https://github.com/Patitotective/ImNotify" ,
"method" : "git" ,
"tags" : [
"imgui" ,
"notifications" ,
"popup" ,
"dear-imgui" ,
"gui"
] ,
"description" : "A notifications library for Dear ImGui" ,
"license" : "MIT" ,
"web" : "https://github.com/Patitotective/ImNotify"
2022-08-17 18:46:43 -04:00
} ,
2022-08-29 06:42:15 +00:00
{
"name" : "pricecsv" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/pricecsv" ,
2022-08-29 06:42:15 +00:00
"method" : "git" ,
"tags" : [
"cli" ,
"calculator" ,
"csv" ,
"bulk" ,
"price" ,
"tool"
] ,
"description" : "Easily calculate the total of all products in csv" ,
"license" : "gpl-3.0" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/pricecsv"
2022-08-29 06:42:15 +00:00
} ,
2022-08-17 18:46:43 -04:00
{
"name" : "bu" ,
"url" : "https://github.com/c-blake/bu" ,
"method" : "git" ,
"tags" : [
"bu" ,
"unix" ,
"posix" ,
"linux" ,
"sysadmin" ,
"system administration" ,
"shell utilities" ,
"benchmarking" ,
"colorization" ,
"extreme value statistics"
] ,
"description" : "B)asic|But-For U)tility Code/Programs (Usually Nim & With Unix/POSIX/Linux Context)" ,
"license" : "MIT/ISC" ,
"web" : "https://github.com/c-blake/bu"
2022-08-19 16:51:29 +02:00
} ,
{
"name" : "clipper2" ,
"url" : "https://github.com/scemino/clipper2" ,
"method" : "git" ,
"tags" : [
"clipper" ,
"polygon" ,
"clipping" ,
"offsetting"
] ,
"description" : "Bindings for Clipper2Lib: Polygon Clipping and Offsetting Library from Angus Johnson" ,
"license" : "boost" ,
"web" : "https://github.com/scemino/clipper2"
2022-08-21 02:25:52 +02:00
} ,
{
"name" : "libdeflate_gzip" ,
"url" : "https://github.com/radekm/nim_libdeflate_gzip" ,
"method" : "git" ,
"tags" : [
"compression" ,
"gzip" ,
"deflate"
] ,
"description" : "A wrapper for libdeflate" ,
"license" : "MIT" ,
"web" : "https://github.com/radekm/nim_libdeflate_gzip"
2022-08-26 14:03:22 -03:00
} ,
2022-09-08 15:42:38 +02:00
{
"name" : "QRgen" ,
"url" : "https://github.com/aruZeta/QRgen" ,
"method" : "git" ,
"tags" : [
"qrcode" ,
"qr code" ,
"qr generator" ,
"qr" ,
"qr codes" ,
"qrcode generator" ,
"qr code generator" ,
"library"
] ,
"description" : "A QR code generation library." ,
"license" : "MIT" ,
"web" : "https://github.com/aruZeta/QRgen"
} ,
2022-08-26 14:03:22 -03:00
{
"name" : "bitcoinlightning" ,
"url" : "https://github.com/juancarlospaco/bitcoin-lightning" ,
"method" : "git" ,
"tags" : [
"crypto"
] ,
"description" : "Bitcoin Lightning client" ,
"license" : "MIT" ,
"web" : "https://github.com/juancarlospaco/bitcoin-lightning"
2022-08-29 05:52:35 +00:00
} ,
2022-08-29 06:42:49 +00:00
{
"name" : "studiobacklottv" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/studiobacklottv" ,
2022-08-29 06:42:49 +00:00
"method" : "git" ,
"tags" : [
"video" ,
"studiobacklot" ,
"extractor" ,
"cli" ,
"tool"
] ,
"description" : "Studio Backlot TV video extractor" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/studiobacklottv"
2022-08-29 06:42:49 +00:00
} ,
2022-08-29 05:52:35 +00:00
{
"name" : "brightcove" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/brightcove" ,
2022-08-29 05:52:35 +00:00
"method" : "git" ,
"tags" : [
"library" ,
"extractor" ,
"brightcove" ,
"video"
] ,
"description" : "Brightcove player parser" ,
"license" : "MIT" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/brightcove"
2022-08-30 17:22:59 +01:00
} ,
{
"name" : "codegenlib" ,
"url" : "https://github.com/Mythical-Forest-Collective/CodeGenLib" ,
"method" : "git" ,
"tags" : [
"library" ,
"codegen" ,
"codegeneration"
] ,
"description" : "A simple code generation library for other programming languages!" ,
"license" : "MIT" ,
"web" : "https://github.com/Mythical-Forest-Collective/CodeGenLib"
2022-08-31 00:37:44 -04:00
} ,
{
"name" : "safeset" ,
"url" : "https://github.com/avahe-kellenberger/safeset" ,
"method" : "git" ,
"tags" : [
"safeset" ,
"set" ,
"iterate"
] ,
"description" : "Set that can safely add and remove elements while iterating." ,
"license" : "GPL-2.0-only" ,
"web" : "https://github.com/avahe-kellenberger/safeset"
2022-08-31 17:12:29 +03:00
} ,
{
"name" : "tlv" ,
"url" : "https://github.com/d4rckh/nim-tlv" ,
"method" : "git" ,
"tags" : [
"tlv" ,
"serialization" ,
"database" ,
"data"
] ,
"description" : "Simplified TLV parsing for nim." ,
"license" : "MIT" ,
"web" : "https://github.com/d4rckh/nim-tlv"
2022-09-01 22:08:03 -04:00
} ,
2022-09-05 18:49:14 +05:00
{
"name" : "shiftfields" ,
"url" : "https://github.com/sumatoshi/shiftfields" ,
"method" : "git" ,
"tags" : [
"bitfield" ,
"bitfields" ,
"library"
] ,
"description" : "ShiftField type and sugar for c-style shift bitfields in nim." ,
"license" : "MIT" ,
"web" : "https://github.com/sumatoshi/shiftfields"
} ,
2022-09-01 22:08:03 -04:00
{
"name" : "ndup" ,
"url" : "https://github.com/c-blake/ndup" ,
"method" : "git" ,
"tags" : [
"rolling hash" ,
"content-sensitive framing" ,
"near duplicate" ,
"duplicate" ,
"detection" ,
"binary files" ,
"set file manipulation"
] ,
"description" : "Near-Duplicate File Detection" ,
"license" : "MIT/ISC" ,
"web" : "https://github.com/c-blake/ndup"
2022-09-02 18:10:00 +02:00
} ,
{
"name" : "libfuzzy" ,
"url" : "https://github.com/srozb/nim-libfuzzy" ,
"method" : "git" ,
"tags" : [
"cryptography" ,
"ssdeep" ,
"libfuzzy" ,
"fuzzyhashing" ,
"hash" ,
"wrapper"
] ,
"description" : "libfuzzy/ssdeep wrapper" ,
"license" : "GPL-2.0-only" ,
"web" : "https://github.com/srozb/nim-libfuzzy"
2022-09-08 14:59:50 +02:00
} ,
2022-09-16 09:24:59 +01:00
{
"name" : "clown_limiter" ,
"url" : "https://github.com/C-NERD/clown_limiter" ,
"method" : "git" ,
"tags" : [
"jester" ,
"rate_limiter" ,
"plugin" ,
"clown_limiter"
] ,
"description" : "Jester rate limiter plugin" ,
"license" : "MIT" ,
"web" : "https://github.com/C-NERD/clown_limiter"
} ,
2022-09-08 15:41:36 +02:00
{
"name" : "bitseqs" ,
"url" : "https://github.com/adokitkat/bitfields" ,
"method" : "git" ,
"tags" : [
"bit" ,
"bitfield" ,
"seq" ,
"bitseq" ,
"manipulation" ,
"utility" ,
"library"
] ,
"description" : "Utility for a bit manipulation" ,
"license" : "MIT" ,
"web" : "https://github.com/adokitkat/bitfields"
} ,
2022-09-08 14:59:50 +02:00
{
"name" : "peni" ,
"url" : "https://github.com/srozb/peni" ,
"method" : "git" ,
"tags" : [
"pe" ,
"tool" ,
"static" ,
"analysis" ,
"malware"
] ,
"description" : "PE tool based on libpe (with no S)" ,
"license" : "MIT" ,
"web" : "https://github.com/srozb/peni"
2022-09-14 02:24:47 +00:00
} ,
2022-09-15 13:27:35 -05:00
{
"name" : "getdns" ,
"url" : "https://git.sr.ht/~ehmry/getdns-nim" ,
"method" : "git" ,
2022-09-19 10:56:38 +02:00
"tags" : [
"dns" ,
"network"
] ,
2022-09-15 13:27:35 -05:00
"description" : "Wrapper over the getdns API" ,
"license" : "BSD-3-Clause" ,
"web" : "https://getdnsapi.net/"
} ,
2022-09-14 02:24:47 +00:00
{
"name" : "ezscr" ,
2022-09-26 07:56:00 +00:00
"url" : "https://git.ozzuu.com/thisago/ezscr" ,
2022-09-14 02:24:47 +00:00
"method" : "git" ,
"tags" : [
"script" ,
"tool" ,
"portable" ,
"nimscript"
] ,
"description" : "Portable and easy Nimscript runner. Nim compiler not needed" ,
"license" : "gpl-3.0-only" ,
2022-09-26 07:56:00 +00:00
"web" : "https://git.ozzuu.com/thisago/ezscr"
2022-09-19 10:56:38 +02:00
} ,
2022-09-19 04:36:43 -07:00
{
"name" : "packy" ,
"url" : "https://github.com/xrfez/packy" ,
"method" : "git" ,
"tags" : [
"packy" ,
"pack" ,
"packDep" ,
"dependency" ,
"dependencies" ,
".dll" ,
"installer" ,
"bundle" ,
"bundler" ,
"pure" ,
"tool" ,
"utility" ,
"library" ,
"package"
] ,
"description" : "Library to pack dependencies in the compiled binary. Supports .dll files" ,
"license" : "Apache-2.0 License" ,
"web" : "https://github.com/xrfez/packy"
} ,
2022-09-19 10:56:38 +02:00
{
"name" : "mpv" ,
"url" : "https://github.com/WeebNetsu/nim-mpv" ,
"method" : "git" ,
"tags" : [
"mpv" ,
"libmpv" ,
"bindings" ,
"nim-mpv"
] ,
"description" : "Nim bindings for libmpv" ,
"license" : "MIT" ,
"web" : "https://github.com/WeebNetsu/nim-mpv"
2022-09-20 11:27:23 +03:00
} ,
{
"name" : "dimage" ,
"url" : "https://github.com/accodeing/dimage" ,
"method" : "git" ,
"tags" : [
"library" ,
"image" ,
"metadata" ,
"size"
] ,
"description" : "Pure Nim, no external dependencies, image mime type and dimension reader for images" ,
"license" : "LGPL-3.0" ,
"web" : "https://github.com/accodeing/dimage"
2022-09-24 20:50:07 -05:00
} ,
2022-09-26 07:56:00 +00:00
{
"name" : "checkif" ,
"url" : "https://git.ozzuu.com/thisago/checkif" ,
"method" : "git" ,
"tags" : [
"windows" ,
"fs" ,
"cli" ,
"tool" ,
"test"
] ,
"description" : "A CLI tool to check files (and registry in Windows)" ,
"license" : "MIT" ,
"web" : "https://git.ozzuu.com/thisago/checkif"
} ,
2022-09-24 20:50:07 -05:00
{
"name" : "kdl" ,
"url" : "https://github.com/Patitotective/kdl-nim" ,
"method" : "git" ,
"tags" : [
"kdl" ,
"parser" ,
"config" ,
"serialization"
] ,
"description" : "KDL document language Nim implementation" ,
"license" : "MIT" ,
"web" : "https://github.com/Patitotective/kdl-nim"
2022-09-27 18:12:46 +02:00
} ,
2022-09-30 15:09:26 +02:00
{
"name" : "QRterm" ,
"url" : "https://github.com/aruZeta/QRterm" ,
"method" : "git" ,
"tags" : [
"qrcode" ,
"qr code" ,
"qr generator" ,
"qr" ,
"qr codes" ,
"qrcode generator" ,
"qr code generator" ,
"binary" ,
"terminal"
] ,
"description" : "A simple QR generator in your terminal." ,
"license" : "MIT" ,
"web" : "https://github.com/aruZeta/QRterm"
} ,
2022-09-27 18:12:46 +02:00
{
"name" : "geometrymath" ,
"url" : "https://github.com/can-lehmann/geometrymath" ,
"method" : "git" ,
"tags" : [
"library" ,
"geometry" ,
"math" ,
"graphics"
] ,
"description" : "Linear algebra library for computer graphics applications" ,
"license" : "MIT" ,
"web" : "https://github.com/can-lehmann/geometrymath"
2022-06-29 00:28:43 -04:00
}
2022-01-16 05:47:39 +03:00
]