this repo has no description
1opam-version: "2.0" 2synopsis: "Algorithms to layout trees in a pretty manner" 3maintainer: "Gabriel Radanne <drupyog@zoho.com>" 4authors: [ "Gabriel Radanne" ] 5homepage: "https://github.com/Drup/tree_layout" 6bug-reports: "https://github.com/Drup/tree_layout/issues" 7dev-repo: "git+https://github.com/Drup/tree_layout.git" 8doc: "https://drup.github.io/tree_layout/0.2.0/" 9license: "ISC" 10tags: [ "tree" "graph" "drawing" ] 11depends: [ 12 "ocaml" {>= "4.03"} 13 "dune" 14 "iter" 15 "tyxml" {with-test & >= "4.3.0"} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 ["dune" "build" "-p" name "-j" jobs] 20] 21url { 22 src: 23 "https://github.com/Drup/tree_layout/releases/download/0.2/tree_layout-0.2.tbz" 24 checksum: [ 25 "sha256=eb26b5b36c762e47ba27ad3f56630a12bcf0a5e55e35b39831593fe7fc951c46" 26 "sha512=b89645aa9e01195e6bdfeb0ff38b4152e3dcfd0de0a8647829dfeb3802b67aaafd30bca1bfa3c3bbb6445e23ae884042e856b26e3bd4f8268e74fd7e4dd68722" 27 ] 28}