Source: ocp-indent Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Johannes 'josch' Schauer Build-Depends: debhelper-compat (= 13), dh-ocaml, ocaml-nox, ocaml-dune, libcmdliner-ocaml-dev, libfindlib-ocaml-dev, Standards-Version: 4.5.0 Rules-Requires-Root: no 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.