diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-11 20:03:10 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2018-04-11 20:03:10 +0300 |
| commit | b083470799b4382c315b47dd92a69d5abc7d541c (patch) | |
| tree | e81a3a0e0e033688bcbbc8a901aa2ee22f569191 /nimpb_build.nimble | |
| parent | 641e564c7d231b536e9e44c04c95307fef7cfe06 (diff) | |
| download | nimpb_protoc-b083470799b4382c315b47dd92a69d5abc7d541c.tar.gz nimpb_protoc-b083470799b4382c315b47dd92a69d5abc7d541c.zip | |
Make this repo only a container for protoc
Diffstat (limited to 'nimpb_build.nimble')
| -rw-r--r-- | nimpb_build.nimble | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nimpb_build.nimble b/nimpb_build.nimble index 9ce9ca9..5808482 100644 --- a/nimpb_build.nimble +++ b/nimpb_build.nimble @@ -2,15 +2,13 @@ version = "0.1.0" author = "Oskari Timperi" -description = "A Protocol Buffers code generator for nimpb" +description = "Protocol Buffers compiler 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" |
