Java library that implements Bencode on top of InputStream and OutputStream.
Add a dependency to your this in your Clojure/Java/Scala app, and off we go.
For Clojure, this can be done through
[com.hypirion/bencode "0.1.0"]
or, for Maven:
<dependency>
<groupId>com.hypirion</groupId>
<artifactId>bencode</artifactId>
<version>0.1.0</version>
</dependency>
also ensure that Clojars is added to your repositories:
<repository>
<id>clojars</id>
<url>http://clojars.org/repo/</url>
</repository>
Copyright © 2016 Jean Nikas L'orange
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.