Source: ppx-sexp-message Section: ocaml Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper-compat (= 13), ocaml, ocaml-dune, libppxlib-ocaml-dev, libppx-sexp-conv-ocaml-dev, libppx-here-ocaml-dev, dh-ocaml (>= 1.2) Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/ocaml-team/ppx-sexp-message Vcs-Git: https://salsa.debian.org/ocaml-team/ppx-sexp-message.git Homepage: https://github.com/janestreet/ppx_sexp_message Package: libppx-sexp-message-ocaml-dev Provides: ${ocaml:Provides} Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ocaml-findlib Description: PPX rewriter for easy construction of S-expressions (dev) The aim of ppx_sexp_message is to ease the creation of S-expressions in OCaml. This is mainly motivated by writing error and debugging messages, where one needs to construct a S-expression based on various element of the context such as function arguments. . It is part of the Jane Street's PPX rewriters collection. . This package contains development files. Package: libppx-sexp-message-ocaml Provides: ${ocaml:Provides} Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: PPX rewriter for easy construction of S-expressions (runtime) The aim of ppx_sexp_message is to ease the creation of S-expressions in OCaml. This is mainly motivated by writing error and debugging messages, where one needs to construct a S-expression based on various element of the context such as function arguments. . It is part of the Jane Street's PPX rewriters collection. . This package contains runtime files.