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.
|