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.15.0" & < "v0.16"} "dune" {>= "3.6"} "gsl" "lacaml" {>= "10.0.2"} "menhir" "ppx_deriving" "yojson" "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.2.0/phylogenetics-0.2.0.tbz" checksum: [ "sha256=245a58a77a725bb3eb063a82c300d9c6424f03ce1da7a42cf2b38fbc73d8f76a" "sha512=cf0c5ce2d67941331b35c018cef9db51cb3664b539f70b098a96961d8dc597f56f4f28a6db6663524245b7afded21969848ea157ae53759675b7bdf7c96e133a" ] } x-commit-hash: "14ee9f2b89ae7d1e001f8af4ece0c0a6cec7fbac"