Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timotheecour/vitanim

Nim utilities
https://github.com/timotheecour/vitanim

nim ranges

Last synced: 10 days ago
JSON representation

Nim utilities

Awesome Lists containing this project

README

        

[//]: # (from https://github.com/MicrosoftDocs/vsts-docs/blob/master/docs/pipelines/get-started-yaml.md)
[![Build Status](https://dev.azure.com/timotheecour/timotheecour/_apis/build/status/timotheecour.vitanim?branchName=master)](https://dev.azure.com/timotheecour/timotheecour/_build/latest?definitionId=2&branchName=master)

# vitanim
A collection of Nim utilities

PR's welcome!

## drange
Nim adaptation of D ranges (see http://ddili.org/ders/d.en/ranges.html)

## see how to install subpackages here
https://github.com/genotrance/nimterop/pull/5/files
```
nimble install -y "http://github.com/genotrance/nimtreesitter?subdir=treesitter"
task installWithDeps, "install dependencies":
...
```