this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

[new release] phylogenetics (0.3.0)

authored by

Marcello Seri and committed by
GitHub
239cb424 cd68f78b

+48
+48
packages/phylogenetics/phylogenetics.0.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Algorithms and datastructures for phylogenetics" 3 + maintainer: ["philippe.veber@gmail.com"] 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"