Skip to content

Commit 154c720

Browse files
committed
[new release] phylogenetics (0.3.0)
CHANGES: - better documentation (thanks to Corentin Moumard) - implementation of Muse and Gaut 94 evolution model - few bug fixes and API changes
1 parent ca7f74d commit 154c720

File tree

1 file changed

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

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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+
"lacaml" {>= "10.0.2"}
18+
"menhir"
19+
"ppx_deriving"
20+
"printbox" {>= "0.6.1"}
21+
"printbox-text"
22+
"odoc" {with-doc}
23+
]
24+
build: [
25+
["dune" "subst"] {dev}
26+
[
27+
"dune"
28+
"build"
29+
"-p"
30+
name
31+
"-j"
32+
jobs
33+
"@install"
34+
"@runtest" {with-test}
35+
"@doc" {with-doc}
36+
]
37+
]
38+
dev-repo: "git+https://github.com/biocaml/phylogenetics.git"
39+
url {
40+
src:
41+
"https://github.com/biocaml/phylogenetics/releases/download/v0.3.0/phylogenetics-0.3.0.tbz"
42+
checksum: [
43+
"sha256=de867d7cc017a8e434dab43ef16f0f6495973892cd7b6a8446b18e79393704a8"
44+
"sha512=0209538caf94be47eabcaa25399c54849bd4fa0fc79e0579acee27f46ef3b72aa50e17bdb48fed8e86674d4caee6c1c4c423833a2757db12e2a6cc28234510de"
45+
]
46+
}
47+
x-commit-hash: "50309eaacba3d8140e6ce6f02fa49e13d4b89c23"

0 commit comments

Comments
 (0)