10 minimalOCamlVersion = "4.08";
13 url = "https://github.com/pveber/binning/releases/download/v${version}/binning-v${version}.tbz";
14 hash = "sha256-eG+xctsbc7lQ5pFOUtJ8rjNW/06gygwLADq7yc8Yf/c=";
18 description = "Datastructure to accumulate values in bins";
19 license = lib.licenses.cecill-b;
20 homepage = "https://github.com/pveber/binning/";
21 maintainers = [ lib.maintainers.vbgl ];