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