blob: 3427ef8e0b20d0ae653a1d18f37c0fbbf6015c41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
<origin>srcux</origin>
</pkgmetadata>
|