Releases: geralang/gerap
v1.0.3
v1.0.2
Fixed using gerap run
with the JS target. Previously the command executed to launch the JS runtime was incorrect; this was fixed.
v1.0.1
A few Windows-specific fixes made to the Gera standard library.
v1.0.0
The first release of the Gera package manager!
INFO: The gerap.exe
binary below can be downloaded and installed manually, but it is recommended to use the appropriate installer for your platform at geralang/geraup
.
Gerap v.0.5.2
Fixed behavior on Windows (geralang/std@3cbdc63)
Gerap v.0.5.1
Previous pre-built binaries already worked correctly, this release just corrects the source code as well. (The previous release had outdated source code)
Gerap v.0.5
Overhauled output to be nicer and less cluttered (hidden git output, custom colored output for what the program is doing at the moment...)
Gerap v.0.4
Added the ability to specify custom implementations for the C target core dependencies.
Gerap v.0.3.1
Added the ability to disable colored output using the GERAP_COLORED_OUTPUT
environment variable.
Gerap v.0.3
Added the ability to only run build commands and include / link files if the root target matches a specific one. This allows the standard library to be united into a singular package.
Below are builds for x86_64 for Windows, macOS and Linux. For other architectures consider building from source.