ocaml-sqlexpr 0.5.5-2build4 source package in Ubuntu

Changelog

ocaml-sqlexpr (0.5.5-2build4) xenial; urgency=medium

  * Rebuild for new OCaml ABIs.

 -- Matthias Klose <email address hidden>  Fri, 12 Feb 2016 14:19:30 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe ocaml

Downloads

File Size SHA-256 Checksum
ocaml-sqlexpr_0.5.5.orig.tar.gz 67.0 KiB 7922ab32dcad89465450af0a0a84ec5b7c7eca34092bb62fa7eaf7917b07f10a
ocaml-sqlexpr_0.5.5-2build4.debian.tar.xz 3.4 KiB c2f4d14cec4756bd3e9c7f815ef18afc69bdc9a4c36525ccacc38c9a8f95a755
ocaml-sqlexpr_0.5.5-2build4.dsc 2.2 KiB 15bee12de87a43c859f2f9c314338abcf13980079ae2d9c3b4fb386004d518ed

Available diffs

View changes file

Binary packages built by this source

libsqlexpr-ocaml: No summary available for libsqlexpr-ocaml in ubuntu yakkety.

No description available for libsqlexpr-ocaml in ubuntu yakkety.

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)

libsqlexpr-ocaml-dev-dbgsym: debug symbols for package libsqlexpr-ocaml-dev

 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)