Current section

Files

Jump to
stream_gl src stream_gl.app.src
Raw

src/stream_gl.app.src

{application, stream_gl, [
{vsn, "0.1.1"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib]},
{description, "stream-library for gleam"},
{modules, [stream,
stream_gl@@main]},
{registered, []}
]}.