ndevilla/iniparser
ini file parser observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 93
- Release rhythm 40
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 20.0
- age_days: 5857
- days_rel: 563
- days_push: 45
- n_releases_24m: 5
Adoption not part of the score
1071 stars · 433 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small, dependency-free C library for parsing INI configuration files, around 1500 lines of code in four files. It is fully re-entrant, portable pedantic C, and builds as static or shared libraries via CMake.
Use cases
- parse ini config files from C
- read application settings from an ini file
- embed a lightweight ini parser in a C project
- load configuration without external dependencies
- write and modify ini files programmatically in C
When to choose
- you need a tiny, portable ini parser in C with no dependencies
- you want a re-entrant parser that is easy to make thread-safe
- you need a mature, widely packaged ini library
When to avoid
- you need hierarchical or typed configuration formats like YAML, TOML, or JSON
- you want built-in thread safety without adding your own mutex
- you need a parser in a language other than C
Facets
library · maturity active
parser configuration-management developer-tools parsers developer-tools files c cross-platform windows ini config-files cmake no-dependencies reentrant linux macos
2 sources
- readme: https://github.com/ndevilla/iniparser · fetched 2026-08-28 · 62ffb6f577bb
- homepage: https://gitlab.com/iniparser/iniparser · fetched 2026-08-29 · d759187f003f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ndevilla/iniparser | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="ndevilla/iniparser")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem