1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>libuv</Name>
- <Homepage>http://libuv.org/</Homepage>
- <Packager>
- <Name>Süleyman POYRAZ</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>custom</License>
- <IsA>library</IsA>
- <PartOf>system.devel</PartOf>
- <Summary>Multi-platform support library with a focus on asynchronous I/O</Summary>
- <Description>libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others.</Description>
- <Archive sha1sum="9dabf6f90bbd328cf4e8f832f92943b1d99dfda5" >https://github.com/libuv/libuv/archive/v1.35.0.tar.gz</Archive>
- </Source>
- <Package>
- <Name>libuv</Name>
- <Files>
- <Path fileType="library">/usr/lib/libuv*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libuv-devel</Name>
- <Summary>Development files for libuv</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libuv</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>libuv-docs</Name>
- <IsA>data:doc</IsA>
- <PartOf>system.doc</PartOf>
- <Summary>Documentation for libuv package.</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libuv</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-04-14</Date>
- <Version>1.35.0</Version>
- <Comment>Automatic version upgrade.</Comment>
- <Name>Ali Rıza KESKİN</Name>
- <Email>parduscix@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2019-12-13</Date>
- <Version>1.34.0</Version>
- <Comment>Automatic version bump.</Comment>
- <Name>Ali Rıza KESKİN</Name>
- <Email>parduscix@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2018-12-28</Date>
- <Version>1.11.0</Version>
- <Comment>First release</Comment>
- <Name>Süleyman POYRAZ</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|