Current section
Files
Jump to
Current section
Files
gleam.toml
name = "viva_math"
version = "1.2.100"
description = "Core mathematical functions for VIVA - sentient digital life. PAD emotions, Cusp catastrophe, Free Energy Principle, attractor dynamics."
licences = ["MIT"]
repository = { type = "github", user = "gabrielmaialva33", repo = "viva_math" }
links = [
{ title = "GitHub", href = "https://github.com/gabrielmaialva33/viva_math" },
]
gleam = ">= 1.14.0"
# Targets both Erlang and JavaScript
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_community_maths = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 1.0.4 and < 2.0.0"