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