ninjudd / clojure-protobuf

Google protocol buffers wrapper for Clojure.
Eclipse Public License 1.0
217 stars 70 forks source link

Allow protobufs version to be specified in the project file #30

Closed travis closed 12 years ago

travis commented 12 years ago

This lets us use this task with protobufs 2.4.1. Note that this does not guarantee that the top level project's Clojure library will be compatible with the generated code - change versions at your own risk.

ninjudd commented 12 years ago

I've merged this pull request into the f/no-sudo branch. This will be merged into master once I confirm I didn't break anything. I'm also going to be splitting lein-protobuf out into a separate project at https://github.com/flatland/lein-protobuf.