Packages

A TCP library for Gleam.

Current section

Files

Jump to
tcpea src tcpea.app.src
Raw

src/tcpea.app.src

{application, tcpea, [
{vsn, "0.1.1"},
{applications, [gleam_erlang,
gleam_stdlib]},
{description, "A TCP library for Gleam."},
{modules, [tcpea@client,
tcpea@client@ffi,
tcpea@client@types]},
{registered, []}
]}.