123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>yaml-cpp</Name>
- <Homepage>https://github.com/jbeder/yaml-cpp</Homepage>
- <Packager>
- <Name>Ergün Salman</Name>
- <Email>Poyraz76@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <Icon>yalm-cpp</Icon>
- <IsA>Libry</IsA>
- <Summary>yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.</Summary>
- <Description>To get a feel for how it can be used, see the Tutorial or How to Emit YAML.</Description>
- <Archive sha1sum="3d2184792ce0749ca8efaa7c4b01f6333125b411" type="targz">https://github.com/jbeder/yaml-cpp/archive/refs/tags/0.8.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>yaml-cpp</Name>
- <Files>
- <Path fileType="library">/usr/lib/</Path>
- <Path fileType="data">/usr/include</Path>
- <Path fileType="data">/usr/include/yaml-cpp/*</Path>
- <Path fileType="data">/usr/lib/pkgconfig/</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc/</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2023-10-29</Date>
- <Version>0.8.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2023-08-11</Date>
- <Version>0.8.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2023-05-01</Date>
- <Version>0.7.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-03-04</Date>
- <Version>0.6.3</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2018-08-19</Date>
- <Version>0.5.3</Version>
- <Comment>Version Bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-03-22</Date>
- <Version>0.5.2</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-05-11</Date>
- <Version>0.5.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.5.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-09-01</Date>
- <Version>0.5.2</Version>
- <Comment>First release</Comment>
- <Name>Ergün Salman</Name>
- <Email>Poyraz76@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|