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 "conf-ruby" {build}
9]
10depexts: [
11 ["cmake"] {os-family = "debian"}
12]
13install: [make "install"]
14synopsis: "Bindings to the YAJL streaming JSON library"
15dev-repo: "git+https://github.com/mlin/yajl-ocaml.git"
16flags: light-uninstall
17url {
18 src:
19 "https://raw.github.com/mlin/yajl-ocaml/tarball/yajl-ocaml-0.7.0.tar.gz"
20 checksum: [
21 "sha256=e7a8cea617d6ef3039e82e4a54faeb25c6aa5ecc217642b661f62fe6407f4b2a"
22 "md5=c73b11b6cc7cbbb951cf3ee18578304c"
23 ]
24}