File: control

package info (click to toggle)
bcpp 0.0.20210108-1
  • links: PTS
  • area: main
  • in suites: bookworm, trixie
  • size: 952 kB
  • sloc: cpp: 4,955; sh: 3,262; makefile: 239
file content (15 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: bcpp
Section: devel
Priority: optional
Maintainer: Miriam Ruiz <miriam@debian.org>
Build-Depends: debhelper (>= 9), quilt, autotools-dev
Standards-Version: 4.6.0.1
Homepage: http://www.invisible-island.net/bcpp/

Package: bcpp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C(++) beautifier
 bcpp indents C/C++ source programs, replacing tabs with spaces or the
 reverse. Unlike indent, it does (by design) not attempt to wrap long
 statements.