opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" build: make remove: [["ocamlfind" "remove" "easy-format"]] depends: [ "ocaml" {< "5.0"} "ocamlfind" ] 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.2.tar.gz" checksum: [ "sha256=f1e763a3b5962b87698786f5e1e17e46311106dc76fd2e2ef822cd8df37d941f" "md5=82f6db85477831cab11e4cfe80321225" ] }