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 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: mysql-ocaml
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Samuel Mimram <smimram@debian.org>,
Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
debhelper (>= 9),
default-libmysqlclient-dev,
dh-ocaml (>= 0.9),
ocaml-nox (>= 3.11),
ocaml-findlib (>= 1.2.4)
Standards-Version: 3.9.8
Homepage: http://ocaml-mysql.forge.ocamlcore.org/
Vcs-Git: https://anonscm.debian.org/pkg-ocaml-maint/packages/mysql-ocaml.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/mysql-ocaml.git
Package: libmysql-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${misc:Depends},
${shlibs:Depends}
Provides:
${ocaml:Provides}
Description: OCaml bindings for MySql (runtime package)
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
Architecture: any
Depends:
${ocaml:Depends},
${misc:Depends},
${shlibs:Depends},
default-libmysqlclient-dev
Recommends:
ocaml-findlib
Provides:
${ocaml:Provides}
Description: OCaml bindings for MySql (development package)
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.
|