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
|
Source: easy-format
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Hendrik Tews <hendrik@askra.de>
Build-Depends:
debhelper-compat (= 13),
ocaml-nox,
ocaml-dune,
dh-ocaml
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/ocaml-community/easy-format
Vcs-Git: https://salsa.debian.org/ocaml-team/easy-format.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/easy-format
Package: libeasy-format-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: easy(ier) pretty printing for OCaml - development files
This module offers a simplified interface to the Format module of the
OCaml standard library. Input data must be converted into a tree
using 3 kinds of nodes: atoms, lists and labelled nodes. Each node is
bound to its own formatting parameters and a single function call
produces the formatted output.
.
This package contains the development files for programming with the
library.
Package: libeasy-format-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: easy(ier) pretty printing for OCaml - plugins
This module offers a simplified interface to the Format module of the
OCaml standard library. Input data must be converted into a tree
using 3 kinds of nodes: atoms, lists and labelled nodes. Each node is
bound to its own formatting parameters and a single function call
produces the formatted output.
.
This package contains the shared runtime libraries.
|