lpegv1.1.0
- Updated
LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).
- Project website: https://www.inf.puc-rio.br/~roberto/lpeg
#Usage
lpeg provides CMake targets:
find_package(unofficial-lpeg CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::lpeg::lpeg)UNOFFICIAL_LPEG_LUA_FILES will be set to the path of re.lua
add_custom_command(TARGET main POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
${UNOFFICIAL_LPEG_LUA_FILES}
$<TARGET_FILE_DIR:main>)
install(FILES ${UNOFFICIAL_LPEG_LUA_FILES} DESTINATION my_lua_path)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Stephen E. Baker
Robert Schumacher
Alexander Karatarakis
pravic
Stefano Sinigardi
Billy O'Neal
Jack·Boos·Yu
autoantwort
dundargoc