Added nimrax
This commit is contained in:
parent
bcace601d3
commit
fec0e49fac
2 changed files with 4 additions and 2 deletions
|
|
@ -37,9 +37,11 @@ To see examples of nimgen in action check out the following wrappers:-
|
||||||
|
|
||||||
* Compile C code into binary
|
* Compile C code into binary
|
||||||
* [nimfuzz](https://github.com/genotrance/nimfuzz) - fts_fuzzy_match wrapper
|
* [nimfuzz](https://github.com/genotrance/nimfuzz) - fts_fuzzy_match wrapper
|
||||||
* git checkout
|
* download header file
|
||||||
* [nimkerberos](https://github.com/genotrance/nimkerberos) - WinKerberos wrapper
|
* [nimkerberos](https://github.com/genotrance/nimkerberos) - WinKerberos wrapper
|
||||||
* git sparse checkout
|
* git sparse checkout
|
||||||
|
* [nimrax](https://github.com/genotrance/nimrax) - Radix tree wrapper
|
||||||
|
* git checkout
|
||||||
* [nimssl](https://github.com/genotrance/nimssl) - OpenSSL wrapper
|
* [nimssl](https://github.com/genotrance/nimssl) - OpenSSL wrapper
|
||||||
* git sparse checkout
|
* git sparse checkout
|
||||||
* [libsvm](https://github.com/genotrance/libsvm) - libsvm wrapper
|
* [libsvm](https://github.com/genotrance/libsvm) - libsvm wrapper
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ import distros
|
||||||
import ospaths
|
import ospaths
|
||||||
import strutils
|
import strutils
|
||||||
|
|
||||||
var comps = @["libsvm", "nimbass", "nimfuzz", "nimssl", "nimssh2"]
|
var comps = @["libsvm", "nimbass", "nimfuzz", "nimrax", "nimssl", "nimssh2"]
|
||||||
if detectOs(Windows):
|
if detectOs(Windows):
|
||||||
comps.add("nimkerberos")
|
comps.add("nimkerberos")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue