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 50 51 52 53 54
|
Source: ocaml-sqlite3
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Samuel Mimram <smimram@debian.org>,
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper (>= 9),
pkg-config,
ocaml-nox (>= 4.01),
camlp4,
libsqlite3-dev (>= 3.3.9),
ocaml-findlib (>= 1.4),
ocamlbuild,
dh-ocaml (>= 0.9)
Standards-Version: 3.9.8
Section: ocaml
Homepage: http://mmottl.github.io/sqlite3-ocaml
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-sqlite3.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-sqlite3.git
Package: libsqlite3-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: Embeddable SQL Database for OCaml Programs
This package provides an interface for the SQLite3 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 SQLite3.
Package: libsqlite3-ocaml-dev
Architecture: any
Depends:
libsqlite3-dev,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Embeddable SQL Database for OCaml Programs
This package provides an interface for the SQLite3 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 SQLite3 for OCaml.
|