Packages

Pure Gleam implementation of the Apache Thrift Compact Protocol

Current section

Files

Jump to
thrifty src thrifty.app.src
Raw

src/thrifty.app.src

{application, thrifty, [
{vsn, "1.1.2"},
{applications, [gleam_erlang,
gleam_stdlib]},
{description, "Pure Gleam implementation of the Apache Thrift Compact Protocol"},
{modules, [file_io_ffi,
thrifty,
thrifty@@main,
thrifty@container,
thrifty@field,
thrifty@file_io,
thrifty@fuzz_cli,
thrifty@fuzz_persistence,
thrifty@fuzz_utils,
thrifty@message,
thrifty@reader,
thrifty@types,
thrifty@varint,
thrifty@writer,
thrifty@writer_highlevel,
thrifty@zigzag]},
{registered, []}
]}.