# vurtun/lib

single header libraries for C/C++

Repository: https://github.com/vurtun/lib
Canonical: https://ross.abutalabs.com/products/lib
Language: C
License Family: other
Topics: ansi, c, c89, deflate, compression, json, multithreading, webserver, header-only
Last push: 2025-03-19T11:22:36+00:00

## Health v2 (maintenance only)
Score: 38/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 12, release rhythm 35, longevity 100
- inputs: {"age_days": 3941, "days_push": 532, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1427, forks 101 (observed 2026-08-28T04:04:41.939691+00:00)

## What it is
A collection of five single-header C/C++ libraries (json.h, sched.h, web.h, sdefl.h, sinfl.h) providing a JSON parser, multithreaded task scheduler, lightweight webserver, and deflate compression/decompression. Written in portable C89 for easy drop-in integration.

## Use cases
- parse json in c without allocations
- compress data with deflate in a single header
- add a lightweight webserver to a c application
- run tasks on a thread pool in c89
- embed json parsing in a c++ project without dependencies

## When to choose
- you want zero-dependency, drop-in single-header libraries
- you need maximum compiler portability including C89
- you want to avoid library build/link issues, especially on Windows

## When to avoid
- you need feature-rich, production-hardened JSON or HTTP servers
- you require a maintained license file (repo has no explicit license)
- you need high-performance or standards-complete implementations

## Facets
- artifact type: library
- maturity: active
- function: parser, json, compression, concurrency, http-server
- domain: developer-tools, web-development, parsers
- platform: c, cpp, cross-platform, windows
- tags: header-only, single-header, c89, deflate, task-scheduler, webserver, stb-style, linux, macos

## Member repositories
- vurtun/lib (main) score 38

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:41.939691+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:37:24.319083+00:00, confidence not recorded.
  - readme: https://github.com/vurtun/lib (fetched 2026-08-28T04:04:41.939691+00:00, sha 54a3e5fd13d9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
