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

fsprojects/Paket

A dependency manager for .NET with support for NuGet packages and Git repositories. observed · 2026-08-28

github.com/fsprojects/Paket · homepage · F# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 99
  • Release rhythm 66
  • 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: 4408
  • days_rel: 225
  • days_push: 7
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

2082 stars · 528 forks observed · 2026-08-28

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

Paket is a dependency manager for .NET projects that handles NuGet packages, Git repositories, and HTTP resources with deterministic lockfile-based resolution. It gives explicit control over transitive dependencies and version conflicts that NuGet handles opaquely.

Use cases

  • manage nuget package dependencies for .net projects
  • pin exact transitive dependency versions with a lock file
  • reference files directly from git repositories as dependencies
  • resolve conflicting package versions deterministically
  • convert a solution from packages.config to modern dependency management
  • install dependencies from http urls in a dotnet project

When to choose

  • you need precise, predictable control over transitive dependencies and version conflicts
  • your project depends on packages from Git or HTTP sources, not just NuGet
  • you want a stable lockfile for reproducible builds across a team or CI
  • you work in F# or mixed .NET solutions where NuGet's resolution is insufficient

When to avoid

  • your team is fully invested in the standard dotnet CLI / NuGet workflow and happy with it
  • you need broad ecosystem tooling or IDE integrations built around NuGet only
  • you want a zero-learning-curve dependency manager for a trivial project

Facets

cli-tool · maturity active

package-manager dependency-audit cli developer-tools developer-tools version-control dotnet cross-platform cli windows nuget fsharp dependency-management paket-lock git-dependencies mono dotnet linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
fsprojects/Paketmain88

For agents

markdown · JSON · MCP: product_card(name="fsprojects/Paket")

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