Metadata-Version: 2.0
Name: laze
Version: 0.0.2
Summary: laze: a ninja buildfile generator
Home-page: https://github.com/kaspar030/laze
Author: Kaspar Schleiser
Author-email: kaspar@schleiser.de
License: GPLv3
Description-Content-Type: UNKNOWN
Keywords: build tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: click
Requires-Dist: ninja-syntax
Requires-Dist: pyyaml

# 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

Laze is very early in its development, thus getting started currently is way
more complicated (and verbose) than necesary.

Anyhow, there's an example project in the examples folder.
After installing laze, you can check out this repository, then build the example
project with these commands:

    $ cd example
    $ laze generate build.yml
    $ ninja
    $ ./hello/bin/host/hello.elf

# Documentation

TODO.

# License

laze is licensed under the terms of GPLv3.


