Files
main/science/misc/muparser/pspec.xml
T
2023-10-14 14:29:11 +03:00

90 lines
3.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>muparser</Name>
<Homepage>https://beltoforion.de/en/muparser/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Mathematical expressions parser library</Summary>
<Description>muparser is a mathematical expressions parser library. It is based on transforming an expression into a bytecode and precalculating constant parts of it.</Description>
<Archive sha1sum="e58180f9b5e321404f0354e6d473da3fa125c676" type="targz">https://github.com/beltoforion/muparser/archive/refs/tags/v2.3.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>muparser</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libgomp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libmuparser.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>muparser-devel</Name>
<Summary>Development files for muparser</Summary>
<RuntimeDependencies>
<Dependency release="current">muparser</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib/cmake/muparser</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2023-10-14</Date>
<Version>2.3.4</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2020-01-27</Date>
<Version>2.2.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-09-07</Date>
<Version>2.2.5</Version>
<Comment>Release Bump</Comment>
<Name>Rebuild with new toolchain</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-04-15</Date>
<Version>2.2.5</Version>
<Comment>Release Bump</Comment>
<Name>Rebuild with new toolchain</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>2.2.5</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-08</Date>
<Version>2.2.5</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>