mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
419 B
Plaintext
8 lines
419 B
Plaintext
toLua is a tool that greatly simplifies the integration of C/C++
|
|
code with Lua. Based on a "cleaned" header file, toLua automatically
|
|
generates the binding code to access C/C++ features from Lua. Using
|
|
Lua-5.0 API and tag method facilities, the current version automatically
|
|
maps C/C++ constants, external variables, functions, namespace,
|
|
classes, and methods to Lua. It also provides facilities to create
|
|
Lua modules.
|