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.9.tar.gz" 36 checksum: [ 37 "sha256=9efb96fe5c1cfb4edc2ff5c6df4537ce9ded12175a60021e9d482e51eb69ebfb" 38 "md5=3fb18b650cfcb0bf3bd05e120e17b28f" 39 ] 40}