A C library for a simple configuration file format
  • C 86.8%
  • Meson 13.2%
Find a file
Simon Ser 0fa9a282c2
All checks were successful
builds.sr.ht Job completed
Add scfg spec tests
Add a test harness for the scfg spec test suite.

A small private flag for the formatter is introduced to use the
test suite's format.

References: emersion/scfg#1
2026-02-01 18:21:17 +01:00
include Add APIs to write scfg files 2024-06-20 08:30:31 +02:00
test Add scfg spec tests 2026-02-01 18:21:17 +01:00
.build.yml ci: add .build.yml 2025-02-22 20:15:25 +01:00
.gitignore Add incomplete parser 2020-10-21 00:04:41 +02:00
formatter.c Add scfg spec tests 2026-02-01 18:21:17 +01:00
LICENSE Initial commit 2020-10-19 21:25:26 +02:00
meson.build Add scfg spec tests 2026-02-01 18:21:17 +01:00
parser.c parser: check '{' is followed by a newline 2026-02-01 18:10:13 +01:00
README.md Initial commit 2020-10-19 21:25:26 +02:00
scfg.c Move parser to separate file 2024-06-19 09:00:16 +02:00

libscfg

A C library for scfg.

License

MIT