aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-05-04 16:30:11 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-05-04 16:30:11 -0500
commitb8d6696850d4f216d9e276094a807ef143857634 (patch)
tree2972ce87373d3ea3ad6140ecbb331c96b7495310
parent335e3ac28a8696b954d4ee508c9b072995a8eace (diff)
downloadnimgen-b8d6696850d4f216d9e276094a807ef143857634.tar.gz
nimgen-b8d6696850d4f216d9e276094a807ef143857634.zip
Links to wrapper docs
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3434957..48749a3 100644
--- a/README.md
+++ b/README.md
@@ -32,25 +32,25 @@ Nimgen supports compiling in C/C++ sources as well as loading in dynamic librari
To see examples of nimgen in action check out the following wrappers:-
* Link with a dynamic library
- * [nimbass](https://github.com/genotrance/nimbass) - BASS audio wrapper
+ * [nimbass](https://github.com/genotrance/nimbass) - BASS audio wrapper: [docs](http://nimgen.genotrance.com/nimbass)
* download ZIP with headers and binary
* Compile C code into binary
- * [nimbigwig](https://github.com/genotrance/nimbigwig) - libbigWig wrapper
+ * [nimbigwig](https://github.com/genotrance/nimbigwig) - libbigWig wrapper: [docs](http://nimgen.genotrance.com/nimbigwig)
* git checkout
- * [nimfuzz](https://github.com/genotrance/nimfuzz) - fts_fuzzy_match wrapper
+ * [nimfuzz](https://github.com/genotrance/nimfuzz) - fts_fuzzy_match wrapper: [docs](http://nimgen.genotrance.com/nimfuzz)
* download header file
- * [nimkerberos](https://github.com/genotrance/nimkerberos) - WinKerberos wrapper
+ * [nimkerberos](https://github.com/genotrance/nimkerberos) - WinKerberos wrapper: [docs](http://nimgen.genotrance.com/nimkerberos)
* git sparse checkout
- * [nimrax](https://github.com/genotrance/nimrax) - Radix tree wrapper
+ * [nimrax](https://github.com/genotrance/nimrax) - Radix tree wrapper: [docs](http://nimgen.genotrance.com/nimrax)
* git checkout
- * [nimssl](https://github.com/genotrance/nimssl) - OpenSSL wrapper
+ * [nimssl](https://github.com/genotrance/nimssl) - OpenSSL wrapper: [docs](http://nimgen.genotrance.com/nimssl)
* git sparse checkout
- * [libsvm](https://github.com/genotrance/libsvm) - libsvm wrapper
+ * [libsvm](https://github.com/genotrance/libsvm) - libsvm wrapper: [docs](http://nimgen.genotrance.com/libsvm)
* git sparse checkout
* Compile in as static binary
- * [nimssh2](https://github.com/genotrance/nimssh2) - libssh2 wrapper
+ * [nimssh2](https://github.com/genotrance/nimssh2) - libssh2 wrapper: [docs](http://nimgen.genotrance.com/nimssh2)
* git sparse checkout
Nimgen only supports the ```gcc``` preprocessor at this time. Support for detecting and using other preprocessors will be based on interest.