ocaml-ctypes 0.21.1-1build1 source package in Ubuntu

Changelog

ocaml-ctypes (0.21.1-1build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 04 Nov 2023 16:04:43 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ocaml-ctypes_0.21.1.orig.tar.gz 195.6 KiB 59b7248a723690ffff3e211d0db90e988fc364ad5f953f1498ab684270201e8f
ocaml-ctypes_0.21.1-1build1.debian.tar.xz 3.3 KiB 6b14d5eebfef9403a55df960ec30bcdb0085501a72e72612b7f8359dfd15b615
ocaml-ctypes_0.21.1-1build1.dsc 2.2 KiB 44a2461c043449c019c4d50c88273177a4fe70715ebf240c26cc3cb32514e051

View changes file

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.