File: control

package info (click to toggle)
mysql-ocaml 1.0.4-4%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 728 kB
  • ctags: 717
  • sloc: sh: 2,278; ml: 599; ansic: 531; makefile: 74; perl: 41
file content (29 lines) | stat: -rw-r--r-- 1,176 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
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), camlp4, ocaml-findlib, dpatch
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/mysql-ocaml
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mysql-ocaml/trunk/

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 (= ${binary: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.