Add tree_layout#master, modulectomy depends on it
This commit is contained in:
parent
be4861cc8f
commit
a62b974418
2 changed files with 26 additions and 1 deletions
|
@ -12,7 +12,7 @@ depends: [
|
||||||
"ocaml" {>= "4.08.0"}
|
"ocaml" {>= "4.08.0"}
|
||||||
"dune"
|
"dune"
|
||||||
"owee" {>= "0.5"}
|
"owee" {>= "0.5"}
|
||||||
"tree_layout"
|
"tree_layout" {= "0.3.0~dev"}
|
||||||
"iter"
|
"iter"
|
||||||
"containers"
|
"containers"
|
||||||
"containers-data"
|
"containers-data"
|
||||||
|
|
25
packages/tree_layout.0.3.0~dev/opam
Normal file
25
packages/tree_layout.0.3.0~dev/opam
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
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 {
|
||||||
|
src: "git+https://github.com/roburio/modulectomy.get"
|
||||||
|
}
|
Loading…
Reference in a new issue