this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3build: make 4remove: [["ocamlfind" "remove" "json-wheel"]] 5depends: [ 6 "ocaml" {>= "4.06.0"} 7 "ocamlfind" 8 "ocamlnet" 9] 10install: [make "install" "PREFIX=%{prefix}%"] 11patches: [ 12 "json-wheel-1.0.6+safe-string.patch" 13] 14synopsis: "JSON parser and writer, with optional C-style comments" 15flags: light-uninstall 16url { 17 src: 18 "https://github.com/mjambon/mjambon2016/raw/master/json-wheel-1.0.6.tar.bz2" 19 checksum: [ 20 "sha256=0582c33f6886e18afc8b3a9c32c76372a15d3bc39749c8bc1be88bbd8ad71fc5" 21 "md5=8685ecee7a7416c77c14fbdf05c5a06e" 22 ] 23} 24extra-source "json-wheel-1.0.6+safe-string.patch" { 25 src: 26 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/json-wheel/json-wheel-1.0.6+safe-string.patch" 27 checksum: [ 28 "sha256=76fa2e04505ab90c4d12506b850c55369a2ce46fbb158a8bc2789718b413b2a4" 29 "md5=2ae4a0eb61263c0018f1b0bfeef28bfd" 30 ] 31}