Codebase list ocp-indent / HEAD debian / control
HEAD

Tree @HEAD (Download .tar.gz)

control @HEADraw · history · blame

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-compat (= 13),
 dh-ocaml (>= 1.2),
 ocaml-nox,
 ocaml-dune,
 libcmdliner-ocaml-dev,
 libfindlib-ocaml-dev,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Section: ocaml
Homepage: https://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},
 libfindlib-ocaml,
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.