this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3homepage: "https://github.com/MyLifeLabs/jsondiff"
4build: make
5remove: [["ocamlfind" "remove" "jsondiff"]]
6depends: [
7 "ocaml"
8 "ocamlfind"
9 "biniou"
10 "yojson" {< "2.0.0"}
11]
12dev-repo: "git+https://github.com/MyLifeLabs/jsondiff"
13install: [make "install" "PREFIX=%{prefix}%"]
14synopsis: "JSON sensitive diffing"
15flags: light-uninstall
16url {
17 src: "https://github.com/MyLifeLabs/jsondiff/archive/v0.0.1.tar.gz"
18 checksum: [
19 "sha256=2f7c5fa2f3e42aae7e94268c27d2d320d5b122e1cb23ab4645f06c69b4e757e1"
20 "md5=72e21602b73933a041c4bd41fc0b1cf4"
21 ]
22}
23extra-source "jsondiff.install" {
24 src:
25 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/jsondiff/jsondiff.install"
26 checksum: [
27 "sha256=dfa19431467f51bdea482ce24c9ee58fbe0fb37722ebfada3dea4383ed8bf454"
28 "md5=f5d0dccc2e03f7413830bb47f0ecbc1e"
29 ]
30}