15 buildDunePackage rec {
20 url = "https://github.com/dinosaure/prettym/releases/download/${version}/prettym-${version}.tbz";
21 hash = "sha256-kXDxoRref02YpYSlvlK7a5FBX5ccbnWJQzG0axi5jwk=";
25 minimalOCamlVersion = "4.08";
27 propagatedBuildInputs = [
43 description = "Simple bounded encoder to serialize human readable values and respect the 80-column constraint";
44 license = lib.licenses.mit;
45 homepage = "https://github.com/dinosaure/prettym";