unikernel-repo/packages/tree_layout.0.3.0~dev/opam

26 lines
722 B
Text
Raw Normal View History

opam-version: "2.0"
name: "tree_layout"
synopsis: "Algorithms to layout trees in a pretty manner"
maintainer: "Gabriel Radanne <drupyog@zoho.com>"
authors: [ "Gabriel Radanne" ]
homepage: "https://github.com/Drup/tree_layout"
bug-reports: "https://github.com/Drup/tree_layout/issues"
dev-repo: "git+https://github.com/Drup/tree_layout.git"
license: "ISC"
version: "dev"
tags: [ "tree" "graph" "drawing" ]
depends: [
"ocaml" {>= "4.03"}
"dune" {build}
"iter"
"tyxml" {with-test & >= "4.3.0"}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
url {
2022-08-24 08:03:24 +00:00
src: "git+https://github.com/Drup/tree_layout.git"
}