gentoo-ebuilds/dev-ada/spawn/metadata.xml
Alfredo Tupone c90933cbfd
dev-ada/spawn: support gcc:15
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-05-10 23:01:45 +02:00

18 lines
617 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ada@gentoo.org</email>
</maintainer>
<use>
<flag name="static-pic">Build static library with pic code</flag>
</use>
<longdescription lang="en">
This library provides simple API to spawn processes and communicate
with them. We provide two implementations of the same API - the
integrated into Glib event loop and the independent.
</longdescription>
<upstream>
<remote-id type="github">AdaCore/spawn</remote-id>
</upstream>
</pkgmetadata>