Packages

Store-independent context-first Event Sourcing primitives for Gleam.

Current section

Files

Jump to
factos gleam.toml
Raw

gleam.toml

name = "factos"
version = "1.0.0"
description = "Store-independent context-first Event Sourcing primitives for Gleam."
licences = ["MIT"]
links = [
{ title = "Simply Event Sourcing", href = "https://ricofritzsche.me/simply-event-sourcing/" },
]
[[documentation.pages]]
title = "Domain-Driven Design"
path = "domain-driven-design.html"
source = "./docs/domain-driven-design.md"
[[documentation.pages]]
title = "Event Sourcing"
path = "event-sourcing.html"
source = "./docs/event-sourcing.md"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "", repo = "" }
# links = [{ title = "Website", href = "" }]
#
# 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"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"