opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" build: make remove: [["ocamlfind" "remove" "json-wheel"]] depends: [ "ocaml" {>= "4.06.0"} "ocamlfind" "ocamlnet" ] install: [make "install" "PREFIX=%{prefix}%"] patches: [ "json-wheel-1.0.6+safe-string.patch" ] synopsis: "JSON parser and writer, with optional C-style comments" flags: light-uninstall url { src: "https://github.com/mjambon/mjambon2016/raw/master/json-wheel-1.0.6.tar.bz2" checksum: [ "sha256=0582c33f6886e18afc8b3a9c32c76372a15d3bc39749c8bc1be88bbd8ad71fc5" "md5=8685ecee7a7416c77c14fbdf05c5a06e" ] } extra-source "json-wheel-1.0.6+safe-string.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/json-wheel/json-wheel-1.0.6+safe-string.patch" checksum: [ "sha256=76fa2e04505ab90c4d12506b850c55369a2ce46fbb158a8bc2789718b413b2a4" "md5=2ae4a0eb61263c0018f1b0bfeef28bfd" ] }