Version0.9.2Verifiednot yet verifiedLicenseBSD-3-Clause
Readme
sigil-yaml
YAML parsing and serialization library for Sigil.
Features
- Full YAML 1.2 core schema support (null, bool, int, float, string)
- Block and flow collections (mappings and sequences)
- Block scalars (literal and folded with chomping indicators)
- Anchors and aliases
- Multi-document support
- Comments
- YAML encoding/serialization (block and flow styles)
- Round-trip fidelity for supported types
Usage
(import (sigil yaml))
;; Parse a YAML string
(define data (yaml-read "name: sigil\nversion: 0.7.0"))
;; Serialize to YAML
(define output (yaml-write data))Dependencies
- sigil-stdlib
Build
sigil deps install
sigil build
sigil testLicense
BSD-3-Clause
Clone
$ git clone https://codeberg.org/sigil/sigil-yaml
Releases
v0.9.2 — latest by version, released 19 Jul 2026
All releases — 3 tags in this repository.
Source
One page per file, and every line has a permalink.
Recent commitsAtom
19 Julcommit
1 Aprcommit
1 Aprcommit
29 Marcommit
Pin dependencies to version tags
9a6b959f
29 Marcommit
4fa75ee9
29 Marcommit
d71bc5a4
16 Marcommit
1 Marcommit
e4797ca2
26 Febcommit
The last 20 commits keep a page here. Everything older lives in the clone.