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.0.tar.gz"
19 checksum: [
20 "sha256=6d7e237bbe2c6d0b26298edc7dedea776efd8b4283613985989877778fedea22"
21 "md5=358921c6a431f71b682ceccacc014152"
22 ]
23}