this repo has no description
1opam-version: "2.0"
2synopsis: "Algorithms and datastructures for phylogenetics"
3maintainer: ["philippe.veber@gmail.com"]
4authors: ["Louis Duchemin" "Vincent Lanore" "Philippe Veber"]
5license: "CeCILL-B"
6tags: ["bioinformatics" "evolution" "phylogeny"]
7homepage: "https://github.com/biocaml/phylogenetics/"
8bug-reports: "https://github.com/biocaml/phylogenetics/issues"
9depends: [
10 "alcotest" {with-test}
11 "angstrom-unix"
12 "biocaml" {>= "0.8.0"}
13 "core" {>= "v0.14.0" & < "v0.15"}
14 "dune" {>= "2.7.0"}
15 "gsl"
16 "lacaml" {>= "10.0.2"}
17 "menhir"
18 "ppx_deriving"
19 "printbox" {< "0.6"}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31# "@runtest" {with-test} # they require bppml preinstalled
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/biocaml/phylogenetics.git"
36url {
37 src:
38 "https://github.com/biocaml/phylogenetics/releases/download/v0.0.0/phylogenetics-0.0.0.tbz"
39 checksum: [
40 "sha256=8902500f9c500ee89b086563d03a4af1d4a3682fdc17ac3760da3a09b480ce4e"
41 "sha512=d3834c1236d22b30f6eb3213ccdbc34c6c1b60e20b5fb45c79e8813f87bfc4f1c913354c34781c7e6e67fbccba70ddc8c3f1751be4213e0b3ab5d5283a201c55"
42 ]
43}
44x-commit-hash: "8d14c8b957c1ac28e48ed841e02ba6d7cb0b0c85"