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 [make] {ocaml:native} 9 [make "all"] {!ocaml:native} 10] 11install: [ 12 [make "install"] 13] 14remove: [["ocamlfind" "remove" "easy-format"]] 15depends: [ 16 "ocaml" {< "5.0"} 17 "ocamlfind" 18] 19synopsis: 20 "High-level and functional interface to the Format module of the OCaml standard library" 21flags: light-uninstall 22url { 23 src: "https://github.com/mjambon/easy-format/archive/v1.1.0.tar.gz" 24 checksum: [ 25 "sha256=71586711b10a14bb5a089ea49146536328d89a63b159e5051e4f4784627d1bdf" 26 "md5=7605708d63197588c1ca66d1c48a5e5f" 27 ] 28}