this repo has no description
1opam-version: "2.0" 2synopsis: "Computing and applying diffs on XML trees" 3maintainer: "Zoggy <zoggy@bat8.org>" 4authors: "Zoggy <zoggy@bat8.org>" 5license: "LGPL-3.0-only" 6homepage: "https://zoggy.frama.io/xmldiff/" 7doc: "https://zoggy.frama.io/xmldiff/refdoc/" 8bug-reports: "https://framagit.org/zoggy/xmldiff/-/issues" 9depends: [ 10 "ocaml" {>= "4.12.0"} 11 "ocamlfind" {build} 12 "xmlm" {>= "1.3.0"} 13 "conf-autoconf" 14] 15depopts: [ 16 "js_of_ocaml" 17 "js_of_ocaml-ppx" 18] 19conflicts: [ 20 "js_of_ocaml" {< "3.9.0"} 21 "js_of_ocaml-ppx" {< "3.9.0"} 22] 23build: [ 24 ["./configure" "--prefix" prefix] 25 [make "all"] 26] 27install: [make "install"] 28dev-repo: "git+https://framagit.org/zoggy/xmldiff.git" 29url { 30 src: "https://framagit.org/zoggy/xmldiff/-/archive/0.6.0/xmldiff-0.6.0.tar.gz" 31 checksum: [ 32 "md5=cf33499c2f1a212993ef6dc7602b49cb" 33 "sha512=0a3d51a5b9de77b8f95a1024647dfde560fd96a0e15961d3eed576ed9131934de28ef01362e3d4247d5898138bc11f26334cf42f48604bc8c9c178ffdaa2d4a5" 34 ] 35}