1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{application, gleam_stdlib, [
{vsn, "0.33.0"},
{applications, []},
{description, "A standard library for the Gleam programming language"},
{modules, [gleam@base,
gleam@bit_array,
gleam@bit_builder,
gleam@bit_string,
gleam@bool,
gleam@bytes_builder,
gleam@dict,
gleam@dynamic,
gleam@float,
gleam@function,
gleam@int,
gleam@io,
gleam@iterator,
gleam@list,
gleam@map,
gleam@option,
gleam@order,
gleam@pair,
gleam@queue,
gleam@regex,
gleam@result,
gleam@set,
gleam@string,
gleam@string_builder,
gleam@uri]},
{registered, []}
]}.
|