diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-06 00:08:34 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-06 00:08:34 +0300 |
| commit | 203b887dd33f52ad88d3afd8ef54ea444319346a (patch) | |
| tree | 7ba70973bfd418c60848b3d54cd2afabcc9b606e /nimpb_build.nimble | |
| download | nimpb_protoc-203b887dd33f52ad88d3afd8ef54ea444319346a.tar.gz nimpb_protoc-203b887dd33f52ad88d3afd8ef54ea444319346a.zip | |
Initial commit
Diffstat (limited to 'nimpb_build.nimble')
| -rw-r--r-- | nimpb_build.nimble | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nimpb_build.nimble b/nimpb_build.nimble new file mode 100644 index 0000000..9ce9ca9 --- /dev/null +++ b/nimpb_build.nimble @@ -0,0 +1,16 @@ +# Package + +version = "0.1.0" +author = "Oskari Timperi" +description = "A Protocol Buffers code generator for nimpb" +license = "MIT" +srcDir = "src" +bin = @["nimpb_build"] + +# Dependencies + +requires "nim >= 0.18.0" +requires "nimpb" + +task fetch, "fetch prebuilt protoc binaries": + exec "nim c -d:ssl -r fetch" |
