Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aboisvert/nim_aboisvert_utils
- Owner: aboisvert
- License: apache-2.0
- Created: 2022-01-09T21:00:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T21:08:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T17:20:13.649Z (2 months ago)
- Language: Nim
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```