File: control

package info (click to toggle)
missinglib 0.4.10.debian-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 504 kB
  • ctags: 329
  • sloc: ml: 1,726; sh: 233; makefile: 163
file content (35 lines) | stat: -rw-r--r-- 1,756 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
28
29
30
31
32
33
34
35
Source: missinglib
Priority: optional
Section: devel
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Samuel Mimram <smimram@debian.org>
Build-Depends: debhelper (>= 4.0.0), ocaml-nox (>= 3.09.0), ocaml-tools (>= 2004.07.26-1), ocaml-findlib (>= 1.0.4-1), libounit-ocaml-dev (>= 1.0.1-2), dpatch
Standards-Version: 3.6.2

Package: libmissinglib-ocaml-dev
Section: libdevel
Architecture: any
Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib (>= 1.0.4-1)
Description: Library of utility functions for OCaml
 The following modules are are provided:
 .
  AnyDBM                  Generic system for key/value persistent storage
  AnyDBM_String           CSV-like pure OCaml storage module for AnyDBM
  Compose                 Utilies for combining functions
  Composeoper             Operators for combining functions
  ConfigParser            System for parsing configuration files
  Fileutil                Utilities for working with files/names
  Hashtbloper             Hash table convenience operators
  Hashtblutil             Hash table utilities
  Lexingutil              Lexing-related utilities
  Listutil                List-manipulation utilities
  Slice                   Underlying API for Slice operators
  Sliceoper               Flexible subparts of arrays, lists, and strings
  Streamutil              Stream parser utilities
  Strutil                 String-related utilities
  Unixutil                Unix filesystem utilities
 .
 The entire library has no prerequisites save the OCaml standard library and
 findlib and is designed to install without complexity on a variety of
 systems.  It could also easily be embedded within your own source trees
 so that users need not have it installed beforehand.