Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aboisvert/nim_aboisvert_utils

A library of common Nim utilities
https://github.com/aboisvert/nim_aboisvert_utils

Last synced: 20 days ago
JSON representation

A library of common Nim utilities

Awesome Lists containing this project

README

        

# nim-aboisvert-utils

A library with common utilities for the Nim programming language

## Adding to your project

Add the following to your `.nimble` project file:

```nim
# Dependencies
requires ""https://github.com/aboisvert/nim_aboisvert_utils.git#head"
```

(Specify a git version hash or tag to lock down.)

## Building

```sh
% nimble build
```

## Run tests

```sh
% nimble test
```