Style fixes
This commit is contained in:
parent
5e784f09ef
commit
7fbc8fbcde
3 changed files with 561 additions and 546 deletions
|
|
@ -48,6 +48,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
|
||||
* [nimpcre](https://github.com/genotrance/nimpcre) - PCRE wrapper: [docs](http://nimgen.genotrance.com/nimpcre)
|
||||
* git checkout
|
||||
* [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: [docs](http://nimgen.genotrance.com/nimssl)
|
||||
|
|
|
|||
1098
nimgen.nim
1098
nimgen.nim
File diff suppressed because it is too large
Load diff
|
|
@ -2,8 +2,11 @@ import distros
|
|||
import ospaths
|
||||
import strutils
|
||||
|
||||
var full = false
|
||||
var comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimfuzz", "nimrax", "nimssl", "nimssh2"]
|
||||
var
|
||||
full = false
|
||||
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimfuzz",
|
||||
"nimpcre", "nimrax", "nimssl", "nimssh2"]
|
||||
|
||||
if detectOs(Windows):
|
||||
comps.add("nimkerberos")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue