ocaml-sqlexpr 0.2.3-1build3 source package in Ubuntu

Changelog

ocaml-sqlexpr (0.2.3-1build3) precise; urgency=low

  * Rebuild for new libextlib-ocaml-dev ABI.
 -- Colin Watson <email address hidden>   Mon, 24 Oct 2011 16:04:31 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-sqlexpr_0.2.3.orig.tar.gz 55.8 KiB 4965f6ede610ea514ecfa7d79faaafe29f3e49a27627b437c5888a37c26a0a34
ocaml-sqlexpr_0.2.3-1build3.debian.tar.gz 2.6 KiB a7c6380f7b0e5db7f1777043f2afa9dbdd62fc6ac2c588322e9cd3ecdd88aa8c
ocaml-sqlexpr_0.2.3-1build3.dsc 2.3 KiB 7d5eb3ca373cb1ac553286e292e060735ebc0f700d644d48a99479f2d90f6135

Available diffs

View changes file

Binary packages built by this source

libsqlexpr-ocaml: type-safe, convenient SQLite database access (runtime)

 Minimalistic library and syntax extension for type-safe, convenient execution
 of SQL statements. Currently compatible with Sqlite3.
 .
 Sqlexpr features:
  * automated prepared statement caching, param binding, data extraction, error
    checking (including automatic stmt reset to avoid BUSY/LOCKED errors in
    subsequent queries), stmt finalization on db close, etc.
  * HOFs like iter, fold, transaction
  * support for different concurrency models: everything is functorized over a
    THREAD monad, so you can for instance do concurrent folds/iters with Lwt
  * support for SQL stmt syntax checks and some extra semantic checking (column
    names, etc)
 .
 This package contains the shared runtime libraries.

libsqlexpr-ocaml-dev: type-safe, convenient SQLite database access (development)

 Minimalistic library and syntax extension for type-safe, convenient execution
 of SQL statements. Currently compatible with Sqlite3.
 .
 Sqlexpr features:
  * automated prepared statement caching, param binding, data extraction, error
    checking (including automatic stmt reset to avoid BUSY/LOCKED errors in
    subsequent queries), stmt finalization on db close, etc.
  * HOFs like iter, fold, transaction
  * support for different concurrency models: everything is functorized over a
    THREAD monad, so you can for instance do concurrent folds/iters with Lwt
  * support for SQL stmt syntax checks and some extra semantic checking (column
    names, etc)