1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: ocp-indent
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Johannes 'josch' Schauer <josch@debian.org>
Build-Depends:
debhelper (>= 11),
dh-ocaml,
ocaml-findlib,
ocaml-nox,
dune,
libcmdliner-ocaml-dev,
libfindlib-ocaml-dev,
Standards-Version: 4.1.4
Section: ocaml
Homepage: http://www.typerex.org/ocp-indent.html
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocp-indent
Vcs-Git: https://salsa.debian.org/ocaml-team/ocp-indent.git
Package: ocp-indent
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml indentation tool for emacs and vim - runtime
ocp-indent is a command-line tool that allows one to indent a whole OCaml
source code file (or parts of it) either to standard output or in-place.
A configuration file allows user defaults as well as per-project parameters.
The ratio of correctly indented lines is comparable with emacs tuareg mode
while being an order of magnitude faster.
.
This package includes the runtime binary and the vim and emacs extensions.
Package: libocp-indent-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Breaks: libocp-indent-lib-ocaml (<< 1.7.0)
Replaces: libocp-indent-lib-ocaml (<< 1.7.0)
Description: OCaml indentation tool for emacs and vim - libraries
ocp-indent is a command-line tool that allows one to indent a whole OCaml
source code file (or parts of it) either to standard output or in-place.
A configuration file allows user defaults as well as per-project parameters.
The ratio of correctly indented lines is comparable with emacs tuareg mode
while being an order of magnitude faster.
.
This package includes the shared libraries.
Package: libocp-indent-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Breaks: libocp-indent-lib-ocaml-dev (<< 1.7.0)
Replaces: libocp-indent-lib-ocaml-dev (<< 1.7.0)
Description: OCaml indentation tool for emacs and vim - development libraries
ocp-indent is a command-line tool that allows one to indent a whole OCaml
source code file (or parts of it) either to standard output or in-place.
A configuration file allows user defaults as well as per-project parameters.
The ratio of correctly indented lines is comparable with emacs tuareg mode
while being an order of magnitude faster.
.
This package includes the development libraries.
|