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
|
Source: ocaml-pp
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-ocaml (>= 1.2),
libjane-street-headers-ocaml-dev,
libppx-enumerate-ocaml-dev,
libppx-expect-ocaml-dev,
libppx-hash-ocaml-dev,
libppx-sexp-conv-ocaml-dev,
libtime-now-ocaml-dev,
libppx-expect-ocaml-dev <!nocheck>,
ocaml-dune,
ocaml
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-pp
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-pp.git
Homepage: https://github.com/ocaml-dune/pp
Package: libpp-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: pretty printing for OCaml applications (runtime files)
This package provides a lean alternative to the standard library's
Format module.
.
This package contains runtime files.
Package: libpp-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: pretty printing for OCaml applications (dev files)
This package provides a lean alternative to the standard library's
Format module.
.
This package contains development files.
|