akshaim / laze

A fast, declarative build system for C/C++ projects, based on Ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status dependency status Coverage Status Packaging status latest packaged version(s)

Introduction

Welcome to laze, a ninja build file generator. Aspires to be the next goto-alternative to make.

Installation

Install the ninja build tool using your distro's package manager, then install laze using cargo:

$ cargo install laze

Getting started

$ laze -C examples/hello-world build run

Documentation

Please take a look at the manual. It is still incomplete, but being worked on.

License

laze is licensed under the terms of the Apache License (Version 2.0).

About

A fast, declarative build system for C/C++ projects, based on Ninja

License:Apache License 2.0


Languages

Language:Rust 93.1%Language:Shell 3.3%Language:CSS 2.2%Language:C 0.7%Language:Dockerfile 0.6%Language:Makefile 0.1%