ocaml-ctypes 0.2.3-1 source package in Ubuntu

Changelog

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


  * Initial release (Closes: #742613)

 -- Stéphane Glondu <email address hidden>  Tue, 25 Mar 2014 15:47:23 +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.2.3-1.dsc 2.1 KiB fc8c50828890d24711b8815ee2ce3b0dee27af369b7a858f321e71adcc050e89
ocaml-ctypes_0.2.3.orig.tar.gz 93.4 KiB ea6cbc8b38dbefe47cd1ce66577c49191f80073b2a185538ec68c48b24d6a898
ocaml-ctypes_0.2.3-1.debian.tar.xz 2.3 KiB f119489709b69fce91747565882151d38a263b9b36f9f70515498c2cc2c6b453

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.