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
|
* download header file
|
||||||
* [nimkerberos](https://github.com/genotrance/nimkerberos) - WinKerberos wrapper: [docs](http://nimgen.genotrance.com/nimkerberos)
|
* [nimkerberos](https://github.com/genotrance/nimkerberos) - WinKerberos wrapper: [docs](http://nimgen.genotrance.com/nimkerberos)
|
||||||
* git sparse checkout
|
* 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)
|
* [nimrax](https://github.com/genotrance/nimrax) - Radix tree wrapper: [docs](http://nimgen.genotrance.com/nimrax)
|
||||||
* git checkout
|
* git checkout
|
||||||
* [nimssl](https://github.com/genotrance/nimssl) - OpenSSL wrapper: [docs](http://nimgen.genotrance.com/nimssl)
|
* [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 ospaths
|
||||||
import strutils
|
import strutils
|
||||||
|
|
||||||
var full = false
|
var
|
||||||
var comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimfuzz", "nimrax", "nimssl", "nimssh2"]
|
full = false
|
||||||
|
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimfuzz",
|
||||||
|
"nimpcre", "nimrax", "nimssl", "nimssh2"]
|
||||||
|
|
||||||
if detectOs(Windows):
|
if detectOs(Windows):
|
||||||
comps.add("nimkerberos")
|
comps.add("nimkerberos")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue