this repo has no description
1opam-version: "2.0"
2maintainer: "mlin@mlin.net"
3remove: [["ocamlfind" "remove" "yajl"]]
4depends: [
5 "ocaml" {< "5.0.0"}
6 "ocamlfind"
7 "ocamlbuild" {build}
8]
9depexts: [
10 ["cmake"] {os-family = "debian"}
11]
12install: [make "install"]
13synopsis: "Bindings to the YAJL streaming JSON library"
14dev-repo: "git+https://github.com/mlin/yajl-ocaml.git"
15flags: light-uninstall
16url {
17 src:
18 "https://raw.github.com/mlin/yajl-ocaml/tarball/yajl-ocaml-0.7.3.tar.gz"
19 checksum: [
20 "sha256=010d26cad6d0bb42a377f5261d1f32709d23d84e6b339c48a5ee2429ba01da81"
21 "md5=7b889d55010f9cdeb2dafe803ce56f96"
22 ]
23}