ocamlPackages.biotk: 0.2.0 → 0.3

This commit is contained in:
Vincent Laporte 2024-07-02 06:33:45 +02:00 committed by Vincent Laporte
parent e5dfb653d8
commit 4495fc3386
2 changed files with 6 additions and 15 deletions

View File

@ -6,11 +6,11 @@
, ocaml-crunch
, camlzip
, core_kernel
, core_unix
, csvfields
, core_unix ? null
, csvfields ? null
, fmt
, gsl
, ppx_csv_conv
, ppx_csv_conv ? null
, ppx_deriving
, rresult
, tyxml
@ -20,13 +20,13 @@
buildDunePackage rec {
pname = "biotk";
version = "0.2.0";
version = "0.3";
minimalOCamlVersion = "4.13";
src = fetchurl {
url = "https://github.com/pveber/biotk/releases/download/v${version}/biotk-${version}.tbz";
hash = "sha256-FQvbVj5MmraSN6AmOckKgJ/LB14E/pCsPvPvNppcv7A=";
hash = "sha256-9eRd3qYteUxu/xNEUER/DHodr6cTCuPtSKr38x32gig=";
};
nativeBuildInputs = [ ocaml-crunch ];

View File

@ -92,7 +92,7 @@ let
biocaml = janeStreet_0_15.biocaml;
biotk = janeStreet_0_15.biotk;
biotk = callPackage ../development/ocaml-modules/biotk { };
bisect_ppx = callPackage ../development/ocaml-modules/bisect_ppx { };
@ -840,15 +840,6 @@ let
cfstream = self.cfstream.override { inherit core_kernel; };
};
biotk = let
angstrom = self.angstrom.override { inherit ppx_let; };
in callPackage ../development/ocaml-modules/biotk {
angstrom-unix = self.angstrom-unix.override { inherit angstrom; };
ppx_deriving = self.ppx_deriving.override { inherit (jsDeps) ppxlib; };
uri = self.uri.override { inherit angstrom; };
vg = self.vg.override { htmlcBackend = false; };
};
phylogenetics = let
angstrom = self.angstrom.override { inherit ppx_let; };
in callPackage ../development/ocaml-modules/phylogenetics {