You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ada/spawn/metadata.xml

20 lines
679 B

<?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="glib">
Add support to <pkg>dev-libs/glib</pkg>-based mainloop.
</flag>
<flag name="shared">Build shared library</flag>
<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>
</pkgmetadata>