Source: libaio-ocaml
Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Goswin von Brederlow <goswin-v-b@web.de>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 5.0.0), libaio-dev, ocaml-nox (>= 3.10.0), ocaml-findlib (>= 1.2.1-5), cdbs, dpatch, dh-ocaml
Standards-Version: 3.8.0
Vcs-Svn: svn://...
Vcs-Browser: http://...
Homepage: http://forge.ocamlcore.org/projects/libaio-ocaml/

Package: libaio-ocaml
Architecture: any
Section: libs
Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
Description: OCaml bindings for libaio (Linux kernel AIO access library)
 This OCaml-library interfaces the libaio (Linux kernel AIO access
 library) C library. It can be used for fast asynchronous I/O.
 .
 Compared with the OCaml standard and Unix I/O functions this
 library:
  * does not block
  * does I/O in the background
  * calls a continuation when the I/O has completed
 .
 This package contains only the shared runtime stub libraries.

Package: libaio-ocaml-dev
Architecture: any
Section: libdevel
Depends: ocaml-nox-${F:OCamlABI}, libaio-dev (>= 0.3), libaio-ocaml (= ${binary:Version}), ocaml-findlib (>= 1.1), ${misc:Depends}
Description: OCaml bindings for libaio (Linux kernel AIO access library)
 This OCaml-library interfaces the libaio (Linux kernel AIO access
 library) C library. It can be used for fast asynchronous I/O.
 .
 Compared with the OCaml standard and Unix I/O functions this
 library:
  * does not block
  * does I/O in the background
  * calls a continuation when the I/O has completed
 .
 This package contains all the development stuff you need to use
 OCaml aio in your programs.
