11 buildDunePackage rec {
15 minimalOCamlVersion = "4.03";
18 url = "https://github.com/mirage/yuscii/releases/download/v${version}/yuscii-v${version}.tbz";
19 sha256 = "0idywlkw0fbakrxv65swnr5bj7f2vns9kpay7q03gzlv82p670hy";
30 doCheck = lib.versionAtLeast ocaml.version "4.08";
33 description = "A simple mapper between UTF-7 to Unicode according RFC2152";
34 license = lib.licenses.mit;
35 homepage = "https://github.com/mirage/yuscii";
36 maintainers = with lib.maintainers; [ ];