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: [ ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name] {with-test} ] depends: [ "ocaml" {>= "4.02.3" & < "5.0"} "jbuilder" {>= "1.0+beta7"} ] synopsis: "High-level and functional interface to the Format module of the OCaml standard library" url { src: "https://github.com/mjambon/easy-format/archive/v1.3.0.tar.gz" checksum: [ "sha256=6d7e237bbe2c6d0b26298edc7dedea776efd8b4283613985989877778fedea22" "md5=358921c6a431f71b682ceccacc014152" ] }