clojusc / protobuf

A Clojure interface to Google's protocol buffers
https://clojusc.github.io/protobuf/
Eclipse Public License 1.0
73 stars 8 forks source link

Remove as many extraneous deps as possible #1

Closed oubiwann closed 6 years ago

oubiwann commented 6 years ago

Many of the included deps are deprecated, old, or simply used for a single function or two. Either work around the dep, or provide a simple implementation that provides the most minimal possible functionality.

oubiwann commented 6 years ago

Deps on useful and schematic have been removed by simply copying over a handful of projects from those functions. The others are going to be much more difficult to extract. Really need to give it some deep thought ... along the lines of a rewrite.

oubiwann commented 6 years ago

Closing ...