nimutils
Some useful tools when programming with the Nim programming language.
Summary
| Latest Version | 0.2.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:26 |
Tags
Authors
- Georges Kayo de Kayo
Installation
nimble install nimutils
choosenim install nimutils
git clone https://github.com/GeK2K/nimutils
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nimutils | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 2.0.0 | No |
Source
| Repository | https://github.com/GeK2K/nimutils |
|---|---|
| Homepage | https://github.com/GeK2K/nimutils |
| Registry Source | nimble_official |
README
NimUtils
Introduction
Some useful tools for programming with the Nim.
Compatibility
Nim +2.0.0
Sub-modules
Each sub-module deals with a specific theme and each sub-module is limited to a single Nim file. E.g.: - dates (probably the most important sub-module at this stage) - mathematical intersection - floating point comparisons
Getting started
Install nimutils using nimble:
nimble install nimutils
or add a dependency to the .nimble file of your project:
requires "nimutils >= 0.2.0"
and start using it.