aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-10-02 12:24:28 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-10-02 12:24:28 -0500
commit0a32e7fa2ccea82eed74d33a4e4bdc90605193be (patch)
treeecbe9183ce1f6de0f0f76b0db8d7ef8f1edf4362
parent2f27ad0d0525a7d30ebf7fa067673e0e8c47a818 (diff)
downloadnimgen-0a32e7fa2ccea82eed74d33a4e4bdc90605193be.tar.gz
nimgen-0a32e7fa2ccea82eed74d33a4e4bdc90605193be.zip
Add nimmonocrypt, remove nimfastText
-rw-r--r--README.md2
-rw-r--r--tests/nimgentest.nims4
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 121c766..0ee6c9f 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,8 @@ To see examples of nimgen in action check out the following wrappers:-
* download header file
* [nimkerberos](https://github.com/genotrance/nimkerberos) - WinKerberos wrapper: [docs](http://nimgen.genotrance.com/nimkerberos)
* git sparse checkout
+ * [nimmonocypher](https://github.com/genotrance/nimmonocypher) - monocypher wrapper: [docs](http://nimgen.genotrance.com/nimmonocypher)
+ * git sparse checkout
* [nimnuklear](https://github.com/genotrance/nimnuklear) - nuklear wrapper: [docs](https://nimgen.genotrance.com/nimnuklear)
* git sparse checkout
* [nimpcre](https://github.com/genotrance/nimpcre) - PCRE wrapper: [docs](http://nimgen.genotrance.com/nimpcre)
diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims
index 03c8dc9..03b3666 100644
--- a/tests/nimgentest.nims
+++ b/tests/nimgentest.nims
@@ -2,8 +2,8 @@ import distros, ospaths, strutils
var
full = true
- comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard", "nimfastText",
- "nimfuzz", "nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2", "nimtess2"]
+ comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard", # "nimfastText",
+ "nimfuzz", "nimmonocypher", "nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2", "nimtess2"]
if detectOs(Windows):
comps.add("nimkerberos")