File: control

package info (click to toggle)
macrosystem 0.51-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 560 kB
  • ctags: 80
  • sloc: sh: 7,645; cpp: 787; makefile: 62
file content (37 lines) | stat: -rw-r--r-- 1,444 bytes parent folder | download
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
34
35
36
37
Source: macrosystem
Build-Depends: debhelper, autotools-dev
Section: devel
Priority: optional
Maintainer: Benoit Joly <benoit@debian.org>
Standards-Version: 3.5.6.0

Package: libmacrosystem-dev
Architecture: any
Depends: libmacrosystem0 (= ${Source-Version})
Description: Text file template system for C++
 MacroSystem is a powerful C++ template system designed to separate data 
 processing from content generation. With MacroSystem you can do 
 recursive macro replacing, nested if-else and ifnot-else constructs, 
 easy importing and exporting of macro files. It has been used to create 
 dynamic web content, email template systems, and many kinds of preprocessing
 utilities.
 .
 See http://bazar.conectiva.com.br/~niemeyer/projects/macrosystem/
 .
 This package include files needed for development (headers, examples, 
 static lib).

Package: libmacrosystem0
Architecture: any
Depends: ${shlibs:Depends}
Description: Text file template system for C++
 MacroSystem is a powerful C++ template system designed to separate data 
 processing from content generation. With MacroSystem you can do 
 recursive macro replacing, nested if-else and ifnot-else constructs, 
 easy importing and exporting of macro files. It has been used to create 
 dynamic web content, email template systems, and many kinds of preprocessing
 utilities.
 .
 See http://bazar.conectiva.com.br/~niemeyer/projects/macrosystem/
 .
 This package include shared library.