Packages

Prevent cascading failures in your Gleam applications. Circuit breaker pattern with sliding window tracking, OTP-supervised state, and support for both Erlang and JavaScript targets.

Current section

Files

Jump to
circuit gleam.toml
Raw

gleam.toml

name = "circuit"
version = "1.0.1"
description = "Prevent cascading failures in your Gleam applications. Circuit breaker pattern with sliding window tracking, OTP-supervised state, and support for both Erlang and JavaScript targets."
licences = ["MIT"]
repository = { type = "github", user = "jsquardo", repo = "circuit" }
links = [{ title = "Docs", href = "https://jsquardo.github.io/circuit" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"