clojure-protobuf icon indicating copy to clipboard operation
clojure-protobuf copied to clipboard

Remove dependency on plugin lein-protobuf

Open cesarbp opened this issue 10 years ago • 0 comments

I removed the dependency on lein-protobuf. Compiled al the .proto files (including the tests) and placed them in a separate clojars repo. This is so users are not forced to download and compile protoc when they don't need it. This should also make this library work on windows.

I deleted the .proto files. I think they should be in their own project.

cesarbp avatar May 03 '14 22:05 cesarbp