# mimerl **Repository Path**: ralfdai/mimerl ## Basic Information - **Project Name**: mimerl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-25 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README mimerl ===== library to handle mimetypes Present a way to parse IANA mediatype as defined here: http://www.iana.org/assignments/media-types/media-types.xhtml Build ----- $ make Example of usage: ----------------- 1> mimerl:extension(<<"c">>). <<"text/x-c">> 2> mimerl:filename(<<"test.cpp">>). <<"text/x-c">> 3> mimerl:mime_to_exts(<<"text/plain">>). [<<"txt">>,<<"text">>,<<"conf">>,<<"def">>,<<"list">>, <<"log">>,<<"in">>]