Packages

a gleam lib for connecting to twitch IRC

Current section

Files

Jump to
gwitch src gwitch.app.src
Raw

src/gwitch.app.src

{application, gwitch, [
{vsn, "1.0.1"},
{applications, [birl,
gleam_erlang,
gleam_http,
gleam_otp,
gleam_stdlib,
gleeunit,
logging,
repeatedly,
stratus]},
{description, "a gleam lib for connecting to twitch IRC"},
{modules, [gwitch,
internal@websockets]},
{registered, []}
]}.