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" {< "5.0"} "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.1.0.tar.gz" checksum: [ "sha256=71586711b10a14bb5a089ea49146536328d89a63b159e5051e4f4784627d1bdf" "md5=7605708d63197588c1ca66d1c48a5e5f" ] }