diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-08 23:43:58 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-08 23:43:58 -0600 |
| commit | fec0e49fac30a7bde7a5c35920b10aab0af6b62d (patch) | |
| tree | aff5c6fbce4820808aeb24681dbd705040cf48c0 | |
| parent | bcace601d3ad7a62d255e17465a67f7a17011c05 (diff) | |
| download | nimgen-0.1.4.tar.gz nimgen-0.1.4.zip | |
Added nimraxv0.1.4
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | tests/nimgentest.nims | 2 |
2 files changed, 4 insertions, 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 diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims index b7eb4e7..fedf017 100644 --- a/tests/nimgentest.nims +++ b/tests/nimgentest.nims @@ -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") |
