Added nimrax

This commit is contained in:
Ganesh Viswanathan 2018-03-08 23:43:58 -06:00
commit fec0e49fac
2 changed files with 4 additions and 2 deletions

View file

@ -37,9 +37,11 @@ To see examples of nimgen in action check out the following wrappers:-
* Compile C code into binary
* [nimfuzz](https://github.com/genotrance/nimfuzz) - fts_fuzzy_match wrapper
* git checkout
* download header file
* [nimkerberos](https://github.com/genotrance/nimkerberos) - WinKerberos wrapper
* git sparse checkout
* [nimrax](https://github.com/genotrance/nimrax) - Radix tree wrapper
* git checkout
* [nimssl](https://github.com/genotrance/nimssl) - OpenSSL wrapper
* git sparse checkout
* [libsvm](https://github.com/genotrance/libsvm) - libsvm wrapper

View file

@ -2,7 +2,7 @@ import distros
import ospaths
import strutils
var comps = @["libsvm", "nimbass", "nimfuzz", "nimssl", "nimssh2"]
var comps = @["libsvm", "nimbass", "nimfuzz", "nimrax", "nimssl", "nimssh2"]
if detectOs(Windows):
comps.add("nimkerberos")