ocaml-ctypes 0.19.1-1 source package in Ubuntu

Changelog

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

  [ Stéphane Glondu ]
  * New upstream release
  * Bump Standards-Version to 4.6.0

  [ Helmut Grohne ]
  * Annotate test dependencies <!nocheck>. (Closes: #981784)

  [ Debian Janitor ]
  * Update watch file format version to 4
  * Set upstream metadata fields

 -- Stéphane Glondu <email address hidden>  Sun, 28 Nov 2021 17:23:15 +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.19.1-1.dsc 2.0 KiB 77ddff73a42a1a4f673af3047a6def50ef41ea4ae5a0677b8db66e83b468a3a5
ocaml-ctypes_0.19.1.orig.tar.gz 201.9 KiB 2ea4e2433f4faaf423fa4b3a60baf112187212598d8deea42da1bc0468ee0617
ocaml-ctypes_0.19.1-1.debian.tar.xz 3.1 KiB e49b553e5422028e3a775259354a6920d4fa48f770a5e2e4311d214a11da94bb

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.