-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathopam
28 lines (28 loc) · 940 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
opam-version: "2.0"
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"
doc: "https://drup.github.io/tree_layout/0.2.0/"
license: "ISC"
tags: [ "tree" "graph" "drawing" ]
depends: [
"ocaml" {>= "4.03"}
"dune"
"iter"
"tyxml" {with-test & >= "4.3.0"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
url {
src:
"https://github.com/Drup/tree_layout/releases/download/0.2/tree_layout-0.2.tbz"
checksum: [
"sha256=eb26b5b36c762e47ba27ad3f56630a12bcf0a5e55e35b39831593fe7fc951c46"
"sha512=b89645aa9e01195e6bdfeb0ff38b4152e3dcfd0de0a8647829dfeb3802b67aaafd30bca1bfa3c3bbb6445e23ae884042e856b26e3bd4f8268e74fd7e4dd68722"
]
}