File: control

package info (click to toggle)
mysql-ocaml 1.0.4-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 728 kB
  • ctags: 717
  • sloc: sh: 2,278; ml: 599; ansic: 531; makefile: 74; perl: 41
file content (27 lines) | stat: -rw-r--r-- 995 bytes parent folder | download | duplicates (2)
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: mysql-ocaml
Section: devel
Priority: optional
Maintainer: Samuel Mimram <smimram@debian.org>
Build-Depends: debhelper (>= 4.0.0), libmysqlclient15-dev, ocaml-nox (>= 3.09.1), ocaml-findlib, dpatch
Standards-Version: 3.7.2

Package: libmysql-ocaml
Section: libs
Architecture: any
Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
Description: OCaml bindings for MySql
 This OCaml library interfaces the MySql C library. It can be used to access
 and modify MySql databases from OCaml programs.
 .
 This package contains only the shared runtime stub libraries.

Package: libmysql-ocaml-dev
Section: libdevel
Architecture: any
Depends: ocaml-nox-${F:OCamlABI}, libmysqlclient15-dev, libmysql-ocaml (= ${Source-Version})
Description: OCaml bindings for MySql
 This OCaml library interfaces the MySql C library. It can be used to access
 and modify MySql databases from OCaml programs.
 .
 This package contains all the development stuff you need to use
 OCaml MySql in your programs.