File: control

package info (click to toggle)
filepp 1.8.0-5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,372 kB
  • ctags: 296
  • sloc: perl: 2,964; makefile: 575; sh: 174; ansic: 15
file content (17 lines) | stat: -rw-r--r-- 644 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: filepp
Section: text
Priority: optional
Maintainer: Christoph Haas <haas@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: http://freecode.com/projects/filepp

Package: filepp
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: generic perl-based file pre-processor for text files
 Generic pre-preprocessor for any kind of text file. It is designed
 to allow the functionality provided by the C preprocessor to be used
 with any file type. filepp supports the following keywords, all of
 which have their usual C preprocessor meanings and usage: define,
 if, elif, ifdef, ifndef etc.