Packages

MIME type lookup: translate a file extension to MIME type or vice versa

Current section

Files

Jump to
minmay src minmay.app.src
Raw

src/minmay.app.src

{application,minmay,
[{description,"Minmay is a Erlang library for translating a file extention to MIME type or vice versa"},
{vsn,"1.0.3"},
{applications,[kernel,stdlib]},
{modules,[]},
{registered,[]},
{maintainers,["David Cesar Hernan Cao"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/davecaos/minmay"}]},
{build_tools,["make","rebar3"]}]}.