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

kikito/inspect.lua

Human-readable representation of Lua tables observed · 2026-08-28

github.com/kikito/inspect.lua · homepage · Lua · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

59/100

  • Activity 60
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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

Full methodology

Adoption not part of the score

1538 stars · 200 forks observed · 2026-08-28

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

A single-file Lua library that transforms any Lua value into a human-readable string representation, with special support for rendering tables. It handles nested tables, metatables, and circular references, and is intended for debugging rather than serialization.

Use cases

  • pretty-print Lua tables for debugging
  • inspect nested table structures in error logs
  • print tables with circular references safely
  • display metatables when debugging
  • limit output depth when dumping large tables
  • render Lua values in REPL or test output

When to choose

  • debugging Lua table contents
  • printing nested or self-referential tables
  • inspecting metatables
  • readable output in tests or REPLs

When to avoid

  • you need machine-readable serialization (use a JSON or data serializer instead)
  • you need compact output for storage or transmission
  • you are not working with Lua

Facets

library · maturity stable

developer-tools serialization logging developer-tools programming-languages lua cross-platform lua pretty-printing debugging tables human-readable

2 sources

Member repositories

RepositoryRoleHealth v2
kikito/inspect.luamain59

For agents

markdown · JSON · MCP: product_card(name="kikito/inspect.lua")

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