Introduction
Welcome to laze, a ninja build file generator. Aspires to be the next goto-alternative to make.
Requirements
- python3
- ninja
Installation
$ apt-get install ninja
$ pip3 install --user laze
Getting started
Create two files:
hello.c:
#include <stdio.h>
int main(int argc, const char *argv[])
{
printf("Laze says hello!\n");
return 0;
}
laze-project.yml:
# import default build rules and host context
import:
- $laze/default
# define an application named "hello"
app:
name: hello
sources:
- hello.c
Then compile & run:
$ laze -t run
Documentation
TODO.
License
laze is licensed under the terms of GPLv3.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
laze-0.0.12.tar.gz
(24.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
laze-0.0.12-py3-none-any.whl
(24.3 kB
view details)
File details
Details for the file laze-0.0.12.tar.gz.
File metadata
- Download URL: laze-0.0.12.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b47111f38729845da7856a31090808e8880fdf0120032d43ff1778e4462cc88
|
|
| MD5 |
d6b18c0bb8667c6c063d58617c2f0158
|
|
| BLAKE2b-256 |
e7276f5f0e4862199a31a5543db7bf5195c88a405a0c85c4d848d5a067ca2651
|
File details
Details for the file laze-0.0.12-py3-none-any.whl.
File metadata
- Download URL: laze-0.0.12-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
537eb5e69dc3fcfbbe68e1e229bf8fe9651eda4604c8b868ee83cd418bf2365a
|
|
| MD5 |
d1b0884313acddac14881885a115dfac
|
|
| BLAKE2b-256 |
7dea4771b8f1b02f38a9549f2fa1a23555c565773fd869d0f716012eb0fa502e
|