Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ligurio/lua-c-manual-pages
- Owner: ligurio
- Created: 2022-07-13T15:27:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T10:42:31.000Z (6 months ago)
- Last Synced: 2024-07-09T13:41:49.136Z (6 months ago)
- Topics: lua, manuals, mdoc
- Language: Roff
- Homepage: https://ligurio.github.io/lua-c-manual-pages
- Size: 409 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)