opam-version: "2.0" maintainer: "Gabriel Radanne " authors: "Gabriel Radanne" homepage: "https://github.com/Drup/tree_layout" bug-reports: "https://github.com/Drup/tree_layout/issues" license: "ISC" dev-repo: "git+https://github.com/Drup/tree_layout.git" doc: "https://drup.github.io/tree_layout/0.1.0/" build: [ [ "ocaml" "setup.ml" "-configure" "--enable-tests" {with-test} "--prefix" prefix ] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-test"] {with-test} ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: ["ocamlfind" "remove" "tree_layout"] depends: [ "ocaml" {>= "4.01.0" & < "5.0"} "ocamlfind" {build} "tyxml" {with-test & >= "3.0.0" & < "4.0.0"} "ocamlbuild" {build} ] synopsis: "Algorithms to layout trees in a pretty manner." flags: light-uninstall url { src: "https://github.com/Drup/tree_layout/archive/0.1.0.tar.gz" checksum: [ "sha256=e035775017ccd0efd856eddd4be1b9f9a7175f9a4d49076b1f9dc4dacc475858" "md5=eaf12c96b8d60b53d535434e8439c417" ] }