Metadata-Version: 1.1
Name: laze
Version: 0.0.3
Summary: laze: a ninja buildfile generator
Home-page: https://github.com/kaspar030/laze
Author: Kaspar Schleiser
Author-email: kaspar@schleiser.de
License: GPLv3
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
        
        Laze is very early in its development, thus getting started is currently way
        more complicated (and verbose) than necessary.
        
        Anyhow, there's an example project in the examples folder.
        After installing laze (e.g., using pip) and checking out this repository, you
        can 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.
        
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
