Path to this page:
./
devel/waf,
Framework for configuring, compiling, and installing applications
Branch: pkgsrc-2020Q1,
Version: 2.0.19,
Package name: waf-2.0.19,
Maintainer: pkgsrc-usersWaf is a Python-based framework for configuring, compiling and
installing applications. Here are perhaps the most important features
of Waf:
* Automatic build order: the build order is computed from input
and output files, among others
* Automatic dependencies: tasks to execute are detected by hashing
files and commands
* Performance: tasks are executed in parallel automatically, the
startup time is meant to be fast (separation between configuration
and build)
* Flexibility: new commands and tasks can be added very easily
through subclassing, bottlenecks for specific builds can be
eliminated through dynamic method replacement
* Extensibility: though many programming languages and compilers
are already supported by default, many others are available as
extensions
* IDE support: Eclipse, Visual Studio and Xcode project generators
(waflib/extras/)
* Documentation: the application is based on a robust model
documented in The Waf book and in the API docs
* Python compatibility: cPython 2.4 to 3.4, Jython 2.5, IronPython,
and Pypy
Master sites:
SHA1: c092109a6555999e1c0ccc04ad91d87395b2b3c7
RMD160: d390197df5425f7617e75ff4639746ed9e9f89e7
Filesize: 666.224 KB
Version history: (Expand)
- (2020-04-20) Package has been reborn
- (2020-04-19) Package added to pkgsrc.se, version waf-2.0.19 (created)