Name: inspect Version: 0.0.git.166.d60fd113 Release: 1%{?dist} Summary: Human-readable representation of Lua tables License: MIT Source: inspect.lua-d60fd113.tar.gz Url: https://github.com/Rosettea/inspect.lua VCS: git+https://github.com/Rosettea/inspect.lua#d60fd11392048978731c966d5fc0846667d3eacb: BuildArch: noarch %description This library transforms any Lua value into a human-readable representation. It is especially useful for debugging errors in tables. The objective here is human understanding (i.e. for debugging), not serialization or compactness. %prep %setup -T -b 0 -q -n inspect.lua %build %install install -Dm644 inspect.lua -t %{buildroot}/usr/share/hilbish/libs/inspect/ %files %doc README.md %license MIT-LICENSE.txt /usr/share/hilbish/libs/inspect/inspect.lua