Tree


.github/
CHANGELOG.mdcommits | blame
Makefilecommits | blame
README.mdcommits | blame
index.htmlcommits | blame
man3/
style.csscommits | blame

README.md

## Lua C API manual pages

is a set of manual pages that covers Lua 5.1 C API described in Lua 5.1
Reference Manual. It includes:

- [3.7 – Functions and Types](http://www.lua.org/manual/5.1/manual.html#3.7)
- [3.8 – The Debug Interface](http://www.lua.org/manual/5.1/manual.html#3.8)
- [4.1 – Functions and Types](http://www.lua.org/manual/5.1/manual.html#4.1)

### Installation

```sh
$ apt install -y mandoc make
$ make check
$ make install
$ makewhatis
```

### See also

- [C++ 98/11/14 manual pages for Linux/MacOS](https://github.com/aitjcize/cppman)
- [Formatted C++20 stdlib man pages (cppreference)](https://github.com/jeaye/stdman)
- [x86 and amd64 instruction reference manual pages](https://github.com/ttmo-O/x86-manpages)