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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: janest-core
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Mehdi Dogguy <mehdi@debian.org>,
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper (>= 8),
ocaml-nox,
dh-ocaml,
camlp4,
ocaml-findlib,
libtype-conv-camlp4-dev,
libbin-prot-camlp4-dev (>= 1.2.10),
libsexplib-camlp4-dev (>= 4.2.6-3),
libres-ocaml-dev (>= 3.1.1),
libfields-camlp4-dev,
libpcre-ocaml-dev,
libounit-ocaml-dev
Standards-Version: 3.9.2
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/janest-core.git
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/janest-core.git
Homepage: http://www.janestcapital.com/ocaml/
Package: libcore-ocaml-dev
Architecture: any
Depends:
ocaml-findlib,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: libcore-ocaml-doc
Provides: ${ocaml:Provides}
Description: Jane Street's standard library for OCaml
Core is an alternative to the OCaml standard library developed by
Jane Street Capital.
.
Core does a number of things:
.
* provides tail recursive versions of non tail recursive functions in
the standard library;
* changes the signature of many of the standard modules to enforce
consistent naming conventions;
* includes generic serialization for most types;
* adds some new modules as well as new functionality to existing
modules.
.
Beware that Core extends some functionality of the legacy standard
library, and outright changes or replaces other; backward compatibility
with the legacy standard library has not to be expected.
.
The code of Core is routinely reviewed within Jane Street Capital
according to their quality assurance requirements.
.
This package contains the development stuff you need to use Core in
your programs.
Package: libcore-ocaml
Architecture: any
Depends:
ocaml-findlib,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: Jane Street's standard library for OCaml (runtime)
Core is an alternative to the OCaml standard library developed by
Jane Street Capital.
.
Core does a number of things:
.
* provides tail recursive versions of non tail recursive functions in
the standard library;
* changes the signature of many of the standard modules to enforce
consistent naming conventions;
* includes generic serialization for most types;
* adds some new modules as well as new functionality to existing
modules.
.
Beware that Core extends some functionality of the legacy standard
library, and outright changes or replaces other; backward compatibility
.
The code of Core is routinely reviewed within Jane Street Capital
according to their quality assurance requirements.
.
This package contains the runtime stuff you need to run programs using
Core.
Package: libcore-ocaml-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Enhances:
libcore-ocaml-dev,
${misc:Depends}
Description: Jane Street's standard library for OCaml - documentation
Core is an alternative to the OCaml standard library developed by
Jane Street Capital.
.
Core does a number of things:
.
* provides tail recursive versions of non tail recursive functions in
the standard library;
* changes the signature of many of the standard modules to enforce
consistent naming conventions;
* includes generic serialization for most types;
* adds some new modules as well as new functionality to existing
modules.
.
Beware that Core extends some functionality of the legacy standard
library, and outright changes or replaces other; backward compatibility
.
The code of Core is routinely reviewed within Jane Street Capital
according to their quality assurance requirements.
.
This package contains the ocamldoc API reference in HTML format for
Core.
|