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" {>= "3.0.0"}
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.6.tar.gz"
36 checksum: [
37 "sha256=ceeef0fc034eaf510ef2d8decda4ea500d4855202e39f03132385153d3c0adf7"
38 "md5=b1c666fde2efc94be7a17d3fa986251e"
39 ]
40}