Packages

Gleam SDK for bsdkrun — a Firecracker-style microVM launcher for BSD, Linux, and unikernel guests

Current section

Files

Jump to
bsdkrun gleam.toml
Raw

gleam.toml

name = "bsdkrun"
version = "1.5.0"
description = "Gleam SDK for bsdkrun — a Firecracker-style microVM launcher for BSD, Linux, and unikernel guests"
licences = ["MIT"]
repository = { type = "github", user = "tsirysndr", repo = "bsdkrun", path = "sdk/gleam", tag_prefix = "gleam-sdk-" }
links = [{ title = "Website", href = "https://github.com/tsirysndr/bsdkrun" }]
# The SDK shells out to the `bsdkrun` binary through an Erlang port, so the
# Erlang target is the only one supported.
target = "erlang"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"