summaryrefslogtreecommitdiff
blob: d053268821184ecbfc52334d521c791888d2f5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		The texmathml library provides functions to convert LaTeX
		math formulas to presentation MathML. It supports
		basic LaTeX and AMS extensions, and it can parse and
		apply LaTeX macros.
		
		Use the @test@ flag to install a standalone executable,
		@texmath@, that reads a LaTeX formula from @stdin@ and
		writes MathML to @stdout@.
		
		Use the @cgi@ flag to install a cgi script,
		@texmath-cgi@.
	</longdescription>
	<use>
		<flag name="executable">Compile test executable.</flag>
		<flag name="network-uri">Get Network.URI from the network-uri package.</flag>
	</use>
	<upstream>
		<remote-id type="github">jgm/texmath</remote-id>
	</upstream>
</pkgmetadata>