12 url = "https://github.com/mirage/ocaml-magic-mime/releases/download/v${version}/magic-mime-${version}.tbz";
13 hash = "sha256-4CNNA2Jduh76xY5X44dnLXWl6aYh/0ms/g9gnADxOwg=";
16 minimalOCamlVersion = "4.03";
19 description = "Convert file extensions to MIME types";
20 homepage = "https://github.com/mirage/ocaml-magic-mime";
21 license = licenses.isc;
22 maintainers = with maintainers; [ vbgl ];