ocaml-ctypes 0.20.0-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Stéphane Glondu <email address hidden>  Fri, 17 Dec 2021 15:46:57 +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.20.0-1.dsc 1.9 KiB c2a9d5d75b4e1ce9c0358c7d1d285f0de092d9eb540c4672667a80b3c9129449
ocaml-ctypes_0.20.0.orig.tar.gz 201.7 KiB c97fa72722e3931c917853a5b6c69c237edbd7739e44e46ee3b1c13f2e84a87a
ocaml-ctypes_0.20.0-1.debian.tar.xz 3.1 KiB 2cfec1b692e63e92768cdf61ddbd40e0f76a47ec842c3e6f08146a0c7dfaac48

Available diffs

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-dbgsym: debug symbols for libctypes-ocaml
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.