Packages

A fork of the Gleam standard library for Glistix's Nix target

Current section

Files

Jump to
glistix_stdlib src glistix_stdlib.app.src
Raw

src/glistix_stdlib.app.src

{application, glistix_stdlib, [
{vsn, "0.38.0"},
{applications, []},
{description, "A fork of the Gleam standard library for Glistix's Nix target"},
{modules, [gleam@bit_array,
gleam@bool,
gleam@bytes_builder,
gleam@dict,
gleam@dynamic,
gleam@float,
gleam@function,
gleam@int,
gleam@io,
gleam@iterator,
gleam@list,
gleam@option,
gleam@order,
gleam@pair,
gleam@queue,
gleam@regex,
gleam@result,
gleam@set,
gleam@string,
gleam@string_builder,
gleam@uri]},
{registered, []}
]}.