Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

laze-0.0.12-py3-none-any.whl (24.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page