14 buildDunePackage rec {
19 url = "https://github.com/dinosaure/prettym/releases/download/${version}/prettym-${version}.tbz";
20 hash = "sha256-kXDxoRref02YpYSlvlK7a5FBX5ccbnWJQzG0axi5jwk=";
24 minimalOCamlVersion = "4.08";
26 propagatedBuildInputs = [
42 description = "A simple bounded encoder to serialize human readable values and respect the 80-column constraint";
43 license = lib.licenses.mit;
44 homepage = "https://github.com/dinosaure/prettym";
45 maintainers = with lib.maintainers; [ ];