opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" build: make remove: [["ocamlfind" "remove" "json-static"]] depends: ["ocaml" "ocamlfind" "json-wheel" "camlp4"] install: [make "install" "PREFIX=%{prefix}%"] synopsis: "JSON camlp4 syntax extension using json-wheel" flags: light-uninstall url { src: "https://github.com/mjambon/mjambon2016/raw/master/json-static-0.9.8.tar.bz2" checksum: [ "sha256=fd7a8b741e0a19f145add564dd1ea0e1cdc03d2710e051a5cd26a25126563ddd" "md5=a8b586a4c7851f5e34c28da60ebf8904" ] }