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.1.tar.gz"
19 checksum: [
20 "sha256=fa5238b14e8d59ba7a05355fcb2af15dc67e033ca3f40037a8f0e05e681586dd"
21 "md5=5aa65b8a34f8cf4dbc05adb3f7ec717d"
22 ]
23}