aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-03-08 23:43:58 -0600
committerGanesh Viswanathan <dev@genotrance.com>2018-03-08 23:43:58 -0600
commitfec0e49fac30a7bde7a5c35920b10aab0af6b62d (patch)
treeaff5c6fbce4820808aeb24681dbd705040cf48c0
parentbcace601d3ad7a62d255e17465a67f7a17011c05 (diff)
downloadnimgen-0.1.4.tar.gz
nimgen-0.1.4.zip
Added nimraxv0.1.4
-rw-r--r--README.md4
-rw-r--r--tests/nimgentest.nims2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 910216e..2831d45 100644
--- a/README.md
+++ b/README.md
@@ -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")