laze: a ninja buildfile generator
Project description
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.
Project details
Release history Release notifications | RSS feed
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.11.tar.gz
(22.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.11-py3-none-any.whl
(23.0 kB
view details)
File details
Details for the file laze-0.0.11.tar.gz.
File metadata
- Download URL: laze-0.0.11.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c03d3da1c917fce417b5e080ff5ce71b8a3735eee1fab312c6aed04ab28c1f21
|
|
| MD5 |
8807a5010e90e5b6a4e265799d921dcb
|
|
| BLAKE2b-256 |
109628fd630be43f6921283cfbd96f9e03a2b34f9ca531230c7a830177afaa62
|
File details
Details for the file laze-0.0.11-py3-none-any.whl.
File metadata
- Download URL: laze-0.0.11-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5366a7dcd6e9991f6d37f14d4d363de999a435d819816de87901bc8967a4a81
|
|
| MD5 |
30ee998d754940b1be6e98d7c00412d0
|
|
| BLAKE2b-256 |
26f3cd237713ab65ea983e1503e297c66542e308fc8b0efe6e8630f4cfa9dae8
|