Current section
Files
Jump to
Current section
Files
src/neon.app.src
{application, neon, [
{vsn, "2.0.0"},
{applications, [gleam_erlang,
gleam_stdlib]},
{description, "A Gleam networking library for TCP, UDP, and SSL/TLS sockets"},
{modules, [inet_ffi,
neon@@main,
neon@net,
neon@ssl,
neon@tcp,
neon@testing,
neon@udp,
neon_test_ffi,
public_key_ffi,
ssl_ffi,
tcp_ffi,
udp_ffi]},
{registered, []}
]}.