ocaml-ctypes 0.24.0-ok1 source package in openKylin
Changelog
ocaml-ctypes (0.24.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:52:18 +0800
ocaml-ctypes (0.24.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:52:18 +0800
| Series | Published | Component | Section |
|---|
| File | Size | SHA-256 Checksum |
|---|---|---|
| ocaml-ctypes_0.24.0.orig.tar.gz | 195.4 KiB | 249c5604c8554659761a7282db4ad200aa8c0fdc408cdb53102bd70feeb51955 |
| ocaml-ctypes_0.24.0-ok1.debian.tar.xz | 2.6 KiB | 48e1e7ce7ed283257c68440877a61c490c5a945f39839e8b97b139150a123b95 |
| ocaml-ctypes_0.24.0-ok1.dsc | 2.1 KiB | b5141c62bb3b3257754c183daf4c917384d3b88cd151b9452f0a957966e6905f |
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.
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.