ocaml-ctypes 0.20.1-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Stéphane Glondu <email address hidden>  Sat, 21 Jan 2023 10:12:58 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ocaml-ctypes_0.20.1-1.dsc 2.0 KiB 6f714f13097b4cbb332efefdd1921d6af3e4df51bd2b87bd18c4d465609d6d4b
ocaml-ctypes_0.20.1.orig.tar.gz 202.0 KiB 78bf1acbc152a2e455a452e72eb75c3d4cefa366f2708cced3e7fe24b6278ec7
ocaml-ctypes_0.20.1-1.debian.tar.xz 3.1 KiB f98e3139337d823723adbff163dc7f06274ddcf1245733776652b8cfffe606c4

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.