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
|
Source: ppx-compare
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml-nox,
ocaml-dune,
libbase-ocaml-dev (>= 0.14),
libppxlib-ocaml-dev (>= 0.11.0),
dh-ocaml
Standards-Version: 4.5.0
Rules-Requires-Root: no
Section: ocaml
Homepage: https://github.com/janestreet/ppx_compare
Vcs-Git: https://salsa.debian.org/ocaml-team/ppx-compare.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ppx-compare
Package: libppx-compare-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: generation of comparison functions from OCaml types (development)
Ppx_compare is a ppx rewriter that derives comparison and equality
functions from type representations. The scaffolded functions are
usually much faster than ocaml's Pervasives.compare and
Pervasives.(=). Scaffolding functions also gives you more flexibility
by allowing you to override them for a specific type and more safety
by making sure that you only compare comparable values.
.
This package contains development files.
Package: libppx-compare-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: generation of comparison functions from OCaml types (runtime)
Ppx_compare is a ppx rewriter that derives comparison and equality
functions from type representations. The scaffolded functions are
usually much faster than ocaml's Pervasives.compare and
Pervasives.(=). Scaffolding functions also gives you more flexibility
by allowing you to override them for a specific type and more safety
by making sure that you only compare comparable values.
.
This package contains runtime files.
|