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
|
Source: ocaml-sqlite
Section: libdevel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Samuel Mimram <smimram@debian.org>
Build-Depends: debhelper (>= 4.0.0), autoconf (>= 2.50), libsqlite0-dev (>= 2.8.1), ocaml-nox (>= 3.09.0), ocaml-findlib (>= 1.0.4-1), dpatch, ocaml-tools
Standards-Version: 3.7.2
Package: libsqlite-ocaml-dev
Architecture: any
Depends: libsqlite-ocaml (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, libsqlite0-dev
Description: Embeddable SQL Database for OCaml Programs
This package provides an interface for the SQLite embeddable SQL
database. It allows your OCaml programs to use a SQL database without
depending on any external software; the resulting system can be
entirely self-contained.
.
This package provides the files necessary to develop new applications that
use SQLite for OCaml.
Package: libsqlite-ocaml
Section: libs
Architecture: any
Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
Description: Embeddable SQL Database for OCaml Programs
This package provides an interface for the SQLite embeddable SQL
database. It allows your OCaml programs to use a SQL database without
depending on any external software; the resulting system can be
entirely self-contained.
.
This package provides the files necessary to run dynamically-linked
OCaml programs with SQLite.
|