this repo has no description
1opam-version: "2.0" 2synopsis: "Algorithms and datastructures for phylogenetics" 3maintainer: ["philippe.veber@gmail.com"] 4authors: ["Louis Duchemin" "Vincent Lanore" "Philippe Veber"] 5license: "CeCILL-B" 6tags: ["bioinformatics" "evolution" "phylogeny"] 7homepage: "https://github.com/biocaml/phylogenetics/" 8bug-reports: "https://github.com/biocaml/phylogenetics/issues" 9depends: [ 10 "alcotest" {with-test} 11 "angstrom-unix" 12 "binning" 13 "biotk" {>= "0.2.0"} 14 "core" {>= "v0.15.0" & < "v0.16"} 15 "dune" {>= "3.6"} 16 "gsl" 17 "lacaml" {>= "10.0.2"} 18 "menhir" 19 "ppx_deriving" 20 "yojson" 21 "printbox" {>= "0.6.1"} 22 "printbox-text" 23 "odoc" {with-doc} 24] 25build: [ 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] 39dev-repo: "git+https://github.com/biocaml/phylogenetics.git" 40url { 41 src: 42 "https://github.com/biocaml/phylogenetics/releases/download/v0.2.0/phylogenetics-0.2.0.tbz" 43 checksum: [ 44 "sha256=245a58a77a725bb3eb063a82c300d9c6424f03ce1da7a42cf2b38fbc73d8f76a" 45 "sha512=cf0c5ce2d67941331b35c018cef9db51cb3664b539f70b098a96961d8dc597f56f4f28a6db6663524245b7afded21969848ea157ae53759675b7bdf7c96e133a" 46 ] 47} 48x-commit-hash: "14ee9f2b89ae7d1e001f8af4ece0c0a6cec7fbac"