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.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] 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.3.0/phylogenetics-0.3.0.tbz" 43 checksum: [ 44 "sha256=de867d7cc017a8e434dab43ef16f0f6495973892cd7b6a8446b18e79393704a8" 45 "sha512=0209538caf94be47eabcaa25399c54849bd4fa0fc79e0579acee27f46ef3b72aa50e17bdb48fed8e86674d4caee6c1c4c423833a2757db12e2a6cc28234510de" 46 ] 47} 48x-commit-hash: "50309eaacba3d8140e6ce6f02fa49e13d4b89c23"