summaryrefslogtreecommitdiff
path: root/dev-cpp/muParser/metadata.xml
blob: 1b387baed515887f367d2d8268d91989af2be51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci-mathematics@gentoo.org</email>
		<name>Gentoo Mathematics Project</name>
	</maintainer>
	<longdescription lang="en">
		muParser is a C++ library for mathematical expression parsing.
		It is based on transforming an expression into a bytecode and
		precalculating constant parts of it.
	</longdescription>
	<upstream>
		<remote-id type="sourceforge">muparser</remote-id>
		<remote-id type="github">beltoforion/muparser</remote-id>
	</upstream>
	<origin>gentoo-staging</origin>
</pkgmetadata>