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.11.tar.gz" 36 checksum: "sha256=987144e79a5ab8544a9cac669284ef7610a70c3362d4f55e5d27e4f33b49a1b9" 37}