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:
Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-libmysqlclient-dev,
dh-ocaml,
ocaml,
ocaml-findlib
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://ygrek.org/p/ocaml-mysql/
Vcs-Git: https://salsa.debian.org/ocaml-team/mysql-ocaml.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/mysql-ocaml
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.
|