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 "biocaml" {>= "0.8.0"} 13 "core" {>= "v0.14.0" & < "v0.15"} 14 "dune" {>= "2.7.0"} 15 "gsl" 16 "lacaml" {>= "10.0.2"} 17 "menhir" 18 "ppx_deriving" 19 "printbox" {< "0.6"} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/biocaml/phylogenetics.git" 36url { 37 src: 38 "https://github.com/biocaml/phylogenetics/releases/download/v0.1.0/phylogenetics-0.1.0.tbz" 39 checksum: [ 40 "sha256=266c844b52074cf85b83e309ce18f4a030e36e68fd0806ee45f004f8256d9418" 41 "sha512=8ca329483c32f420b18425da04cf56d1d4c7263b463a61f42b3a99fb3cea298e04ac6d1545c8fff209e361479b566e6c086a200c96c7153751a0071bd9fcc4fb" 42 ] 43} 44x-commit-hash: "e59f9b0781976a6b1ed2d0b226dfe6659fe35523"