1 { lib, fetchFromGitHub, nix-update-script
11 src = fetchFromGitHub {
15 sha256 = "sha256-Z2rOaiNGvVDbRwf5XfoNIcenQdrE3fxHnfzyi6Ki2Ic=";
18 minimalOCamlVersion = "4.14";
20 # base v0.17 compatibility
21 patches = [ ./tdigest.patch ];
23 propagatedBuildInputs = [
28 passthru.updateScript = nix-update-script { };
31 homepage = "https://github.com/SGrondin/${pname}";
32 description = "OCaml implementation of the T-Digest algorithm";
33 license = licenses.mit;
34 maintainers = with maintainers; [ niols ];