Current section

Files

Jump to
glendix gleam.toml
Raw

gleam.toml

name = "glendix"
version = "4.0.1"
target = "javascript"
description = "Gleam bindings for Mendix Pluggable Widget API — delegates React to redraw/redraw_dom, TEA to lustre, Mendix types/widgets/marketplace to mendraw"
licences = ["BlueOak-1.0.0"]
repository = { type = "github", user = "GG-O-BP", repo = "glendix" }
[javascript]
typescript_declarations = false
runtime = "node"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
etch = ">= 1.3.3 and < 2.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
redraw = ">= 19.2.0 and < 20.0.0"
redraw_dom = ">= 19.2.0 and < 20.0.0"
lustre = ">= 5.6.0 and < 6.0.0"
mendraw = ">= 1.1.9 and < 2.0.0"