ocaml-ctypes 0.20.2-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Update debian/watch
  * Bump Standards-Version to 4.6.2

 -- Stéphane Glondu <email address hidden>  Fri, 21 Jul 2023 08:38:22 +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

Downloads

File Size SHA-256 Checksum
ocaml-ctypes_0.20.2-1.dsc 2.0 KiB fe712a133bab42a0bcba6656e2b997f3f268f96ad26f2fea72446ae35daef106
ocaml-ctypes_0.20.2.orig.tar.gz 202.2 KiB 3f525049cb1b07ad24d811d39c6e3a92c0219165ac30b9c271f82e630415a220
ocaml-ctypes_0.20.2-1.debian.tar.xz 3.2 KiB 258daee2cd839dc7b315ff57da7276e0bc225f6ffef07ceef9e67d6c2a5026e1

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.