1
2
3
4
5
6
7
8
9
10
11
12
|
{application, gleam_httpc, [
{vsn, "2.1.1"},
{applications, [gleam_erlang,
gleam_http,
gleam_stdlib,
gleeunit,
inets,
ssl]},
{description, "Gleam bindings to Erlang's built in HTTP client, httpc"},
{modules, [gleam@httpc]},
{registered, []}
]}.
|