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.2.0.tar.gz"
24 checksum: [
25 "sha256=a288fabcdc19c2262e76cf93e0fd987fe1b21493edd13309522fbae405329ffd"
26 "md5=0b99126d35a8a2843573a0655d0d9ff5"
27 ]
28}