this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3build: make
4remove: [["ocamlfind" "remove" "json-static"]]
5depends: ["ocaml" "ocamlfind" "json-wheel" "camlp4"]
6install: [make "install" "PREFIX=%{prefix}%"]
7synopsis: "JSON camlp4 syntax extension using json-wheel"
8flags: light-uninstall
9url {
10 src:
11 "https://github.com/mjambon/mjambon2016/raw/master/json-static-0.9.8.tar.bz2"
12 checksum: [
13 "sha256=fd7a8b741e0a19f145add564dd1ea0e1cdc03d2710e051a5cd26a25126563ddd"
14 "md5=a8b586a4c7851f5e34c28da60ebf8904"
15 ]
16}