Ross ROSS = Recommend OSS · open-source software intelligence for agents

brofield/simpleini

Cross-platform C++ library providing a simple API to read and write INI-style configuration files observed · 2026-08-28

github.com/brofield/simpleini · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

91/100

  • Activity 88
  • Release rhythm 89
  • 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: 0
  • age_days: 4723
  • days_rel: 79
  • days_push: 75
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1325 stars · 357 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

SimpleIni is a cross-platform, header-only C++ library for reading and writing INI-style configuration files. It supports ASCII, MBCS, and Unicode encodings, preserves comments and ordering, and works on Windows, Linux, and macOS.

Use cases

  • read and write INI config files in C++
  • parse INI files with Unicode or UTF-8 encoding
  • preserve comments when editing configuration files
  • header-only config file library for C++ projects
  • load INI files with multi-line values
  • handle duplicate keys or case-insensitive sections in INI files

When to choose

  • you need a simple, dependency-free, header-only INI parser in C++
  • you need cross-platform support including Windows, WinCE, Linux, and macOS
  • you need Unicode, MBCS, or ICU-based encoding conversion
  • you want comments and key ordering preserved when saving config files

When to avoid

  • you need a hierarchical config format like JSON, YAML, or TOML
  • you need schema validation or type-safe config handling
  • you need a runtime-configurable or watched/reloading config system

Facets

library · maturity stable

configuration-management parser serialization developer-tools cross-platform files cpp windows cross-platform ini-files header-only config-files unicode mbcs linux macos

1 source

Member repositories

RepositoryRoleHealth v2
brofield/simpleinimain91

For agents

markdown · JSON · MCP: product_card(name="brofield/simpleini")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem