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
|
Source: ppxlib-jane
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-ocaml (>= 1.2),
ocaml (>= 5.3),
libppxlib-ocaml-dev (>= 0.27.0),
ocaml-dune
Standards-Version: 4.7.0
Rules-Requires-Root: no
Section: ocaml
Homepage: https://github.com/janestreet/ppxlib_jane
Vcs-Git: https://salsa.debian.org/ocaml-team/ppxlib-jane.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ppxlib-jane
Package: libppxlib-jane-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: utilities to work on AST of the Jane Street OCaml compiler (development)
This library can be used to work with Abstract Syntax Trees corresponding
to the augmented parse tree recognized by the Jane Street OCaml compiler.
.
This package contains development files.
Package: libppxlib-jane-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: utilities to work on AST of the Jane Street OCaml compiler (runtime)
This library can be used to work with Abstract Syntax Trees corresponding
to the augmented parse tree recognized by the Jane Street OCaml compiler.
.
This package contains runtime files.
|