Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ligurio/lua-c-manual-pages

Lua 5.1 C API manual pages
https://github.com/ligurio/lua-c-manual-pages

lua manuals mdoc

Last synced: 2 months ago
JSON representation

Lua 5.1 C API manual pages

Awesome Lists containing this project

README

        

## 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)