Packages

a collection of helper functions that help to convert your data between json, bson, and struct

Retired package:

Current section

Files

Jump to
jbs gleam.toml
Raw

gleam.toml

name = "jbs"
version = "0.1.0"
description = "a collection of helper functions that help to convert your data between json, bson, and struct"
licences = ["Apache-2.0"]
repository = { type = "github", user = "bamii", repo = "jbs" }
links = [
{ title = "gleam", href = "https://gleam.run" },
{ title = "bison", href = "https://hexdocs.pm/bison/index.html" },
{ title = "birl", href = "https://hexdocs.pm/birl/index.html" },
]
[dependencies]
gleam_stdlib = "~> 0.31"
bison = "~> 0.28"
birl = "~> 0.16"
gleam_json = "~> 0.6"
[dev-dependencies]
gleeunit = "~> 0.10"