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]
34
35url {
36 src: "https://github.com/hbr/fmlib/archive/0.3.1.tar.gz"
37 checksum: [
38 "sha256=ed807c1c45860570288f1b062cc6d15cefc12d97908095be0108ef390577d300"
39 "md5=7c9dde2b12d22a3f40a8e00c0c793ba6"
40 ]
41}