module

Cl8r

Root namespace for the cl8r cluster planner and scaffolding compiler.

Constants

ARCH = {% if flag?(:x86_64) %} "x86_64" {% elsif flag?(:aarch64) %} "aarch64" {% elsif flag?(:arm) %} "arm" {% else %} "x86_64" {% end %}
VERSION = "0.2.0"

Class methods

version_string

Human-readable version string with architecture (e.g. "cl8r 0.2.0 (x86_64)")

Source

Nested types