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
|
Source: ocaml-batteries
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml-nox (>= 4),
ocaml-findlib,
libounit-ocaml-dev,
libnum-ocaml-dev,
ocamlbuild,
dh-ocaml
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-batteries.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-batteries
Homepage: https://github.com/ocaml-batteries-team/batteries-included
Package: libbatteries-ocaml-dev
Architecture: any
Depends:
ocaml-findlib,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: libbatteries-ocaml-doc
Suggests: ledit
Provides: ${ocaml:Provides}
Description: Batteries included: OCaml development platform - development files
Batteries included is a community-driven effort to standardize on an
uniform, documented, and comprehensive OCaml development platform.
.
Batteries included serves the following purposes:
* define a standard set of libraries which may be expected on every
compliant installation of OCaml
* organize these libraries into a hierarchy of modules, with one
source of documentation
* define a standard set of language extensions which may be expected
on every compliant installation of OCaml
* provide a consistent API for otherwise independent libraries.
.
This package contains the core part of batteries included: libraries
and language extensions for the OCaml language. Using this package
you can develop OCaml programs built on top of batteries included.
Package: libbatteries-ocaml-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Batteries included - OCaml development platform - documentation
Batteries included is a community-driven effort to standardize on an
uniform, documented, and comprehensive OCaml development platform.
.
Batteries included serves the following purposes:
* define a standard set of libraries which may be expected on every
compliant installation of OCaml
* organize these libraries into a hierarchy of modules, with one
source of documentation
* define a standard set of language extensions which may be expected
on every compliant installation of OCaml
* provide a consistent API for otherwise independent libraries.
.
This package contains the documentation for batteries included: HTML
API documentation, examples, and information about how to use
batteries included in your programs.
Package: ocaml-batteries-included
Architecture: all
Depends:
libbatteries-ocaml-dev,
libbatteries-ocaml-doc,
${misc:Depends}
Description: Batteries included: OCaml development platform - metapackage
Batteries included is a community-driven effort to standardize on an
uniform, documented, and comprehensive OCaml development platform.
.
Batteries included serves the following purposes:
* define a standard set of libraries which may be expected on every
compliant installation of OCaml
* organize these libraries into a hierarchy of modules, with one
source of documentation
* define a standard set of language extensions which may be expected
on every compliant installation of OCaml
* provide a consistent API for otherwise independent libraries.
.
This metapackage is provided for convenience, to install all of
batteries included at once.
|