Package: data-xml-clojure / 0.2.0~alpha6-4

Metadata

Package Version Patches format
data-xml-clojure 0.2.0~alpha6-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Replace data codec with builtin base64 encoding.patch | (download)

pom.xml | 6 0 + 6 - 0 !
project.clj | 1 0 + 1 - 0 !
src/main/clojure/clojure/data/xml/impl.clj | 9 6 + 3 - 0 !
3 files changed, 6 insertions(+), 10 deletions(-)

 replace data-codec use for base64 encoding with base64
 support built into the JDK as of Java 8

0002 No ClojureScript.patch | (download)

pom.xml | 9 0 + 9 - 0 !
project.clj | 10 2 + 8 - 0 !
2 files changed, 2 insertions(+), 17 deletions(-)

---
0003 Build with Leiningen.patch | (download)

project.clj | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

---