cclAPI

Edit the value. Keep the source.

Parse, read, and edit CCL from Gleam. Your comments, key order, and indentation stay where you put them.

Gleam ≥ 1.11 · Erlang target · MIT

Document proof · set_intregistered

One entry changed.

The comment, block order, and two-space indentation remain fixed around the edit.

01/= the server block
02server =
03  host = localhost
04  port = 9090

Before: 8080
After: 9090
Surrounding lines: preserved

read-back safe

From install to edited source.

Four steps cover the full document loop. The API returns typed errors at every boundary, so the quickstart never hides failure behind placeholder helpers.

Add one runtime dependency.

ccl targets the Erlang VM and uses gleam_stdlib as its only runtime dependency.

gleam add ccl

Follow the source.

Learn the public ccl module by task. Hexdocs remains the complete function reference.

Make the first edit.

Start the quickstart