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