ocaml-ctypes 0.21.1-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Use ocaml_dune DH buildsystem

 -- Stéphane Glondu <email address hidden>  Sat, 22 Jul 2023 13:00:59 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ocaml-ctypes_0.21.1-1.dsc 2.0 KiB 5d799886b1408f132a16b853e3d8ec5a163cc8402ef251fa01c08c562d0078df
ocaml-ctypes_0.21.1.orig.tar.gz 195.6 KiB 59b7248a723690ffff3e211d0db90e988fc364ad5f953f1498ab684270201e8f
ocaml-ctypes_0.21.1-1.debian.tar.xz 3.2 KiB c2ce138fb83190162434f5fabbd6408748797a6793771f27723b7613fb8fc49a

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.