this repo has no description
1opam-version: "2.0"
2
3synopsis: "Pretty printing support for tree like structures"
4
5description: """
6
7Easy to use pretty printing library.
8
9"""
10
11maintainer: "Helmut Brandl <helmut.brandl@gmx.net>"
12
13authors: [ "Helmut Brandl <helmut.brandl@gmx.net>" ]
14
15license: "BSD-3-Clause"
16homepage: "https://github.com/hbr/fmlib"
17dev-repo: "git+https://github.com/hbr/fmlib.git"
18bug-reports: "https://github.com/hbr/fmlib/issues"
19
20
21build: [
22 ["dune" "subst"] {dev}
23 ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
24]
25
26
27depends: [
28 "ocaml" {>= "4.08.0"}
29 "dune" {>= "1.10"}
30 "odoc" {with-doc}
31 "ppx_inline_test" {>= "v0.13.0"}
32 "fmlib_std" {=version}
33]
34url {
35 src: "https://github.com/hbr/fmlib/archive/0.5.2.tar.gz"
36 checksum: [
37 "sha256=0e0b782826fe2e3dc4ce2fbda97469b8c5e266dac6a914627ad3e95782ea3aa3"
38 "md5=8e0a9f94ebcbd69366c940e978270a07"
39 ]
40}