[go: up one dir, main page]

File: control

package info (click to toggle)
findent 4.3.5-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 2,972 kB
  • sloc: sh: 9,350; cpp: 6,224; fortran: 2,901; lex: 690; yacc: 515; makefile: 224; python: 155; lisp: 52
file content (23 lines) | stat: -rw-r--r-- 790 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.7.0
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 Fortran-2 .. Fortran-2023.
 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.