slackbuilds/development/samurai
Hunter Sezen a9d5a019fe
development/samurai: Updated for version 0.5 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-01-05 07:49:17 +07:00
..
README development/samurai: Added (ninja-compatible build tool). 2018-05-26 06:59:24 +07:00
samurai.SlackBuild development/samurai: Updated for version 0.5 + new maintainer. 2019-01-05 07:49:17 +07:00
samurai.info development/samurai: Updated for version 0.5 + new maintainer. 2019-01-05 07:49:17 +07:00
slack-desc development/samurai: Added (ninja-compatible build tool). 2018-05-26 06:59:24 +07:00

README

samurai is a ninja-compatible build tool written in C99 with a focus on
simplicity, speed, and portability.

samurai implements the ninja build language through version 1.8.2 except
for MSVC dependency handling (deps = msvc). It uses the same format for
.ninja_log and .ninja_deps as ninja, currently version 5 and 3
respectively.

It is largely feature-complete and supports most of the same options as
ninja.