You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/texmath/metadata.xml

23 lines
753 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://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>
</pkgmetadata>