123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>re2c</Name>
- <Homepage>https://github.com/skvadrik/re2c</Homepage>
- <Packager>
- <Name>Ergün Salman</Name>
- <Email>Poyraz76@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <Icon>re2c</Icon>
- <IsA>Libry</IsA>
- <Summary>A tool for generating C-based recognizers from regular expressions</Summary>
- <Description>ACM Letters on Programming Languages and Systems (LOPLAS)</Description>
- <Archive sha1sum="cf41da098dda3d6e6848d23ffaa0b9aadaaf15fc" type="targz">https://github.com/skvadrik/re2c/releases/download/0.16/re2c-0.16.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gcc</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>re2c</Name>
- <Files>
- <Path fileType="executable">/usr/bin/</Path>
- <Path fileType="library">/usr/lib/</Path>
- <Path fileType="data">/usr/include/re2c/*</Path>
- <Path fileType="data">/usr/lib/pkgconfig/</Path>
- <Path fileType="doc">/usr/share/man/*</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2017-04-23</Date>
- <Version>0.16</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-07-09</Date>
- <Version>0.16</Version>
- <Comment>First release</Comment>
- <Name>Ergün Salman</Name>
- <Email>Poyraz76@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|