clibs/clib
Package manager for the C programming language. observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 93
- Release rhythm 8
- 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: n/a
- age_days: 5057
- days_rel: n/a
- days_push: 47
- n_releases_24m: 0
Adoption not part of the score
5142 stars · 264 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
clib is a lightweight package manager for the C programming language that installs small, standalone 'micro' C libraries from a git-based registry. It fetches dependencies into your repository so end users don't need clib installed, fitting into any existing C workflow.
Use cases
- install C libraries from the command line
- manage dependencies for a C project
- search for small standalone C packages
- bootstrap a new C project with clib init
- vendor C dependencies into a repo without requiring a package manager
- discover scattered C utility libraries
When to choose
- you want small, decoupled C libraries instead of large frameworks
- you need dependencies checked into your repo so contributors don't need the tool
- you prefer a git-based, zero-registry-server package manager
- you want to add package management to an existing C build workflow with minimal friction
When to avoid
- you need a full-featured dependency resolver with version constraints and lockfiles
- your project relies on large frameworks or system libraries
- you want a central registry with package metadata beyond the wiki listing
- you need binary package distribution rather than source fetching
Facets
cli-tool · maturity active
package-manager cli developer-tools developer-tools programming-languages cli cross-platform c package-management dependency-management micro-libraries git-based command-line linux macos
1 source
- readme: https://github.com/clibs/clib · fetched 2026-08-28 · dd523f101de0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| clibs/clib | main | 65 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem