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
|
||||
* [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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue