src/midiio.app.src
{application,midiio,
[{description,"Cross-platform realtime MIDI I/O for the BEAM via a NIF over the minimidio C library (raw transport; no message codec)"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{exclude_files,["priv/images"]},
{links,[{"Github","https://github.com/erlsci/midiio"},
{"minimidio","https://github.com/octetta/minimidio"}]}]}.