Packages

Invoke Erlang and JavaScript runtime functions at runtime by path, no FFI boilerplate needed.

Current section

Files

Jump to
apply gleam.toml
Raw

gleam.toml

name = "apply"
version = "2.1.0"
description = "Invoke Erlang and JavaScript runtime functions at runtime by path, no FFI boilerplate needed."
licences = ["Apache-2.0"]
repository = { type = "github", user = "wangbaoyin2", repo = "gleam_apply" }
links = [{ title = "Website", href = "https://hexdocs.pm/apply/" }]
# Target used for local development only. The library supports both targets;
# consumers may build with either one.
# Switch to "erlang" and run `gleam clean` to develop against the Erlang runtime.
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"