Packages

A Mendelian genetics simulation library and CLI for educational use

Current section

Files

Jump to
lineage gleam.toml
Raw

gleam.toml

name = "lineage"
version = "1.0.0"
description = "A Mendelian genetics simulation library and CLI for educational use"
licences = ["BSD-3-Clause"]
repository = { type = "gitlab", user = "patrick.daniel.gress", repo = "lineage" }
links = [
{ title = "Repository", href = "https://gitlab.com/patrick.daniel.gress/lineage" },
]
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
youid = ">= 1.6.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
argv = ">= 1.1.0 and < 2.0.0"
lustre = ">= 5.7.0 and < 6.0.0"
gleam_crypto = ">= 1.6.0 and < 2.0.0"
simplifile = ">= 2.6.0 and < 3.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"