this repo has no description

Merge pull request #26214 from pveber/release-phylogenetics-v0.3.0

[new release] phylogenetics (0.3.0)

Changed files
+48
packages
phylogenetics
phylogenetics.0.3.0
+48
packages/phylogenetics/phylogenetics.0.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Algorithms and datastructures for phylogenetics"
+
maintainer: ["philippe.veber@gmail.com"]
+
authors: ["Louis Duchemin" "Vincent Lanore" "Philippe Veber"]
+
license: "CeCILL-B"
+
tags: ["bioinformatics" "evolution" "phylogeny"]
+
homepage: "https://github.com/biocaml/phylogenetics/"
+
bug-reports: "https://github.com/biocaml/phylogenetics/issues"
+
depends: [
+
"alcotest" {with-test}
+
"angstrom-unix"
+
"binning"
+
"biotk" {>= "0.2.0"}
+
"core" {>= "v0.16.0"}
+
"dune" {>= "3.6"}
+
"gsl"
+
"yojson" {>= "1.6.0"}
+
"lacaml" {>= "10.0.2"}
+
"menhir"
+
"ppx_deriving"
+
"printbox" {>= "0.6.1"}
+
"printbox-text"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/biocaml/phylogenetics.git"
+
url {
+
src:
+
"https://github.com/biocaml/phylogenetics/releases/download/v0.3.0/phylogenetics-0.3.0.tbz"
+
checksum: [
+
"sha256=de867d7cc017a8e434dab43ef16f0f6495973892cd7b6a8446b18e79393704a8"
+
"sha512=0209538caf94be47eabcaa25399c54849bd4fa0fc79e0579acee27f46ef3b72aa50e17bdb48fed8e86674d4caee6c1c4c423833a2757db12e2a6cc28234510de"
+
]
+
}
+
x-commit-hash: "50309eaacba3d8140e6ce6f02fa49e13d4b89c23"