File: control

package info (click to toggle)
ocaml-res 2.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 280 kB
  • ctags: 689
  • sloc: ml: 1,226; makefile: 86
file content (27 lines) | stat: -rw-r--r-- 1,174 bytes parent folder | download
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
Source: ocaml-res
Section: devel
Priority: extra
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stefano Zacchiroli <zack@debian.org>
Build-Depends: cdbs, debhelper (>= 7),
 ocaml-nox, ocaml-findlib
Standards-Version: 3.7.3
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-res.git
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-res.git
Homepage: http://www.ocaml.info/home/ocaml_sources.html

Package: libres-ocaml-dev
Architecture: any
Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
 ${shlibs:Depends}, ${misc:Depends}
Description: OCaml library for automatically resizing contiguous data structure
 This OCaml library consists of a set of modules which implement
 automatically resizing (i.e. reallocating) data structures that consume
 a contiguous part of memory.
 .
 This allows appending and removing of elements to/from arrays (both
 boxed and unboxed), strings (i.e. buffers), bit strings and weak arrays
 while still maintaining fast constant-time access to elements.
 .
 There are also functors that allow the generation of similar modules
 which use different reallocation strategies.