Project info for SCons

Share This Created 16 Apr 2002 at 17:58 UTC by knight, last modified 16 Apr 2002 at 18:04 UTC by knight.

Homepage: http://www.scons.org/

Freshmeat page: http://freshmeat.net/projects/scons/?topic_id=46

Notes:

SCons is a software construction tool (build tool, or substitute for Make) implemented in Python. It is based on the winning design in the Software Carpentry build tool competition (in turn based on the design of the Cons build tool.) SCons features a modular build engine that can be embedded in other software. SCons configuration files are Python scripts that call the build engine API. It can scan files to detect dependencies automatically and maintain a global view of all dependencies in a build tree, and uses MD5 signatures to detect changed file contents reliably. Timestamps can be used if you prefer. SCons also supports parallel builds and is easily extensible through user-defined builder and scanner objects.

License: MIT/X11

This project has the following developers:

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!

X
Share this page