Packages

An embedded lisp interpreter based on the gleam implementation of MAL lisp.

Current section

Files

Jump to
kirala_l4u gleam.toml
Raw

gleam.toml

name = "kirala_l4u"
version = "0.1.1"
gleam = ">= 0.32.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "An embedded lisp interpreter based on the gleam implementation of MAL lisp."
licences = ["Apache-2.0"]
repository = { type = "github", user = "Yasuo-Higano", repo = "kirala_l4u" }
links = [{ title = "Website", href = "https://github.com/Yasuo-Higano/kirala_l4u" }]
[dependencies]
gleam_stdlib = "~> 0.34"
qdate = "~> 0.7"
jsone = "~> 1.8"
bbmustache = "~> 1.12"
gleam_bbmustache = "~> 2.2"
hex_core = "~> 0.10"
[dev-dependencies]
#gleeunit = "~> 1.0"