File: control

package info (click to toggle)
macrosystem 0.51-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 916 kB
  • ctags: 84
  • sloc: sh: 8,931; cpp: 787; makefile: 63
file content (44 lines) | stat: -rw-r--r-- 1,625 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
38
39
40
41
42
43
44
Source: macrosystem
Build-Depends: debhelper (>= 4.0)
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.5.9
Build-Depends: debhelper (>= 4), g++ (>= 2:3.2)

Package: libmacrosystem0c102
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Conflicts: libmacrosystem0
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.
 .
 This package is for use with programs compiled with g++ 3.2

Package: libmacrosystem-dev
Architecture: any
Section: libdevel
Depends: libmacrosystem0c102 (= ${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).