Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timotheecour/vitanim
Nim utilities
https://github.com/timotheecour/vitanim
nim ranges
Last synced: 10 days ago
JSON representation
Nim utilities
- Host: GitHub
- URL: https://github.com/timotheecour/vitanim
- Owner: timotheecour
- License: mit
- Created: 2018-10-18T09:15:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T17:07:21.000Z (over 3 years ago)
- Last Synced: 2024-10-20T04:28:08.656Z (4 months ago)
- Topics: nim, ranges
- Language: HTML
- Size: 232 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 utilitiesPR'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":
...
```