this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3build: make 4remove: [["ocamlfind" "remove" "easy-format"]] 5depends: [ 6 "ocaml" {< "5.0"} 7 "ocamlfind" 8] 9install: [make "install"] 10synopsis: 11 "High-level and functional interface to the Format module of the OCaml standard library" 12flags: light-uninstall 13url { 14 src: "https://github.com/mjambon/easy-format/archive/v1.0.2.tar.gz" 15 checksum: [ 16 "sha256=f1e763a3b5962b87698786f5e1e17e46311106dc76fd2e2ef822cd8df37d941f" 17 "md5=82f6db85477831cab11e4cfe80321225" 18 ] 19}