Crates.io | divina_compile |
lib.rs | divina_compile |
version | 0.1.0 |
source | src |
created_at | 2022-03-24 10:23:42.533623 |
updated_at | 2022-03-24 10:23:42.533623 |
description | Divina's compiler wrapper |
homepage | https://divina.land |
repository | https://github.com/divinaland/Divina |
max_upload_size | |
id | 555696 |
size | 12,751 |
Divina is a modern build system for assembly.
Divina is
$ cargo +nightly install divina
Prebuilt binaries for x86_64-based Linux systems are available in the releases. If you are using a different operating system or architecture such as Windows or macOS, you'll have to build and install the tool yourself!
$ cargo +nightly install --git https://github.com/divinaland/Divina --branch main
If you are building and installing yourself, you must have Rust installed!
Usage documentation is available on divina.land