Skip to content

Commit 239cb42

Browse files
authored
Merge pull request #26214 from pveber/release-phylogenetics-v0.3.0
[new release] phylogenetics (0.3.0)
2 parents cd68f78 + 47f2346 commit 239cb42

File tree

1 file changed

+48
-0
lines changed
  • packages/phylogenetics/phylogenetics.0.3.0

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
opam-version: "2.0"
2+
synopsis: "Algorithms and datastructures for phylogenetics"
3+
maintainer: ["[email protected]"]
4+
authors: ["Louis Duchemin" "Vincent Lanore" "Philippe Veber"]
5+
license: "CeCILL-B"
6+
tags: ["bioinformatics" "evolution" "phylogeny"]
7+
homepage: "https://github.com/biocaml/phylogenetics/"
8+
bug-reports: "https://github.com/biocaml/phylogenetics/issues"
9+
depends: [
10+
"alcotest" {with-test}
11+
"angstrom-unix"
12+
"binning"
13+
"biotk" {>= "0.2.0"}
14+
"core" {>= "v0.16.0"}
15+
"dune" {>= "3.6"}
16+
"gsl"
17+
"yojson" {>= "1.6.0"}
18+
"lacaml" {>= "10.0.2"}
19+
"menhir"
20+
"ppx_deriving"
21+
"printbox" {>= "0.6.1"}
22+
"printbox-text"
23+
"odoc" {with-doc}
24+
]
25+
build: [
26+
["dune" "subst"] {dev}
27+
[
28+
"dune"
29+
"build"
30+
"-p"
31+
name
32+
"-j"
33+
jobs
34+
"@install"
35+
"@runtest" {with-test}
36+
"@doc" {with-doc}
37+
]
38+
]
39+
dev-repo: "git+https://github.com/biocaml/phylogenetics.git"
40+
url {
41+
src:
42+
"https://github.com/biocaml/phylogenetics/releases/download/v0.3.0/phylogenetics-0.3.0.tbz"
43+
checksum: [
44+
"sha256=de867d7cc017a8e434dab43ef16f0f6495973892cd7b6a8446b18e79393704a8"
45+
"sha512=0209538caf94be47eabcaa25399c54849bd4fa0fc79e0579acee27f46ef3b72aa50e17bdb48fed8e86674d4caee6c1c4c423833a2757db12e2a6cc28234510de"
46+
]
47+
}
48+
x-commit-hash: "50309eaacba3d8140e6ce6f02fa49e13d4b89c23"

0 commit comments

Comments
 (0)