Current section
Files
Jump to
Current section
Files
gleam.toml
name = "factos"
version = "2.0.0-rc2"
description = "Dynamic Consistency Boundaries (DCB) Event Sourcing for Gleam."
licences = ["MIT"]
links = [
{ title = "Simply Event Sourcing", href = "https://ricofritzsche.me/simply-event-sourcing/" },
]
[repository]
type = "tangled"
user = "renatillas.dev"
repo = "factos"
[[documentation.pages]]
title = "Start Here"
path = "start-here.html"
source = "./docs/start-here.md"
[[documentation.pages]]
title = "Domain-Driven Design: a Practical Primer"
path = "domain-driven-design.html"
source = "./docs/domain-driven-design.md"
[[documentation.pages]]
title = "Event Sourcing and Command Dispatch"
path = "event-sourcing.html"
source = "./docs/event-sourcing.md"
[[documentation.pages]]
title = "Dynamic Consistency Boundaries"
path = "dynamic-consistency-boundaries.html"
source = "./docs/dynamic-consistency-boundaries.md"
[[documentation.pages]]
title = "The Factos Core Model"
path = "core-model.html"
source = "./docs/core-model.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"
gleam_json = ">= 3.1.0 and < 4.0.0"
pprint = ">= 1.0.6 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 2.0.0 and < 3.0.0"