File: control

package info (click to toggle)
findent 4.2.6-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,596 kB
  • sloc: cpp: 6,084; sh: 6,018; fortran: 2,891; lex: 664; yacc: 510; makefile: 182; python: 155; lisp: 52
file content (23 lines) | stat: -rw-r--r-- 776 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
Source: findent
Section: devel
Priority: optional
Maintainer: Willem Vermin <wvermin@gmail.com>
Build-Depends: flex, bison, debhelper-compat (=13)
Standards-Version: 4.6.2
Homepage: https://sourceforge.net/projects/findent/
Rules-Requires-Root: no

Package: findent
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: indents/converts Fortran sources
 Indents Fortran sources: free or fixed format.
 Optionally converts from fixed format to free format.
 Optionally generates dependencies for Make, based on
 definition and usage of modules.
 Supports Fortran2008.
 Indentation is controlled by a number of flags.
 Easy integration with (g)vim, gedit, emacs.
 .
 wfindent is a wrapper for findent and facilitates
 in-place indenting of Fortran sources.