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 51 52 53 54 55 56 57
|
Source: ppx-base
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),
help2man,
libppx-cold-ocaml-dev,
libppx-compare-ocaml-dev,
libppx-enumerate-ocaml-dev,
libppx-globalize-ocaml-dev,
libppx-hash-ocaml-dev,
libppx-sexp-conv-ocaml-dev,
libppxlib-ocaml-dev,
ocaml-dune,
ocaml
Vcs-Browser: https://salsa.debian.org/ocaml-team/ppx-base
Vcs-Git: https://salsa.debian.org/ocaml-team/ppx-base.git
Homepage: https://github.com/janestreet/ppx_base
Package: libppx-base-ocaml
Architecture: any
Depends:
${misc:Depends},
${ocaml:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: base set of ppx rewriters (runtime files)
This package provides the base set of ppx rewriters,
used to build various other Jane Street packages.
.
This package contains runtime files.
Package: libppx-base-ocaml-dev
Architecture: any
Depends:
libppxlib-ocaml-dev,
libppx-cold-ocaml-dev,
libppx-sexp-conv-ocaml-dev,
libppx-compare-ocaml-dev,
libppx-enumerate-ocaml-dev,
libppx-globalize-ocaml-dev,
libppx-hash-ocaml-dev,
${misc:Depends},
${ocaml:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: base set of ppx rewriters (dev files)
This package provides the base set of ppx rewriters,
used to build various other Jane Street packages.
.
This package contains development files.
|