Packages With Generated Documentation

Packages where API documentation was successfully generated from source.

NESM
NESM stands for Nim's Easy Serialization Macro. The macro that allows generation of serialization functions by one line of code!
Active Pure Nim linux macos win
RC4
RC4 library implementation
Pure Nim RC4 encryption library crypto simple 0.1.0 linux macos win
abif
ABIF (Applied Biosystems Information Format) parser for DNA sequencing data
Pure Nim abif fastq ab1 bioinformatics parser 0.2.0 linux macos win
about
Executable for finding information about programs in PATH
Pure Nim cli tool 0.1.1 linux macos win
algebra
Algebraic Expression Parser and Evaluator
Pure Nim algebra parse evaluate mathematics deleted 0.1.1 linux macos win
alignment
alignment is a library to align strings.
Pure Nim library text align string strutils 1.3.0 linux macos win
argparse
A command line argument parser
Pure Nim cli argparse optparse 4.0.2 linux macos win
asciigraph
Console ascii line charts in pure nim
Pure Nim graph plot terminal io 0.1.2 linux macos win
asciitype
This module performs character tests.
Pure Nim nim nimble linux macos win
ast_pattern_matching
a general ast pattern matching library with a focus on correctness and good error messages
Pure Nim macros pattern-matching ast 1.0.0 linux macos win
awslambda
A package to compile nim functions for AWS Lambda
Pure Nim aws lambda 0.2.0 linux macos win
backoff
Implementation of exponential backoff for nim.
Pure Nim backoff exponential-backoff nim-lang nimble linux macos win
basic2d
Deprecated module from stdlib.
Pure Nim deprecated vector stdlib library 0.1.0 linux macos win
basic3d
Deprecated package from the stdlib.
Pure Nim deprecated vector stdlib library 0.1.0 linux macos win
bearlibterminal
Wrapper for the C[++] library BearLibTerminal
Pure Nim roguelike terminal bearlibterminal tcod libtcod 1.0.0 linux macos win
benchy
Benchmarking
Pure Nim bench benchmark profile runtime profiling 0.1.0 linux macos win
bencode
bencode library
Pure Nim library bencode 0.1.0 linux macos win
bgfxdotnim
Bindings to BGFX
Pure Nim bgfx 3d vulkan opengl metal 0.1.0 linux macos win
binary_serialization
Flexible binary serialization not relying on run-time type information
Pure Nim library binary serialization 0.1.0 linux macos win
bingo
Binary serialization framework
Pure Nim binary marshal serialize deserialize 0.5.0 linux macos win
bitty
Utilities with dealing with 1d and 2d bit arrays.
Pure Nim networking udp 0.1.4 linux macos win
bitvec
Extensible Bit Vector library for nim
Pure Nim serialization encoding wireline 0.1.0 linux macos win
blake2
blake2 - cryptographic hash function
Pure Nim crypto cryptography hash security 0.4 linux macos win
blosc
BLOSC meta-compression for Nim.
Wrapper blosc wrapper compression 1.15.0 linux macos win
breeze
macro dsl
Pure Nim dsl macro metaprogramming 0.0.5 linux macos win
bson
BSON (Binary Json) serialization
Pure Nim bson serialize parser json 1.1.2 linux macos win
bumpy
2d collision library.
Pure Nim 2d collision 1.1.3 linux macos win
c_alikes
Operators, commands and functions more c-like, plus a few other utilities
Pure Nim library bitwise bitops pointers shallowCopy 0.2.0 linux macos win
cal
A simple interactive calculator
Pure Nim calculator nim 0.2.0 linux macos win
cascade
Method & assignment cascades for Nim, inspired by Smalltalk & Dart.
Pure Nim macro cascade operator dart with 1.0.0 linux macos win
cassandra
Cassandra driver bindings
Wrapper cassandra database wrapper bindings driver 0.1.0 linux macos win
cbor
Concise Binary Object Representation decoder and encoder (RFC8949).
Pure Nim serialization cbor library binary nim 20250805 linux macos win
cbor_serialization
Flexible CBOR serialization not relying on run-time type information
Pure Nim library binary cbor serialization 0.4.2 linux macos win
chebyshev
Chebyshev approximation.
Pure Nim math approximation numerical 0.2.2 linux macos win
chonker
Arch Linux Pacman Optimizer
Pure Nim arch linux pacman 0.1.0 linux macos win
chroma
Everything you want to do with colors
Pure Nim colors cmyk hsl hsv 1.0.0 linux macos win
chronicles
A crafty implementation of structured logging for Nim
Pure Nim logging json 0.12.4 linux macos win
chrono
Calendars, Timestamps and Timezones utilities.
Pure Nim library timestamp calendar timezone 0.3.2 linux macos win
chronopipe
Show start/end datetime and duration of a command-line process using pipe.
Pure Nim cli timer pipe 0.1.0 linux macos win
cirru_parser
Parser for Cirru syntax
Pure Nim parser cirru 0.3.0 linux macos win
cirru_writer
Cirru writer in Nim
Pure Nim cirru 0.1.4 linux macos win
clblast
A wrapper for CLBlast, an OpenCL BLAS library
Wrapper BLAS linear algebra vector matrix 0.0.2 linux macos win
cli_menu
A library to create interactive commandline menus without writing boilerplate code.
Pure Nim menu library cli interactive userinput 0.2.5 linux macos win
clr
Get information about colors and convert them in the command line
Pure Nim command-line color rgb hsl hsv 1.0.0 linux macos win
cobs
Consistent Overhead Byte Stuffing for Nim
Pure Nim serialization encoding wireline framing cobs 1.0.0 linux macos win
coco
Code coverage with line and branch support for Nim
Pure Nim code coverage test 0.0.3 linux macos win
colorcol
Kakoune plugin for color preview
Pure Nim kakoune plugin color preview 0.5.4 linux macos win
colorize
Simple lightweight package to colorize your terminal output
Pure Nim color colors colorize 0.2.0 linux macos win
compactdict
A compact dictionary implementation
Pure Nim dictionary hashtable data-structure hash compact 0.1.0 linux macos win
configparser
pure Ini configurations parser
Pure Nim configparser ini parser 0.1.0 linux macos win
confutils
Simplified handling of command line options and config files
Pure Nim library configuration 0.1.1 linux macos win
constants
Mathematical numerical named static constants useful for different disciplines
Pure Nim math physics chemistry biology engineering 0.1.0 linux macos win
contracts
Design by contract (DbC) library.
Pure Nim library pure contract contracts DbC 0.2.2 linux macos win
controlStructures
Additional Control Structures
Pure Nim library control structure 0.2.0 linux macos win
couchdb
Easily and comfortably access your CouchDB.
Pure Nim akito database db couch couchdb 0.1.0 linux macos win
cowstrings
Copy-On-Write string implementation according to nim-lang/RFCs#221
Pure Nim copy-on-write string cow optimization datatype 0.7.1 linux macos win
cppstl
Bindings for the C++ Standard Template Library (STL)
Pure Nim c++ stl bindings 0.7.0 linux macos win
crap
`rm` files without fear
Pure Nim rm delete files trash nim 0.2.3 linux macos win
crc32
CRC-32 In-Place
Pure Nim crc32 checksum minimalism 0.5.2 linux macos win
criterion
Statistic-driven microbenchmark framework
Pure Nim benchmark 0.3.1 linux macos win
crosscompile
Crosscompile Nim source code into multiple targets on Linux with this proc.
Pure Nim crosscompile compile 0.1.1 linux macos win
csvtable
Nim tools for handling CSV files with an API similar to Python\'s CSVDictReader and -Writer
Pure Nim csv table 0.3.0 linux macos win
currying
Currying Library for Nim
Pure Nim library functional currying 1.0.0 linux macos win
d3
Nim bindings to D3js
Wrapper d3 javascript library wrapper 0.1.3 linux macos win
daemonim
daemonizer for Unix, Linux and OS X
Pure Nim unix library 0.2.1 linux macos win
dashing
Terminal dashboards for Nim
Pure Nim library pure terminal 0.1.1 linux macos win
db_clickhouse
ClickHouse Nim interface
Wrapper wrapper database clickhouse 0.5.0 linux macos win
db_presto
prestodb connector
Pure Nim prestodb connector database 1.1.0 linux macos win
dbg
\"dbg\" template; in debug echo
Pure Nim template echo dbg debug 0.1.1 linux macos win
digitalocean
Wrapper for DigitalOcean HTTP API.
Pure Nim digitalocean servers api 0.1.1 linux macos win
dnsclient
Simple DNS Client & Library
Pure Nim dnsclient nim dns 0.3.4 linux macos win
docx
A simple docx reader.
Pure Nim docx reader 0.1.8 linux macos win
drand48
Nim implementation of standard unix drand48 random number generator
Pure Nim random number generator 1.1.2 linux macos win
drchaos
A powerful and easy-to-use fuzzing framework in Nim for C/C++/Obj-C targets
Pure Nim security binary structured fuzzing unit-testing 0.1.9 linux macos win
dsrclib
Read DSRC2 compressed FASTQ files
Pure Nim bioinformatics fastq compression dsrc dsrc2 0.2.0 linux macos win
dtoa
Port of Milo Yip's fast dtoa() implementation
Pure Nim algorithms serialization fast grisu dtoa 0.1.0 linux macos win
dumpincludes
See where your exe size comes from.
Pure Nim imports includes perf exe 0.0.1 linux macos win
dx12
DirectX 12 wrapper for Nim on Windows.
Pure Nim directx d3d12 windows graphics bindings 0.1.0 linux macos win
easings
Robert Penner Easing Functions for Nim
Pure Nim easings math 0.1.0 linux macos win
eastasianwidth
eastasianwidth is library for EastAsianWidth.
Pure Nim library text east_asian_width 1.1.0 linux macos win
easymail
wrapper for the sendmail command
Pure Nim email sendmail net mail 0.1.0 linux macos win
ed25519
ed25519 key crypto bindings
Pure Nim ed25519 cryptography crypto publickey privatekey 0.1.1 linux macos win
edens
A command to encode / decode text with your dictionary
Pure Nim cli command encode decode joke 1.0.0 linux macos win
eminim
JSON serialization framework for Nim
Pure Nim json marshal serialize deserialize 2.8.2 linux macos win
ensem
Support for ensemble file format and arithmetic using jackknife/bootstrap propagation of errors
Pure Nim jackknife statistics 1.4.0 linux macos win
espeak
Nim Espeak NG wrapper, for super easy Voice and Text-To-Speech
Pure Nim espeak voice texttospeech 0.1.0 linux macos win
etcd_client
etcd client library
Pure Nim library etcd 0.2.0 linux macos win
ethash
A Nim implementation of Ethash, the Ethereum proof-of-work hashing function
Pure Nim library ethereum ethash cryptography proof-of-work 0.0.1 linux macos win
euclidean
Euclidean Division & Euclidean Modulo
Pure Nim euclidean modulo division math 0.1.0 linux macos win
fab
Print fabulously in your terminal
Pure Nim colors terminal formatting text fun 0.4.3 linux macos win
falas
fragment-aware local assembler for short reads
Pure Nim sequence dna assembly genomics nim linux macos win
faststreams
Nearly zero-overhead input/output streams for Nim
Pure Nim library I/O memory-mapping streams 0.5.2 linux macos win
fastx_reader
FastQ and Fasta readers for NIM
Pure Nim bioinformatics, fastq fasta, nim 0.1.0 linux macos win
feednim
An Atom, RSS, and JSONfeed parser
Pure Nim yes 0.2.1 linux macos win
figures
Unicode symbols with Windows CMD fallbacks
Pure Nim unicode cli figures 1.2.0 linux macos win
finals
Transparently declare single-set attributes.
Pure Nim types 1.0.5 linux macos win
finalseg
jieba\'s finalseg port to nim
Pure Nim library chinese words 0.1.0 linux macos win
flatdb
small/tiny, flatfile, jsonl based, inprogress database for nim
Pure Nim database flatfile nim nim-lang nimble linux macos win
fletcher
Implementation of the Fletcher checksum algorithm.
Pure Nim algorithm checksum hash adler crc 0.4.0 linux macos win
fltk
Fast Light Toolkit.
Wrapper gui fltk wrapper c++ 1.3.4 linux macos win
fmod
Nim wrapper for the FMOD Low Level C API
Pure Nim library fmod audio game sound 0.1.1 linux macos win
fnv
FNV-1 and FNV-1a non-cryptographic hash functions (documentation hosted at: http://ryuk.ooo/nimdocs/fnv/fnv.html)
Pure Nim fnv fnv1a fnv1 fnv-1a fnv-1 0.1.0 linux macos win
foreach
A sugary for loop with syntax for typechecking loop variables
Pure Nim macro syntax sugar 1.0.2 linux macos win
freetype
FreeType2 library wrapper
Pure Nim font renderint library 0.1.2 linux macos win
fsm
A simple finite-state machine for @nim-lang
Pure Nim fsm finite state machine 0.1.1 linux macos win
fswatch
fswatch library wrapper
Pure Nim fswatch fsmonitor libfswatch filesystem 0.1.0 linux macos win
fuzzy
Pure nim fuzzy search implementation. Supports substrings etc
Pure Nim fuzzy search 0.1.0 linux macos win
fwrite
Create files of the desired size
Pure Nim create, file, write, fwrite 1.0.0 linux macos win
gameoflife
gameoflife is library for Game of Life.
Pure Nim gameoflife library 1.4.0 linux macos win
gara
Macro-based pattern matching library.
Pure Nim nim pattern 0.2.0 linux macos win
gatabase
Compile-Time ORM for Nim
Pure Nim database orm postgres sql 0.9.9 linux macos win
gdbmc
This library is a wrapper to C GDBM one
Wrapper gdbm key-value nosql library wrapper 0.9.9 linux macos win
getch
getch() for Windows and Unix
Pure Nim getch char 0.1.0 linux macos win
getr
Benchmarking wrapper around getrusage()
Pure Nim benchmark utility 0.1.1 linux macos win
gifenc
Gif Encoder
Pure Nim gif encoder 0.1.1 linux macos win
gifwriter
GIF writing library based on jo_gif
Pure Nim gif image library 0.1.0 linux macos win
glob
Pure library for matching file paths against Unix style glob patterns.
Pure Nim glob pattern match walk filesystem 0.11.3 linux macos win
globby
Globby - Glob pattern matching for Nim.
Pure Nim glob 0.1.0 linux macos win
gnuplot
Interface to Gnuplot
Pure Nim plot graphing data 0.6 linux macos win
gnuplotlib
Nim gnuplot interface
Pure Nim graphics plotting graphing data 2.7.1 linux macos win
grafanim
Grafana module for nim
Pure Nim library grafana dashboards 0.1.0 linux macos win
graphemes
Grapheme aware string handling (Unicode tr29)
Pure Nim graphemes grapheme-cluster unicode 0.12.0 linux macos win
guardmons
Cross-platform collection of OS Utilities
Pure Nim daemon ssh copy shell kill 1.0.0 linux macos win
haraka
Haraka v2 short-input hash function
Pure Nim hash haraka 0.1.0 linux macos win
hotdoc
Single page documentation generator
Pure Nim static docs generator 0.1.0 linux macos win
hpack
HPACK (Header Compression for HTTP/2)
Pure Nim http2 hpack 0.4.1 linux macos win
html_tools
HTML5 Tools for Nim, all Templates, No CSS, No Libs, No JS Framework
Pure Nim html validation frontend 0.2.0 linux macos win
hts
hts (bam/sam) for nim
Pure Nim kmer dna sequence bam vcf 0.3.31 linux macos win
httpkit
An efficient HTTP parser written in pure nim. Help you to write HTTP services or clients via TCP, UDP, or even Unix Domain socket, etc.
Pure Nim http request response stream bigfile 0.1.1 linux macos win
httputils
HTTP request/response helpers & parsing procedures
Pure Nim http parsers protocols 0.5.1 linux macos win
illwill
A curses inspired simple cross-platform console library for Nim
Pure Nim terminal console curses ui 0.4.1 linux macos win
illwill_unsafe
A fork of John Novak (john@johnnovak.net)'s illwill package that is less safe numbers wise
Pure Nim illWill_fork terminal ncurses 0.1.0 linux macos win
imageman
Image manipulation library
Pure Nim image graphics processing manipulation 0.8.2 linux macos win
importc_helpers
Nim support library for importing symbols from C
Pure Nim import c helper 1.0.0 linux macos win
intel_hex
Intel hex file utility library
Pure Nim utils parsing hex 0.1.0 linux macos win
interfaced
Go-like interfaces
Pure Nim interface 0.2.0 linux macos win
itchio
itch.io API Client for Nim
Pure Nim itchio game gaming async multisync 0.1.0 linux macos win
itertools
Nim rewrite of a very popular Python module of the same name.
Pure Nim iterators itertools nim nim-lang nimble linux macos win
jack
Shiny bindings to the JACK Audio Connection Kit.
Wrapper jack audio binding wrapper 0.1.0 linux macos win
joyent_http_parser
Joyent\'s high performance parser.
Wrapper wrapper library parsing 0.1.0 linux macos win
jsonpak
Packed ASTs for compact and efficient JSON representation, with JSON Pointer, JSON Patch support.
Pure Nim json json-patch json-pointer data-structure 1.1.2 linux macos win
jsony
A loose direct to object json parser with hooks.
Pure Nim json 1.1.6 linux macos win
jstin
JS {de,}serialization as it says on the tin
Pure Nim json serialize deserialize easy simple 0.1.0 linux macos win
kaitai_struct_nim_runtime
Kaitai Struct runtime library for Nim
Pure Nim library 0.11.0 linux macos win
kexpr
math expression evaluator library
Pure Nim math expression evalute 0.0.2 linux macos win
keystone
Bindings to the Keystone Assembler.
Pure Nim binding keystone asm assembler x86 0.1.1 linux macos win
kiwi
Cassowary constraint solving
Pure Nim cassowary constraint solving 0.1.0 linux macos win
kmer
dna kmer ops for nim
Pure Nim kmer dna sequence 0.2.6 linux macos win
ladder
Ladder logic macros for Nim. documentation hosted at http://ryuk.ooo/nimdocs/ladder/ladder.html
Pure Nim ladder logic PLC state machine 0.4.0 linux macos win
lapper
fast, simple interval overlaps with binary search
Pure Nim interval 0.1.8 linux macos win
lastfm
Last.FM API bindings (documentation: https://tandy1000.gitlab.io/lastfm-nim/)
Pure Nim last.fm lastfm music metadata api 0.8.2 linux macos win
lc
A post-modern, \"multi-dimensional\", configurable, abbreviating, extensible ls/file lister
Pure Nim terminal cli binary linux unix 0.21.5 linux macos win
lda
Latent Dirichlet allocation
Pure Nim LDA topic-modeling text-clustering NLP 0.1.0 linux macos win
libbacktrace
Nim wrapper for libbacktrace
Wrapper cpp nim c library wrapper 0.2.0 linux macos win
libgcrypt
Libgcrypt wrapper
Wrapper wrapper library security crypto 0.1.1 linux macos win
libgit2
Libgit2 low level wrapper
Wrapper git libgit libgit2 vcs wrapper 0.26.0 linux macos win
libgraph
Converts 2D linear graph coordinates to pixels on screen
Pure Nim graph math conversion pixels coordinates 1.2 linux macos win
libplist
wrapper around libplist https://github.com/libimobiledevice/libplist
Pure Nim libplist property list property-list parsing 0.1.0 linux macos win
libravatar
Libravatar library for Nim, Gravatar alternative. Libravatar is an open source free federated avatar api & service.
Pure Nim libravatar gravatar avatar federated 0.5.5 linux macos win
libsha
Sha1 and Sha2 implementations
Pure Nim sha1 sha224 sha256 sha384 sha512 1.0 linux macos win
libssh
libssh FFI bindings
Pure Nim ssh libssh 0.90.0 linux macos win
libu2f
Wrapper for the libu2f server and client
Pure Nim u2f library security authentication fido 0.1.1 linux macos win
linuxfb
Wrapper for <linux/fb.h> framebuffer ioctls
Wrapper wrapper graphics linux 0.1.0 linux macos win
loadenv
load .env variables
Pure Nim environment variables env 0.1.0 linux macos win
loco
Localization package for Nim.
Pure Nim localization translation internationalization i18n 0.1.2 linux macos win
lolcat
lolcat implementation in Nim
Pure Nim lolcat binary tool colors fun 0.1.0 linux macos win
looper
For loop macros for Nim
Pure Nim loop iterator zip collect 0.8.0 linux macos win
loopfusion
Loop efficiently over a variadic number of containers
Pure Nim loop iterator zip forEach variadic 0.0.1 linux macos win
lscolors
A library for colorizing paths according to LS_COLORS
Pure Nim lscolors posix unix linux ls 1.0.0 linux macos win
luhncheck
Implementation of Luhn algorithm in nim.
Pure Nim library algorithm 0.1.0 linux macos win
magic
libmagic for nim
Pure Nim libmagic magic guessfile 0.1.0 linux macos win
manu
Nim Matrix library
Pure Nim matrix linear-algebra scientific 2.3.1 linux macos win
markdown
A Markdown Parser in Nim World.
Pure Nim docs markdown md html nim 0.8.8 linux macos win
masterpassword
Master Password algorithm implementation
Pure Nim masterpassword password stateless 0.2.1 linux macos win
mathexpr
MathExpr - tiny mathematical expression evaluator library
Pure Nim math mathparser tinyexpr 1.3.2 linux macos win
maze
A command and library to generate mazes
Pure Nim library algorithm maze cli nim 1.0.1 linux macos win
mddoc
Generate Nim API docs in markdown for GitHub's README.md files.
Pure Nim documentation markdown 0.1.0 linux macos win
mdevolve
Integrator framework for Molecular Dynamic evolutions
Pure Nim MD integrator numerical evolution 1.0.0 linux macos win
memonitor
Cross-platform memory monitoring utilities for Nim programs
Pure Nim profiling monitor ram system memory 0.1.0 linux macos win
metatools
Metaprogramming tools for Nim
Pure Nim macros metaprogramming 0.2.0 linux macos win
metrics
Metrics client library supporting Prometheus
Pure Nim library metrics prometheus statsd 0.2.3 linux macos win
miniz
Wrapper for Miniz lib.
Wrapper zlib zip wrapper compression 0.2.0 linux macos win
minmaxheap
MinMaxHeap
Pure Nim minmaxheap heap priorityqueue 0.1.0 linux macos win
morepretty
morepretty - More pretty than nimpretty.
Pure Nim nimpretty autoformat code 0.1.0 linux macos win
mpdclient
MPD client library
Pure Nim mpd music player client 0.3.2 linux macos win
mpeg
Wrapper for pl_mpeg single header mpeg library.
Pure Nim video formats file 0.1.1 linux macos win
murmurhash
Pure nim implementation of murmur hash
Pure Nim murmur hash MurmurHash3 MurmurHash2 0.4.0 linux macos win
mustache
Mustache in Nim
Pure Nim mustache template nim 0.4.3 linux macos win
mysqlparser
An efficient packet parser for MySQL Client/Server Protocol. Help you to write Mysql communication in either BLOCKIONG-IO or NON-BLOCKING-IO.
Pure Nim mysql protocol parser 0.2.1 linux macos win
nanoid
The Nim implementation of NanoID
Pure Nim nanoid random generator 0.2.0 linux macos win
nap
Argument parser
Pure Nim arguments parser opts library 5.2.0 linux macos win
naylib
Raylib Nim wrapper
Wrapper library wrapper raylib gamedev 26.08.0 linux macos win
neoid
Nim implementation of NanoID.
Pure Nim akito nanoid neoid uuid oid 0.3.2 linux macos win
nerve
An RPC framework
Pure Nim rpc framework web json api 0.3.0 linux macos win
netty
Netty is a reliable UDP connection for games in Nim.
Pure Nim networking udp 0.2.1 linux macos win
news
Simple WebSocket library for nim.
Pure Nim websocket chronos 0.5 linux macos win
ngxcmod
High level wrapper for build nginx module w/ nginx-c-function
Wrapper nginx module nginx-c-function wrapper 0.1.2 linux macos win
nicy
A nice and icy ZSH prompt in Nim
Pure Nim shell git prompt zsh nim 2.5.1 linux macos win
nifty
A decentralized (pseudo) package manager and script runner.
Pure Nim package-manager nim script-runner 1.2.4 linux macos win
nigui
Cross-platform, desktop GUI toolkit using native widgets.
Pure Nim gui windows gtk 0.2.8 linux macos win
nim_cexc
A simple chunked external protocol interface for Splunk custom search commands.
Pure Nim splunk command cexc chunked 0.1.0 linux macos win
nim_curry
Provides a macro to curry function
Pure Nim library functional macro currying 0.1.0 linux macos win
nim_exodus
Template generator for gester
Pure Nim web html template 0.0.1 linux macos win
nim_miniz
Nim wrapper for miniz
Wrapper nim miniz zip c compression 1.1.0 linux macos win
nimbox
A Rustbox-inspired termbox wrapper
Wrapper library wrapper termbox command-line ui 0.1.0 linux macos win
nimby
Nimby helps you manage many nim packages.
Pure Nim packages lockfile install ci 0.2.1 linux macos win
nimcb
Integrate nim projects in the C++Builder build process
Pure Nim c++-builder msbuild 0.1.0 linux macos win
nimdeps
Nim library to bundle dependency files into executable
Pure Nim dependency bundle installer package 0.1.0 linux macos win
nimga
Genetic Algorithm Library for Nim.
Pure Nim GeneticAlgorithm nimga 0.2.0 linux macos win
nimgen
c2nim helper to simplify and automate the wrapping of C libraries
Wrapper c2nim library wrapper c c++ 0.5.3 linux macos win
nimgl
Nim Game Library
Pure Nim glfw imgui opengl bindings gl 1.3.2 linux macos win
nimgraphviz
Nim bindings for the GraphViz tool and the DOT graph language
Pure Nim graph viz graphviz dot pygraphviz 0.3.1 linux macos win
nimhq
HQ Trivia API wrapper for Nim
Pure Nim library api client 0.1.0 linux macos win
nimhttpd
A tiny static file web server. IPv4 & IPv6 supported!
Pure Nim http static-file-server server web-server nim 1.5.2 linux macos win
nimjson
nimjson generates nim object definitions from json documents.
Pure Nim lib library nim command cli 3.3.0 linux macos win
nimlapack
Nim binding for LAPACK
Pure Nim LAPACK linear-algebra 0.3.1 linux macos win
nimlevenshtein
A wrapper for algorithms from python-Levenshtein package.
Pure Nim levenshtein similarity string 0.1.0 linux macos win
nimly
Lexer Generator and Parser Generator as a library in Nim.
Pure Nim lexer parser lexer-generator parser-generator lex 0.7.0 linux macos win
nimnoise
A port of libnoise into pure nim, heavily inspired by Libnoise.Unity, but true to the original Libnoise
Pure Nim nimnoise noise coherent libnoise library 0.1.1 linux macos win
nimpb_protoc
Protocol Buffers compiler for nimpb
Pure Nim serialization protocol-buffers protobuf 0.1.0 linux macos win
nimquery
Library for querying HTML using CSS-selectors (like JavaScripts document.querySelector)
Pure Nim html scraping web 2.0.1 linux macos win
nimr
Helper to run nim code like a script
Pure Nim script utils 0.1.0 linux macos win
nimsnappyc
Snappy-C lib wrapper for Nim
Wrapper snappy compression wrapper library 0.0.4 linux macos win
nimssl
Nimssl is a Nim wrapper for the OpenSSL library
Pure Nim aes c2nim nim nimble nimgen linux macos win
nimsvg
Nim-based DSL allowing to generate SVG files and GIF animations.
Pure Nim svg 0.2.0 linux macos win
nimterlingua
Internationalization at Compile Time for Nim. Macro to translate unmodified code from 1 INI file. NimScript compatible.
Pure Nim internationalization i18n localization translation 0.1.0 linux macos win
nimtomd
Convert Nim files to markdown
Pure Nim markdown md nim 0.3.2 linux macos win
nimwin
A windowing library inspired by Rust's winit library
Pure Nim gui opengl vulkan web windowing 0.1.0 linux macos win
nlopt
A wrapper of the C library NLOPT for non-linear optimization
Wrapper library wrapper binding nonlinear-optimization 0.3.2 linux macos win
noise
noise is a Nim implementation of linenoise
Pure Nim linenoise readline command-line repl 0.1.10 linux macos win
nominatim
OpenStreetMap Nominatim API Lib and CLI Client for Nim
Pure Nim openstreetmap nominatim multisync async 0.1.5 linux macos win
normalize
Unicode normalization forms (tr15)
Pure Nim unicode normalization nfc nfd 0.9.0 linux macos win
nostr
NOSTR Protocol implementation.
Pure Nim akito nostr nostrich relay api 0.1.0 linux macos win
notify
A wrapper to notification libraries
Pure Nim library notify libnotify nim 0.1.5 linux macos win
nsh
nsh: Nim SHell(cross platform)
Pure Nim shell repl 0.3.1 linux macos win
ntangle
Command-line utility for Tangling of Org mode documents
Pure Nim literate-programming org-mode org tangling emacs 0.7.0 linux macos win
ogl46
OpenGL 4.6 DSA wrapper for Nim.
Pure Nim opengl graphics bindings gpu dsa 0.1.0 linux macos win
open_elevation
OpenStreetMap Elevation API MultiSync Client for Nim
Pure Nim openstreetmap geo elevation multisync async 0.1.5 linux macos win
openal
An OpenAL wrapper for nim.
Wrapper sound OpenAL wrapper 0.2.0 linux macos win
openapi
OpenAPI Code Generator
Pure Nim api openapi rest cloud 5.0.0 linux macos win
openexchangerates
OpenExchangeRates API Client for Nim. Works with/without SSL. Partially works with/without Free API Key.
Pure Nim money exchange openexchangerates bitcoin gold 0.2.0 linux macos win
openstreetmap
OpenStreetMap API Lib for Nim
Pure Nim openstreetmap multisync async geo map 0.2.0 linux macos win
openweathermap
OpenWeatherMap API Lib for Nim, Free world wide Creative Commons & Open Data Licensed Weather data
Pure Nim OpenWeatherMap weather CreativeCommons OpenData multisync 0.1.0 linux macos win
ormin
Prepared SQL statement generator. A lightweight ORM.
Pure Nim db ORM SQL database nim 0.9.0 linux macos win
oshostname
Get the current hostname with gethostname(2)
Wrapper posix wrapper 0.1.0 linux macos win
osrm
Open Source Routing Machine for OpenStreetMap API Lib and App
Pure Nim openstreetmap geo gis opendata routing 0.1.5 linux macos win
osureplay
Osu replay parser library and command-line utility.
Pure Nim library osu! parser osugame replay 0.0.3 linux macos win
osutil
OS Utils for Nim, simple tiny but useful procs for OS. Turn Display OFF, set Process Name, set Process CPU Usage Limit cap from 5% to 100% on global percentage.
Pure Nim utils helpers minimalism process mobile 0.2.0 linux macos win
owo
OwO text convewtew fow Nim
Pure Nim fun utility 0.1.0 linux macos win
p4ztag_to_json
Convert Helix Version Control / Perforce (p4) -ztag output to JSON
Pure Nim serialization-format ztag nim p4 perforce 0.11.1 linux macos win
p5nim
Nim bindings for p5.js
Pure Nim p5 javascript creative coding processing 0.1.0 linux macos win
package_visible_types
A cure for the lack of package-level visibility in Nim
Pure Nim library packages visibility 1.0.0 linux macos win
packedjson
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.
Pure Nim json 0.2.4 linux macos win
paddy
Paddy
Pure Nim gamepad controller input game 0.1.0 linux macos win
parseini
A high-performance ini parse library.
Pure Nim parseini nim 0.3.0 linux macos win
passgen
Password generation library in Nim
Pure Nim password-generator 0.2.0 linux macos win
patgraph
graph data structure library
Pure Nim graph datastructures 0.2.0 linux macos win
pcgbasic
Permuted Congruential Generator (PCG) Random Number Generation (RNG) for Nim.
Pure Nim pcg rng prng random 0.1.3 linux macos win
pg
Very simple PostgreSQL async api for nim.
Pure Nim postgresql db 0.1.1 linux macos win
pinggraph
Simple terminal ping graph
Pure Nim ping terminal 0.2.1 linux macos win
pipe
Pipe operator for nim.
Pure Nim pipe macro operator functional 0.1.1 linux macos win
pluginmanager
Simple plugin implementation
Pure Nim plugin dylib manager 0.1.0 linux macos win
pnm
pnm is library for PNM (Portable AnyMap).
Pure Nim pnm image library 2.1.1 linux macos win
pretty
Pretty - a pretty printer for Nim types.
Pure Nim pretty print 0.2.0 linux macos win
print
Print is a set of pretty print macros, useful for print-debugging.
Pure Nim pretty 1.0.2 linux macos win
printdebug
Print Debug for Nim, tiny 3 lines Lib, C Target
Pure Nim debug print helper util 0.1.0 linux macos win
procs
Unix process&system query&format lib&multi-command CLI in Nim
Pure Nim library terminal cli binary linux 0.8.14 linux macos win
prompt
Feature-rich readline replacement
Pure Nim command-line readline repl 0.0.1 linux macos win
protocoled
An interface macro for Nim
Pure Nim interface 0.1.0 linux macos win
proxyproto
PROXY Protocol enabler for aged programs
Pure Nim proxy protocol proxy-protocol haproxy tcp 0.1.4 linux macos win
pykot
Porting some Python / Kotlin features to Nim
Pure Nim library python kotlin 0.2.2 linux macos win
pyrepr
Python-like repr, ascii, hex/oct/bin, ...
Pure Nim library pylib python utils repr 0.1.1 linux macos win
qrcodegen
QR Code Generator for Nim.
Pure Nim qr barcode 1.0.0 linux macos win
rain
Rain simulation in your terminal
Pure Nim rain simulation terminal fun 0.1.0 linux macos win
rainbow
256 colors for shell
Pure Nim library 256-colors cli 0.2.2 linux macos win
randpw
Random password and passphrase generator
Pure Nim random password passphrase randpw 1.0.0 linux macos win
rbac
Simple Role-based Access Control Library
Pure Nim rbac acl role-based-access-control role-based access-control 0.1.1 linux macos win
readfq
Wrapper for Heng Li's kseq
Pure Nim fasta fastq parser kseq readfq 0.1.1 linux macos win
readfx
Parse FASTQ and FASTA files, using Heng Li's Klib
Pure Nim fasta fastq fastx seqfu bioinformatics 0.6.0 linux macos win
recaptcha
reCAPTCHA support for Nim, supporting rendering a capctcha and verifying a user\'s response.
Pure Nim recaptcha captcha 1.0.3 linux macos win
rect_packer
Pack rects into bigger rect
Pure Nim library geometry packing 0.1.0 linux macos win
redux_nim
Redux Implementation in nim
Pure Nim redux 1.0.3 linux macos win
regex
Linear time regex matching
Pure Nim regex 0.26.3 linux macos win
replim
most quick REPL of nim
Pure Nim repl binary program 0.2.3 linux macos win
requirementstxt
Python requirements.txt parser for Nim
Pure Nim python pip requirements 0.1.0 linux macos win
results
Friendly, exception-free value-or-error returns, similar to Option[T]
Pure Nim library result results errors functional 0.5.1 linux macos win
rexpaint
REXPaint .xp parser
Pure Nim rexpaint roguelike xp 1.0.0 linux macos win
rfc3339
RFC3339 (dates and times) implementation for Nim.
Pure Nim rfc3339 datetime 0.1.1 linux macos win
ringDeque
deque implementatoin using DoublyLinkedRing
Pure Nim deque DoublyLinkedRing utility python 0.2.0 linux macos win
rocksdb
A wrapper for Facebook's RocksDB, an embeddable, persistent key-value store for fast storage
Wrapper library wrapper database 11.1.2.0 linux macos win
rodcli
making Nim development easier in the command-line
Pure Nim cli compile run command-line init 0.2.4 linux macos win
sass
A wrapper for the libsass library.
Wrapper css compiler wrapper library scss 0.3.0 linux macos win
schedules
A Nim scheduler library that lets you kick off jobs at regular intervals.
Pure Nim scheduler schedules job task cron 0.2.0 linux macos win
sdnotify
Systemd service notification helper
Pure Nim os linux systemd sdnotify 0.1.0 linux macos win
serial
SerialPort library for Nim.
Pure Nim serial rs232 io serialport 1.2.0 linux macos win
sermon
Tool to monitor various items on your Linux server
Pure Nim monitor storage memory process 0.3.1 linux macos win
sha1ext
std / sha1 extension
Pure Nim sha1 extension 0.1.1 linux macos win
sha3
sha3 library
Pure Nim crypto cryptography hash security 0.7 linux macos win
sharedmempool
sharedmemorypool implementation in Nim
Pure Nim pool memory thread 0.1.0 linux macos win
shell
A Nim mini DSL to execute shell commands
Pure Nim library macro dsl shell 0.6.0 linux macos win
shiori
SHIORI Protocol Parser/Builder
Pure Nim ukagaka shiori protocol 1.3.0 linux macos win
shiori_charset_convert
The SHIORI Message charset convert utility
Pure Nim shiori ukagaka 1.0.0 linux macos win
shioridll
The SHIORI DLL interface
Pure Nim shiori ukagaka 3.0.0 linux macos win
shlex
Split string into shell words
Pure Nim shlex shell parse split 0.1.0 linux macos win
sigv4
Amazon Web Services Signature Version 4
Pure Nim 1.0.0 1.4.1 linux macos win
sim
Parse config by defining an object
Pure Nim config parser parsing 0.2.3 linux macos win
simdX86
Wrappers for X86 SIMD intrinsics
Pure Nim simd 0.1.0 linux macos win
simpleAST
Simple AST in NIM
Pure Nim ast 1.2.0 linux macos win
simple_graph
Simple Graph Library
Pure Nim datastructures library 0.1.0 linux macos win
simple_parseopt
Nim module which provides clean, zero-effort command line parsing.
Pure Nim parseopt command line simple option 1.1.1 linux macos win
simple_vector
Simple vector library for nim-lang.
Pure Nim vector simple_vector 0.1.0 linux macos win
simpledecimal
A simple decimal library
Pure Nim decimal library 0.1.0 linux macos win
simplediff
A library for straightforward diff calculation
Pure Nim simplediff diff nim 0.1.0 linux macos win
simplepng
simple png writer
Pure Nim png image 0.1.0 linux macos win
siphash
SipHash, a pseudorandom function optimized for short messages.
Pure Nim hash siphash 0.1.0 linux macos win
sitmo
Sitmo parallel random number generator in Nim
Pure Nim RNG Sitmo high-performance random 0.0.2 linux macos win
ski
ski is library for SKI combinator.
Pure Nim ski combinator library 1.2.0 linux macos win
snail
Simple Naive Algebra for Nim
Pure Nim js matrix linear algebra 0.2.0 linux macos win
snappy
Nim implementation of snappy compression algorithm
Pure Nim compression snappy lzw 0.1.0 linux macos win
snip
Text editor to speed up testing code snippets
Pure Nim console editor text cli 0.2.3 linux macos win
sodium
libsodium wrapper
Pure Nim crypto security sodium 0.2.0 linux macos win
sonic
client for sonic search backend
Pure Nim sonic search backend index client 0.1.0 linux macos win
sorta
Sorted Tables based on B-Trees
Pure Nim sort sorted table sorted-table b-tree 0.2.0 linux macos win
soundio
Bindings for libsoundio, a library providing cross-platform audio input and output.
Wrapper library wrapper binding audio sound 0.2.0 linux macos win
spacy
Spatial data structures for Nim.
Pure Nim 2d collision quadtree kdtree partition 0.0.4 linux macos win
sparkline
Sparkline library
Pure Nim library sparkline console 0.1.0 linux macos win
sparseset
Sparsets for Nim
Pure Nim sparseset library datastructures 0.6.0 linux macos win
spinny
Terminal Spinners for Nim.
Pure Nim terminal spinner spinny load 0.3.1 linux macos win
sqlbuilder
SQL builder
Pure Nim sql sqlbuilder 1.1.4 linux macos win
srv
A tiny static file web server.
Pure Nim web-server nim linux macos win
ssostrings
Small String Optimized string type
Pure Nim small-string-optimized string sso optimization datatype 0.7.1 linux macos win
stacks
Pure Nim stack implementation based on sequences.
Pure Nim stack data-structure 0.4.2 linux macos win
statsd_client
statsd client
Pure Nim library statsd client statistics metrics 0.1.1 linux macos win
stb_image
A wrapper for stb_image (including stb_image_write & zlib client).
Wrapper stb image graphics io wrapper 2.5 linux macos win
steam
Steam API Client for Nim
Pure Nim steam game gaming async multisync 0.1.0 linux macos win
steganography
Steganography - hide data inside an image.
Pure Nim images cryptography 0.2.0 linux macos win
stint
Efficient stack-based multiprecision int in Nim
Pure Nim library math numbers 0.9.0 linux macos win
sue
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 simula
Pure Nim akito gosu su-exec docker kubernetes 0.2.0 linux macos win
sugerror
Terse and composable error handling.
Pure Nim errors expr 1.0.0 linux macos win
suggest
mmap-persistent SymSpell spell checking algorithm
Pure Nim library spell-check edit-distance 1.4.6 linux macos win
sunvox
Nim bindings for SunVox modular synthesizer
Pure Nim music audio sound synthesizer 0.1.1 linux macos win
svdpi
Small wrapper for SystemVerilog DPI-C header svdpi.h
Pure Nim dpi-c systemverilog foreign-function interface 1.0.0 linux macos win
swayipc
IPC interface to sway (or i3) compositors
Pure Nim wayland sway i3 ipc i3ipc 3.1.8 linux macos win
sync
Useful synchronization primitives.
Pure Nim synchronization multithreading parallelism threads 2.0.3 linux macos win
synthesis
A compile-time, compact, fast, without allocation, state-machine generator.
Pure Nim finite-state-machine state-machine fsm event-driven reactive-programming 0.2.0 linux macos win
sysrandom
A simple library to create random strings of data.
Pure Nim random RNG PRNG 1.1.0 linux macos win
tabby
Direct to object CSV/TSV/tabulated data parser with hooks.
Pure Nim csv tsv excel 0.6.0 linux macos win
taggy
HTML DOM generator for Nim's JS mode.
Pure Nim html xml css 0.0.3 linux macos win
taskpools
lightweight, energy-efficient, easily auditable threadpool
Pure Nim library multithreading parallelism data-parallelism threadpool 0.2.1 linux macos win
tcping
Ping hosts using tcp packets
Pure Nim ping, tcp, tcping 1.0.0 linux macos win
tempdir
A Nim library to create and manage temporary directories.
Pure Nim temp io tmp 1.0.1 linux macos win
terminaltables
terminal tables
Pure Nim terminal tables ascii unicode 0.1.1 linux macos win
testutils
A unittest framework
Pure Nim library tests unit-testing integration-testing compilation-tests 0.8.3 linux macos win
texttospeech
A client for the Google Cloud Text to Speech API.
Pure Nim tts text-to-speech google-cloud gcloud api 0.2.0 linux macos win
tf2plug
A mod manager for TF2
Pure Nim app binary tool tf2 0.1.3 linux macos win
tiger
Tiger hash function
Pure Nim hash 0.2.1 linux macos win
timeit
measuring execution times written by Nim.
Pure Nim bench nim nimble timeit linux macos win
timerpool
single thread Timerpool implementation in Nim for event purpose
Pure Nim timer pool events thread 0.1.0 linux macos win
timespec_get
Nanosecond-percision time using timespec_get of C11
Pure Nim time timespec_get 0.1.0 linux macos win
tiny_sqlite
A thin SQLite wrapper
Pure Nim database sqlite 0.2.0 linux macos win
tinyfiledialogs
TinyFileDialogs for Nim.
Wrapper gui wrapper gtk qt linux 3.21.3 linux macos win
tissue
Test failing snippets from Nim's issues
Pure Nim github issue debug test testament 0.1.0 linux macos win
tor
Tor helper library
Pure Nim library security crypto tor onion 0.2.0 linux macos win
toxcore
C Tox core wrapper
Wrapper tox chat wrapper 0.5.0 linux macos win
turn_based_game
Game rules framework for turn-based games
Pure Nim rules-engine game turn-based 1.1.6 linux macos win
typelists
Type lists
Pure Nim metaprogramming 0.1.0 linux macos win
typestates
Compile-time typestate validation for Nim
Pure Nim state-machine nim-lang design-patterns typestate correct-by-construction 0.12.0 linux macos win
ulid
Universally Unique Lexicographically Sortable Identifier
Pure Nim library id ulid uuid guid 0.3.0 linux macos win
unicode_numbers
Converts a number into a specially formatted Unicode string
Pure Nim library string format unicode 0.1.0 linux macos win
unicodedb
Unicode Character Database (UCD) access for Nim
Pure Nim unicode UCD unicodedata 0.14.1 linux macos win
units
Units of measure.
Pure Nim library pure units physics science 0.1.0 linux macos win
unoisenim
Nim library for USEARCH algorithms unoise and sintax.
Pure Nim unoise3 uchime denoise amplicon sintax naive bayesian classifier 0.2.0 linux macos win
unpack
Array/Sequence/Object destructuring/unpacking macro
Pure Nim unpack seq array object destructuring 0.4.0 linux macos win
unsplash
Unsplash API Client for Nim
Pure Nim unsplash photos images async multisync 0.1.0 linux macos win
untar
Library for decompressing tar.gz files.
Pure Nim library tar gz compression archive 0.1.0 linux macos win
ur
Universal Result objects
Pure Nim library universal result return 0.1.1 linux macos win
urand
Simple method of obtaining secure random numbers from the OS
Pure Nim random urandom crypto 0.1.0 linux macos win
urlly
URI and URL parsing for Nim for C/JS backends. Similar API to browsers's `window.location`.
Pure Nim url uri 1.1.1 linux macos win
urlshortener
A URL shortener cli app. using bit.ly
Pure Nim url shorten shortener bitly cli 0.1.0 linux macos win
usagov
USA Code.Gov MultiSync API Client for Nim
Pure Nim gov opendata 0.1.0 linux macos win
useradd
Linux adduser/useradd library with all batteries included.
Pure Nim akito gosu su-exec docker kubernetes 0.4.0 linux macos win
useragents
Parses users agents in nim.
Pure Nim library useragent 0.1.1 linux macos win
usigar
USIG Argentina Government MultiSync API Client for Nim
Pure Nim geo opendata openstreemap multisync async 0.1.5 linux macos win
validateip
Nim module for checking if a provided string is actually a correct IP address. Supports detection of Class A to D of IPv4 addresses. IPv6 support planned.
Pure Nim akito ip ipaddress ipv4 ip4 0.1.2 linux macos win
validation
Field validation for Nim objects
Pure Nim validation library 0.3.0 linux macos win
validator
This library provides several functions to validate real world data types
Pure Nim strings validation types 0.2.0 linux macos win
vec
A very simple vector library.
Pure Nim vector library simple 1.0 linux macos win
vk14
Vulkan 1.4 wrapper for Nim.
Pure Nim vulkan graphics bindings gpu cross-platform 0.1.0 linux macos win
vla
Variable length arrays for Nim
Pure Nim vla alloca 0.1.0 linux macos win
vmath
Your single stop for vector math routines for 2d and 3d graphics.
Pure Nim math graphics 2d 3d 3.0.0 linux macos win
wNim
wNim - Nim\'s Windows GUI framework
Pure Nim library windows gui ui 1.0.0 linux macos win
wasm_backend
To support wasm backend for Nim
Active Pure Nim nim-lang nimble utils
webby
Common HTTP data structures and functionality
Pure Nim web http uri url headers 0.2.1 linux macos win
webdriver
Implementation of the WebDriver w3c spec.
Pure Nim webdriver selenium library firefox 0.3.0 linux macos win
webp
WebP Tools wrapper for Nim
Pure Nim webp 0.2.5 linux macos win
webterminal
Simple HTML5/Javascript text terminal for embedding an nim app on a web page.
Pure Nim javascript terminal tty 0.0.2 linux macos win
windy
Windy
Pure Nim win32 macOS x11 wayland openGL 0.5.0 linux macos win
winim
Winim - Windows API, COM, and CLR Module for Nim
Pure Nim library windows api com 3.9.4 linux macos win
winversion
This package allows you to determine the running version of the Windows operating system.
Pure Nim windows version 0.1.3 linux macos win
wiringPiNim
Wrapper for the C library wiringPi for controlling a Raspberry Pi\'s GPIO
Wrapper wrapper raspberry rpi wiringpi pi 0.1.0 linux macos win
witai
wit.ai client
Pure Nim witai wit.ai client speech freetext 0.1.0 linux macos win
with
Simple 'with' macro for Nim
Pure Nim with macro 0.6.0 linux macos win
word2vec
Word2vec implemented in nim.
Pure Nim nlp natural-language-processing 0.0.1 linux macos win
ws
Simple WebSocket library for nim.
Pure Nim websocket 0.6.0 linux macos win
xdo
Nim GUI Automation Linux, simulate user interaction, mouse and keyboard.
Pure Nim automation linux gui keyboard mouse 0.9.5 linux macos win
z3
Nim Z3 theorem prover bindings
Pure Nim Z3 optimization theorem solver sat 0.1.3 linux macos win
zero_functional
a library providing zero-cost for chaining functional abstractions in Nim.
Pure Nim functional dsl chaining seq 1.3.0 linux macos win
zxcvbn
Nim bindings for the zxcvbn-c password strength estimator
Pure Nim security passwords entropy 0.1.0 linux macos win