mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-24 16:08:58 +02:00
20 lines
803 B
XML
20 lines
803 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>mgorny@gentoo.org</email>
|
|
<name>Michał Górny</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
SCons is a make replacement providing a range of enhanced
|
|
features such as automated dependency generation and built in
|
|
compilation cache support. SCons rule sets are Python scripts so
|
|
as well as the features it provides itself SCons allows you to use
|
|
the full power of Python to control compilation.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">SCons/scons</remote-id>
|
|
<remote-id type="pypi">SCons</remote-id>
|
|
<remote-id type="sourceforge">scons</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|