opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" build: make remove: [["ocamlfind" "remove" "easy-format"]] depends: [ "ocaml" {< "5.0"} "ocamlfind" ] patches: [ "easy-format-make.diff" "meta-tpl.diff" ] install: [make "install"] synopsis: "High-level and functional interface to the Format module of the OCaml standard library" flags: light-uninstall url { src: "https://github.com/mjambon/easy-format/archive/v1.0.1.tar.gz" checksum: [ "sha256=4b1c030de944158d9e62ce30f59ae2c007ea87b492e92463d8aced22a858f403" "md5=ecaf5d060f7cf8961631ab319e40677c" ] } extra-source "meta-tpl.diff" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/easy-format/meta-tpl.diff" checksum: [ "sha256=3db6b92eb0cf9f2e906413c1dc72e6cdb9622707d1e332f2d8d61adbebc3d053" "md5=786053d7b3d14c4958f8097c1c83480d" ] } extra-source "easy-format-make.diff" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/easy-format/easy-format-make.diff" checksum: [ "sha256=2dfb02251e6ce91281e2e9d291f772ee725d875c1c094e2e16d07d99b443a1a1" "md5=e0ef19f706405ca753cedec478a36148" ] }