ocaml-ctypes 0.4.1-1 source package in Ubuntu

Changelog

ocaml-ctypes (0.4.1-1) unstable; urgency=medium

  * New upstream release (Closes: #792657)
  * Update debian/watch

 -- Stéphane Glondu <email address hidden>  Fri, 04 Dec 2015 11:11:34 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-ctypes_0.4.1-1.dsc 2.1 KiB 40caddec7343a51273e4ae0402f5403a78916de6d7d01185db64f14631a3aad4
ocaml-ctypes_0.4.1.orig.tar.gz 158.8 KiB 74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5
ocaml-ctypes_0.4.1-1.debian.tar.xz 2.4 KiB 25fa8ad237e45f370dfd1b123c084faeb9b8d252cd5583fef6493b6ca0d3d8b5

No changes file available.

Binary packages built by this source

libctypes-ocaml: library for binding to C libraries using pure OCaml (runtime)

 The ocaml-ctypes library makes it possible to call C functions
 directly from OCaml without writing or generating C code. The core
 of the library is a set of combinators for describing C types --
 scalars, functions, structs, unions, arrays, and pointers to values
 and functions. Type descriptions can then be used to bind native
 functions and values.
 .
 This package contains the shared runtime stub library and plugins.

libctypes-ocaml-dev: library for binding to C libraries using pure OCaml (dev)

 The ocaml-ctypes library makes it possible to call C functions
 directly from OCaml without writing or generating C code. The core
 of the library is a set of combinators for describing C types --
 scalars, functions, structs, unions, arrays, and pointers to values
 and functions. Type descriptions can then be used to bind native
 functions and values.
 .
 This package contains all the development stuff you need to use
 ocaml-ctypes.