opam-version: "2.0"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]
homepage: "http://mjambon.com/easy-format.html"
bug-reports: "https://github.com/mjambon/easy-format/issues"
dev-repo: "git+https://github.com/mjambon/easy-format.git"
build: [
  [make] {ocaml:native}
  [make "all"] {!ocaml:native}
]
install: [
  [make "install"]
]
remove: [["ocamlfind" "remove" "easy-format"]]
depends: ["ocaml" "ocamlfind"]
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.2.0.tar.gz"
  checksum: "md5=0b99126d35a8a2843573a0655d0d9ff5"
}
