Packages

Erlang/OTP Stream Library

Current section

Files

Jump to
stream src stream.app.src
Raw

src/stream.app.src

{application,stream,
[{description,"Erlang/OTP Stream Library"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Mathieu Kerjouan <contact [at] steepath [dot] eu>"]},
{licenses,["OpenBSD"]},
{links,[{"github","https://github.com/niamtokik/stream"},
{"gitlab","https://gitlab.com/niamtokik/stream"},
{"bitbucket",
"https://bitbucket.org/niamtokik/stream/src"}]}]}.