Current section
Files
Jump to
Current section
Files
src/nerf.app.src
{application, nerf, [
{vsn, "0.2.0"},
{applications, [certifi,
gleam_erlang,
gleam_http,
gleam_stdlib,
gleeunit,
gun]},
{description, "Gleam bindings to gun, the HTTP/1.1, HTTP/2 and Websocket client"},
{modules, [nerf@gun,
nerf@websocket]},
{registered, []}
]}.