No description
Find a file
2018-04-11 22:36:43 +03:00
src fileExists() -> dirExists() 2018-04-11 22:36:43 +03:00
fetch.nim Modify fetch to take the version as an argument 2018-04-07 00:10:08 +03:00
LICENSE Initial commit 2018-04-06 00:08:34 +03:00
Makefile Add Makefile for automating dev stuff 2018-04-07 00:10:45 +03:00
nimpb_protoc.nimble Rename to nimpb_protoc 2018-04-11 20:48:33 +03:00
README.md Update README.md 2018-04-11 21:44:57 +03:00

nimpb_protoc

This repo contains protoc binaries for most common platforms, for easy usage with nimpb. The actual code generation is in nimpb.

The following platforms are supported:

  • Linux x86_32
  • Linux x86_64
  • Linux aarch_64
  • OSX x86_64
  • Windows