blob: 2bd314d68d20350b2cd149c5f681c60cad992a22 (
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
|
<!DOCTYPE rdf:RDF SYSTEM "../../Tools/tpm.dtd">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
<rdf:Description about="http://texlive.dante.de/texlive/TLCore/lib-xpm.zip">
<TPM:Name>lib-xpm</TPM:Name>
<TPM:Type>TLCore</TPM:Type>
<TPM:Date>2005/10/30 13:27:52</TPM:Date>
<TPM:Version>3.4k</TPM:Version>
<TPM:Creator>popineau</TPM:Creator>
<TPM:Title>The Xpm library.</TPM:Title>
<TPM:Description>
XPixMap (XPM) consists of an ASCII image format and a C library. The format defines how to store color images (X Pixmap) in a portable and powerful way. The library provides a set of functions to store and retrieve images to and from XPM format data, being either files, buffers (files in memory), or data (included files).
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>50431</TPM:Size>
<TPM:Build>
<TPM:BinPatterns>bin/win32/tl90xpm.dll</TPM:BinPatterns>
<TPM:RunPatterns>texmf/tpm/lib-xpm.tpm</TPM:RunPatterns>
</TPM:Build>
<TPM:BinFiles arch="win32" size="49152">bin/win32/tl90xpm.dll</TPM:BinFiles>
<TPM:RunFiles size="1279">texmf/tpm/lib-xpm.tpm</TPM:RunFiles>
<TPM:Provides>TLCore/lib-xpm</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|