Packages

Type-safe OCPP 1.6 / 2.0.1 / 2.1 message models and OCPP-J codecs, generated from the OCA JSON schemas

Current section

Files

Jump to
ocpp gleam.toml
Raw

gleam.toml

name = "ocpp"
version = "0.2.0"
gleam = ">= 1.17.0"
description = "Type-safe OCPP 1.6 / 2.0.1 / 2.1 message models and OCPP-J codecs, generated from the OCA JSON schemas"
licences = ["MIT"]
repository = { type = "codeberg", user = "henry_dorsett_case", repo = "ocpp" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
version_bump = ">= 0.2.0 and < 1.0.0"
# Semantic releases (.forgejo/workflows/release.yml): 0.x versions until the
# API settles.
[tools.version_bump]
initial_development = true
plugins = ["commit-analyzer", "release-notes-generator", "hex", "git", "forgejo"]