1 unstable release

0.1.0 Mar 24, 2022

#2008 in Development tools

34 downloads per month
Used in 3 crates (2 directly)

GPL-3.0-only

3KB

🎀 Divina

What?

Divina is a modern build system for assembly.

Why should I use Divina?

Divina is

  • Simple,
  • cool,
  • fast,
  • and uses Lua as a configuration language!

Getting up and Running

Install from crates.io

$ cargo +nightly install divina

Download from releases

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!

Install from self-compile

$ cargo +nightly install --git https://github.com/divinaland/Divina --branch main

If you are building and installing yourself, you must have Rust installed!

Usage

Usage documentation is available on divina.land

Examples

examples/

License

GNU General Public License v3.0

No runtime deps