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
|
Source: meta-ocaml
Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Ralf Treinen <treinen@debian.org>,
Stéphane Glondu <glondu@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/meta-ocaml.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/meta-ocaml
Package: ocaml-core
Architecture: all
Depends:
${misc:Depends},
ocaml,
ocaml-interp,
ocaml-findlib,
ocaml-dune
Recommends:
ocaml-tools,
elpa-tuareg,
libounit-ocaml-dev,
readline-editor
Suggests:
ocaml-doc,
ocamlweb,
camlidl,
ocamldsort,
ocamlmakefile,
menhir
Description: OCaml core tools (metapackage)
A metapackage containing dependencies on, and suggestions of packages useful
for developing in the Objective Caml (OCaml) programming language.
.
Includes dependencies on various tools related to OCaml like
compiler and preprocessor, tuareg mode for the emacs editor, package manager,
documentation tool and more.
Package: ocaml-libs
Architecture: all
Depends:
${misc:Depends},
libextlib-ocaml-dev,
liblablgtk3-ocaml-dev,
libocamlnet-ocaml-dev,
libxmlm-ocaml-dev,
libzip-ocaml-dev
Recommends:
libcalendar-ocaml-dev,
libcamlimages-ocaml-dev
Description: OCaml core libraries (metapackage)
A metapackage containing dependencies for the Objective Caml
(OCaml) programming language core libraries.
.
Includes dependencies on various kinds of OCaml core libraries like
graphics, networking, compression, and XML parsing.
Package: ocaml-platform
Architecture: all
Depends:
${misc:Depends},
ocaml,
ocaml-dune,
ocaml-odoc,
opam,
utop,
libppxlib-ocaml-dev
Recommends:
ocaml-findlib
Suggests:
ocaml-doc,
camlp4,
ocamlbuild,
oasis
Homepage: https://ocaml.org/docs/platform
Description: OCaml Platform (metapackage)
The OCaml Platform represents the best way for developers, both new
and old, to write software in OCaml. It combines the core OCaml
compiler with a coherent set of tools, documentation, libraries, and
testing resources.
|