this repo has no description
1opam-version: "2.0" 2maintainer: "martin@mjambon.com" 3authors: ["Martin Jambon"] 4homepage: "http://mjambon.com/easy-format.html" 5bug-reports: "https://github.com/mjambon/easy-format/issues" 6dev-repo: "git+https://github.com/mjambon/easy-format.git" 7build: [ 8 ["jbuilder" "build" "-p" name "-j" jobs] 9 ["jbuilder" "runtest" "-p" name] {with-test} 10] 11depends: [ 12 "ocaml" {>= "4.02.3" & < "5.0"} 13 "jbuilder" {>= "1.0+beta7"} 14] 15synopsis: 16 "High-level and functional interface to the Format module of the OCaml standard library" 17url { 18 src: "https://github.com/mjambon/easy-format/archive/v1.3.1.tar.gz" 19 checksum: [ 20 "sha256=489d55ea5de171cea2d7e2114bcd5cebd1fcbf89f839fbf3757769507502e1f0" 21 "md5=4e163700fb88fdcd6b8976c3a216c8ea" 22 ] 23}