Skip to main content

build/prod/erlang/gleam_stdlib/ebin/gleam_stdlib.app

{application, gleam_stdlib, [
    {vsn, "1.0.0"},
    {applications, []},
    {description, "A standard library for the Gleam programming language"},
    {modules, [gleam@bit_array,
               gleam@bool,
               gleam@bytes_tree,
               gleam@dict,
               gleam@dynamic,
               gleam@dynamic@decode,
               gleam@float,
               gleam@function,
               gleam@int,
               gleam@io,
               gleam@list,
               gleam@option,
               gleam@order,
               gleam@pair,
               gleam@result,
               gleam@set,
               gleam@string,
               gleam@string_tree,
               gleam@uri,
               gleam_stdlib]},
    {registered, []}
]}.