blob: 8c4c6d379b9fdcfe5b89e1804a41a7b1d0c88d38 (
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
26
27
28
29
30
31
32
33
|
<!DOCTYPE rdf:RDF SYSTEM "../../support/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/Package/cweb.zip">
<TPM:Name>cweb</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>1970/01/01 00:00:00</TPM:Date>
<TPM:Version>5.94a</TPM:Version>
<TPM:Creator>popineau</TPM:Creator>
<TPM:Title>
A system for Structured Software Documentation in C.
</TPM:Title>
<TPM:Description>
The Cweb system is a system for Structured Software
Documentation (also known as Literate Programming) in the
programming language C.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>49010</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="49010">
texmf-dist/tex/plain/cweb/pdfXcwebmac.tex
texmf-dist/tex/plain/cweb/pdfcwebmac.tex
texmf-dist/tex/plain/cweb/pdfdcwebmac.tex
texmf-dist/tex/plain/cweb/pdffcwebmac.tex
texmf-dist/tex/plain/cweb/pdficwebmac.tex
texmf-dist/tex/plain/cweb/pdfwebmac.tex
texmf-dist/tpm/cweb.tpm
</TPM:RunFiles>
<TPM:Provides>Package/cweb</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|