16 buildDunePackage rec {
17 pname = "phylogenetics";
21 url = "https://github.com/biocaml/phylogenetics/releases/download/v${version}/phylogenetics-${version}.tbz";
22 hash = "sha256-3oZ9fMAXqOQ02rQ+8W8PZJWXOJLNe2qERrGOeTk3BKg=";
25 minimalOCamlVersion = "4.08";
27 nativeCheckInputs = [ bppsuite ];
28 checkInputs = [ alcotest ];
29 nativeBuildInputs = [ menhir ];
30 propagatedBuildInputs = [
42 dune build @app/fulltest
48 description = "Algorithms and datastructures for phylogenetics";
49 homepage = "https://github.com/biocaml/phylogenetics";
50 license = licenses.cecill-b;
51 maintainers = [ maintainers.bcdarwin ];
52 mainProgram = "phylosim";