11 buildDunePackage rec {
15 minimalOCamlVersion = "4.08";
17 src = fetchFromGitHub {
21 hash = "sha256-6QCom9nrz0B5vCmuBzqsM0zCs8tBLJC6peig+vCgMVA=";
28 propagatedBuildInputs = [
41 homepage = "https://github.com/gfngfn/otfed";
42 description = "OpenType Font Format Encoder & Decoder";
43 license = lib.licenses.mit;
44 maintainers = [ lib.maintainers.vbgl ];