A haxelib with Lua externs for the Clink API to develop custom command line completions for Clink.
- Haxe Version: 4.2.5 or higher
- Supported Targets: Lua 5.2 vanilla mode, i.e.
-D lua_vanilla -D lua_ver=5.2
) - Supported Operating Systems: Windows
-
install the library via haxelib using the command:
haxelib install clink-externs
-
use in your Haxe project by adding
-lib clink-externs
toyour *.hxml
file or as command line option when running the Haxe compiler
haxelib git clink-externs https://github.com/vegardit/haxe-clink-externs main D:\haxe-projects\haxe-clink-externs
-
check-out the main branch
git clone https://github.com/vegardit/haxe-clink-externs --branch main --single-branch D:\haxe-projects\haxe-clink-externs
-
register the development release with haxe
haxelib dev clink-externs D:\haxe-projects\haxe-clink-externs
All files are released under the MIT License.
Individual files contain the following tag instead of the full license text:
SPDX-License-Identifier: MIT
This enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/.