Packages

Core mathematical functions for VIVA - sentient digital life. PAD emotions, Cusp catastrophe, Free Energy Principle, attractor dynamics.

Current section

Files

Jump to
viva_math gleam.toml
Raw

gleam.toml

name = "viva_math"
version = "1.0.0"
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.4.0"
# Targets both Erlang and JavaScript
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.34.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"