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
|
Source: ppx-cold
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-ocaml (>= 1.2),
libbase-ocaml-dev,
libppxlib-ocaml-dev,
ocaml-dune,
ocaml
Vcs-Browser: https://salsa.debian.org/ocaml-team/ppx-cold
Vcs-Git: https://salsa.debian.org/ocaml-team/ppx-cold.git
Homepage: https://github.com/janestreet/ppx_cold
Package: libppx-cold-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: provide the @cold annotation for OCaml (runtime files)
This package provides the @cold annotation to program in OCaml
to disable a closure optimisation.
.
This package contains runtime files.
Package: libppx-cold-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: provide the @cold annotation for OCaml (dev files)
This package provides the @cold annotation to program in OCaml
to disable a closure optimisation.
.
This package contains development files.
|