this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3build: make 4remove: [["ocamlfind" "remove" "easy-format"]] 5depends: [ 6 "ocaml" {< "5.0"} 7 "ocamlfind" 8] 9patches: [ 10 "easy-format-make.diff" 11 "meta-tpl.diff" 12] 13install: [make "install"] 14synopsis: 15 "High-level and functional interface to the Format module of the OCaml standard library" 16flags: light-uninstall 17url { 18 src: "https://github.com/mjambon/easy-format/archive/v1.0.1.tar.gz" 19 checksum: [ 20 "sha256=4b1c030de944158d9e62ce30f59ae2c007ea87b492e92463d8aced22a858f403" 21 "md5=ecaf5d060f7cf8961631ab319e40677c" 22 ] 23} 24extra-source "meta-tpl.diff" { 25 src: 26 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/easy-format/meta-tpl.diff" 27 checksum: [ 28 "sha256=3db6b92eb0cf9f2e906413c1dc72e6cdb9622707d1e332f2d8d61adbebc3d053" 29 "md5=786053d7b3d14c4958f8097c1c83480d" 30 ] 31} 32extra-source "easy-format-make.diff" { 33 src: 34 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/easy-format/easy-format-make.diff" 35 checksum: [ 36 "sha256=2dfb02251e6ce91281e2e9d291f772ee725d875c1c094e2e16d07d99b443a1a1" 37 "md5=e0ef19f706405ca753cedec478a36148" 38 ] 39}