[go: up one dir, main page]

File: control

package info (click to toggle)
chpp 0.3.4-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,228 kB
  • ctags: 5,154
  • sloc: ansic: 30,186; cpp: 575; sh: 500; makefile: 314; yacc: 265; asm: 261; lex: 64
file content (22 lines) | stat: -rw-r--r-- 795 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: chpp
Section: interpreters
Priority: optional
Maintainer: Darren Benham <gecko@debian.org>
Standards-Version: 2.4.1.0

Package: chpp
Architecture: any
Depends: ${shlibs:Depends}
Description: a powerful and simple preprocessor
 CHPP is a powerful preprocessor originally designed for, but not
 limited to, HTML.  CHPP combines features of CPP, M4, Perl and 
 Scheme. 
 Among the features of CHPP are
  - CHPP is non-intrusive, i.e. you can take already existing text and
    just pipe it through CHPP and it is likely it won't change.
  - User-defined macros, which can be recursive
  - Complex data structures (lists and hashes)
  - Powerful looping constructs
  - Regular expression matching
  - Support for CGI scripting
  - An interface to SQL-Servers (at the moment mSQL and MySQL).