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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Source: ocaml-migrate-parsetree
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Andy Li <andy@onthewings.net>
Standards-Version: 4.3.0
Build-Depends:
debhelper (>= 10.3),
ocaml-nox (>= 4.02.0),
ocamlbuild,
dune (>= 1.6.0),
libppx-derivers-ocaml-dev,
libresult-ocaml-dev,
ocaml-compiler-libs,
ocaml-findlib,
opam-installer,
dh-ocaml
Homepage: https://github.com/ocaml-ppx/ocaml-migrate-parsetree
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-migrate-parsetree
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-migrate-parsetree.git
Package: libmigrate-parsetree-ocaml
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends}
Provides:
${ocaml:Provides}
Recommends: ocaml-findlib
Description: Convert OCaml parsetrees between different major versions (Runtime library)
This library converts between parsetrees of different OCaml versions.
For each version, there is a snapshot of the parsetree and conversion
functions to the next and/or previous version.
Package: libmigrate-parsetree-ocaml-dev
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends}
Provides:
${ocaml:Provides}
Recommends: ocaml-findlib
Description: Convert OCaml parsetrees between different major versions (Development package)
This library converts between parsetrees of different OCaml versions.
For each version, there is a snapshot of the parsetree and conversion
functions to the next and/or previous version.
Package: libmigrate-parsetree-ocamlbuild-ocaml
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends}
Provides:
${ocaml:Provides}
Recommends:
ocaml-findlib,
libmigrate-parsetree-ocaml
Enhances: ocamlbuild
Description: Provide an ocaml-migrate-parsetree plugin for ocamlbuild (Runtime library)
The package libmigrate-parsetree-ocamlbuild-ocaml provides an
ocaml-migrate-parsetree plugin for ocamlbuild, to help building and using
custom drivers on demand.
Package: libmigrate-parsetree-ocamlbuild-ocaml-dev
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends}
Provides:
${ocaml:Provides}
Recommends:
ocaml-findlib,
libmigrate-parsetree-ocaml-dev
Description: Provide an ocaml-migrate-parsetree plugin for ocamlbuild (Development package)
The package libmigrate-parsetree-ocamlbuild-ocaml provides an
ocaml-migrate-parsetree plugin for ocamlbuild, to help building and using
custom drivers on demand.
Package: libmigrate-parsetree-ocaml-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Enhances: libmigrate-parsetree-ocaml-dev
Description: Documentation for ocaml-migrate-parsetree
This library converts between parsetrees of different OCaml versions.
For each version, there is a snapshot of the parsetree and conversion
functions to the next and/or previous version.
.
This package contains documentation for ocaml-migrate-parsetree in html
format.
|