Packages

Web MIDI API bindings for Gleam

Current section

Files

Jump to
webmidi gleam.toml
Raw

gleam.toml

name = "webmidi"
version = "1.0.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Web MIDI API bindings for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "enderchief", repo = "webmidi" }
# links = [{ title = "Website", href = "https://gleam.run" }]
target = "javascript"
[javascript]
typescript_declarations = true
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
gleam_javascript = "~> 0.7"
[dev-dependencies]
gleeunit = "~> 1.0"