Hawk

A scheme that makes code fly

Releases

v0.10

Hawk v0.10 is the latest release. It includes:

Download the v0.10 source tarball.

tar xf hawk-v0.10.tar.gz
cd hawk-v0.10
cmake -S . -B build
cmake --build build
./build/hawk --version

v0.9

Hawk v0.9 is the first public source release. It includes:

Download the v0.9 source tarball.

tar xf hawk-v0.9.tar.gz
cd hawk-v0.9
cmake -S . -B build
cmake --build build
./build/hawk --version