1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>libaio</Name>
- <Homepage>http://lse.sourceforge.net/io/aio.html</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>Linux-native asynchronous I/O access library</Summary>
- <Description>libaio has a richer API and capability set than the simple POSIX async I/O facility.</Description>
- <Archive sha1sum="17a9b82fe715551f3157591467421406716b8f91" type="tarxz">http://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_0.3.112.orig.tar.xz</Archive>
- </Source>
- <Package>
- <Name>libaio</Name>
- <Files>
- <Path fileType="library">/lib</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libaio-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libaio</Summary>
- <BuildType>emul32</BuildType>
- <RuntimeDependencies>
- <Dependency release="current">libaio</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <Package>
- <Name>libaio-devel</Name>
- <Summary>Development files for libaio</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libaio</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-09-13</Date>
- <Version>0.3.112</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|