Skip to content

Replace libconfig with libyaml for YAML config format#5

Merged
mkopec merged 1 commit intomasterfrom
claude/issue-3-20260320-1822
Mar 20, 2026
Merged

Replace libconfig with libyaml for YAML config format#5
mkopec merged 1 commit intomasterfrom
claude/issue-3-20260320-1822

Conversation

@mkopec
Copy link
Copy Markdown
Owner

@mkopec mkopec commented Mar 20, 2026

Replace libconfig with libyaml for config file parsing.

Converts the config file format from libconfig syntax to standard YAML, and rewrites the parser in config.c using libyaml's event-based API.

Closes #3

Generated with Claude Code

Convert config file format from libconfig to YAML (libyaml).
Update Makefile and PKGBUILD to use libyaml instead of libconfig.

Co-authored-by: Michał Kopeć <mkopec@users.noreply.github.com>
@mkopec mkopec merged commit bde50d8 into master Mar 20, 2026
1 check failed
@mkopec mkopec deleted the claude/issue-3-20260320-1822 branch March 20, 2026 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use yaml config file format

1 participant