1 { lib, fetchurl, buildDunePackage }:
8 url = "https://github.com/mirage/ocaml-magic-mime/releases/download/v${version}/magic-mime-v${version}.tbz";
9 sha256 = "sha256-8SG2dQD43Zfi/J/V0BxzJeTIS8XAI3RCd5+9b6IGlPU=";
12 minimalOCamlVersion = "4.03";
16 description = "Convert file extensions to MIME types";
17 homepage = "https://github.com/mirage/ocaml-magic-mime";
18 license = licenses.isc;
19 maintainers = with maintainers; [ vbgl ];