Welcome! Please see the About page for a little more info on how this works.

0 votes
ago in tools.reader by

Hello! I noticed version currently defined in the tools.reader project.clj file is out of date with respect to the latest git tag. Would it be possible to keep those in sync? This situation is making packaging the library for Debian a bit more complicated than it needs to be. Thanks!

ago by
I don't understand why anyone would be trying to package JVM libraries, available on Maven Central, for an O/S-level package manager? That makes absolutely no sense. It is not how Clojure libraries are consumed.

1 Answer

0 votes
ago by

Contrib libraries are built with Maven, not Leiningen. Any project.clj files were added by the individual maintainers, purely for their own convenience, and should not be relied on.

...