this repo has no description
1opam-version: "2.0"
2maintainer: "Gabriel Radanne <drupyog@zoho.com>"
3authors: "Gabriel Radanne"
4homepage: "https://github.com/Drup/tree_layout"
5bug-reports: "https://github.com/Drup/tree_layout/issues"
6license: "ISC"
7dev-repo: "git+https://github.com/Drup/tree_layout.git"
8doc: "https://drup.github.io/tree_layout/0.1.0/"
9build: [
10 [
11 "ocaml"
12 "setup.ml"
13 "-configure"
14 "--enable-tests" {with-test}
15 "--prefix"
16 prefix
17 ]
18 ["ocaml" "setup.ml" "-build"]
19 ["ocaml" "setup.ml" "-test"] {with-test}
20 ["ocaml" "setup.ml" "-doc"] {with-doc}
21]
22install: ["ocaml" "setup.ml" "-install"]
23remove: ["ocamlfind" "remove" "tree_layout"]
24depends: [
25 "ocaml" {>= "4.01.0" & < "5.0"}
26 "ocamlfind" {build}
27 "tyxml" {with-test & >= "3.0.0" & < "4.0.0"}
28 "ocamlbuild" {build}
29]
30synopsis: "Algorithms to layout trees in a pretty manner."
31flags: light-uninstall
32url {
33 src: "https://github.com/Drup/tree_layout/archive/0.1.0.tar.gz"
34 checksum: [
35 "sha256=e035775017ccd0efd856eddd4be1b9f9a7175f9a4d49076b1f9dc4dacc475858"
36 "md5=eaf12c96b8d60b53d535434e8439c417"
37 ]
38}