Package: clj-yaml-clojure / 0.7.2-2.1

Metadata

Package Version Patches format
clj-yaml-clojure 0.7.2-2.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Lein Local.patch | (download)

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

 lein local

Patch project.clj to build using local lein.

use java target source from java common.patch | (download)

project.clj | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use -target and -source values from java-common
snakeyaml2.patch | (download)

src/clojure/clj_yaml/core.clj | 2 1 + 1 - 0 !
src/java/clj_yaml/MarkedConstructor.java | 3 2 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 constructing representer with a dumperoptions instance to comply
 with the interface of snakeyaml 2.x