Source: mysql-ocaml Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Mehdi Dogguy 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.