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

ridiculousfish/cdecl-blocks

The venerable cdecl, with Apple blocks support observed · 2026-08-28

github.com/ridiculousfish/cdecl-blocks · C observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 70
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: 3565
  • days_rel: n/a
  • days_push: 184
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1096 stars · 88 forks observed · 2026-08-28

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

cdecl is a classic command-line tool that translates between English descriptions of C/C++ declarations (e.g. 'declare foo as array 5 of pointer to function returning int') and actual C declarations, and vice versa. This fork adds support for Apple's blocks syntax.

Use cases

  • translate english phrases into C declarations
  • decode complicated C function pointer declarations
  • understand C gibberish like int (*foo[5])()
  • parse declarations using Apple blocks syntax
  • convert C declarations to pseudo-english explanations
  • figure out typecast syntax

When to choose

  • you need to read or write tricky C/C++ declarations involving function pointers or arrays
  • you work with Apple blocks syntax and need declaration help
  • you want a fast offline terminal tool rather than a website

When to avoid

  • you need a modern C parser or compiler frontend
  • you need IDE integration or GUI tooling
  • you require a maintained project with an explicit license

Facets

cli-tool · maturity maintenance

parser cli developer-tools developer-tools programming-languages cli cross-platform cdecl c-declarations apple-blocks c-gibberish-translator readline command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
ridiculousfish/cdecl-blocksmain64

For agents

markdown · JSON · MCP: product_card(name="ridiculousfish/cdecl-blocks")

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