| Port details |
- clx Ahead-of-time Lua compiler producing native executables
- 0.3.0 lang
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2026-07-17 16:12:12
- Last Update: 2026-08-22 20:52:39
- Commit Hash: 78b5eca
- License: MIT
- WWW:
- https://github.com/samyeyo/clx
- Description:
- CLX is a cross-platform ahead-of-time compiler for Lua that generates
standalone native executables through modern C++ toolchains, rather than
interpreting bytecode at runtime.
It targets Lua 5.5 compatibility and aims for predictable runtime
performance and fast startup times, integrating with existing C++ build
systems. Alongside the compiler it installs a static runtime library
and headers for embedding compiled Lua into C++ projects.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/clx/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/clx
- pkg install clx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: clx
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1787399065
SHA256 (samyeyo-clx-v0.3.0_GH0.tar.gz) = 234aba7c45d47b450889da632e14fcf56551f070caa233f5b24b0fd3c9c92717
SIZE (samyeyo-clx-v0.3.0_GH0.tar.gz) = 2978460
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_clx
- USES:
- cmake compiler:c++20-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.3.0 22 Aug 2026 20:52:39
    |
Jimmy Olgeni (olgeni)  |
lang/clx: Update to 0.3.0
Drop the post-install workaround: upstream now installs clx_simd.h
itself. Add lib/libclx_lua.a, a new static library built from the
vendored Lua 5.5 sources. |
0.2.0 17 Jul 2026 16:11:18
    |
Jimmy Olgeni (olgeni)  |
lang/clx: New port: Ahead-of-time Lua compiler producing native executables |
Number of commits found: 2
|