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
|
Source: extlib
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml,
cppo,
ocaml-dune,
dh-ocaml (>= 1.2)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/ocaml-team/extlib
Vcs-Git: https://salsa.debian.org/ocaml-team/extlib.git
Homepage: https://github.com/ygrek/ocaml-extlib
Package: libextlib-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: extended standard library for OCaml
ExtLib is a project aiming at providing a complete - yet small -
standard library for the OCaml programming language.
.
The purpose of this library is to add new functions to OCaml
Standard Library modules, to modify some functions in order to
get better performances or more safety (tail-recursive) but also
to provide new modules which should be useful for the average
OCaml programmer.
.
ExtLib contains modules implementing: enumeration over abstract
collection of elements, efficient bit sets, dynamic arrays,
references on lists, Unicode characters and UTF-8 encoded
strings, additional and improved functions for hashtables,
strings, lists and option types.
Package: libextlib-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: extended standard library for OCaml (plugins)
ExtLib is a project aiming at providing a complete - yet small -
standard library for the OCaml programming language.
.
This package contains plugins needed by plugins using ExtLib.
|