Skip to content

Commit

Permalink
Merge pull request #5201 from Drup/opam-publish/tree_layout.0.1.0
Browse files Browse the repository at this point in the history
tree_layout.0.1.0 - via opam-publish
  • Loading branch information
samoht committed Nov 30, 2015
2 parents a4154ea + faaa7a4 commit b3436e8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/tree_layout/tree_layout.0.1.0/descr
@@ -0,0 +1 @@
Algorithms to layout trees in a pretty manner.
29 changes: 29 additions & 0 deletions packages/tree_layout/tree_layout.0.1.0/opam
@@ -0,0 +1,29 @@
opam-version: "1.2"
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"
license: "ISC"
dev-repo: "git+https://github.com/Drup/tree_layout.git"
doc: "https://drup.github.io/tree_layout/0.1.0/"
build: [
[
"ocaml"
"setup.ml"
"-configure"
"--enable-tests" {test}
"--enable-benchmark" {test}
"--prefix"
prefix
]
["ocaml" "setup.ml" "-build"]
]
install: ["ocaml" "setup.ml" "-install"]
build-test: ["ocaml" "setup.ml" "-test"]
build-doc: ["ocaml" "setup.ml" "-doc"]
remove: ["ocamlfind" "remove" "tree_layout"]
depends: [
"ocamlfind" {build}
"tyxml" {test}
]
available: ocaml-version >= "4.01.0"
2 changes: 2 additions & 0 deletions packages/tree_layout/tree_layout.0.1.0/url
@@ -0,0 +1,2 @@
http: "https://github.com/Drup/tree_layout/archive/0.1.0.tar.gz"
checksum: "eaf12c96b8d60b53d535434e8439c417"

0 comments on commit b3436e8

Please sign in to comment.