ocaml-ctypes 0.24.0-ok2 source package in openKylin
Changelog
ocaml-ctypes (0.24.0-ok2) huanghe; urgency=medium * No-change rebuild for ocaml=5.4.0. -- liwenjun <email address hidden> Tue, 07 Jul 2026 10:50:26 +0800
ocaml-ctypes (0.24.0-ok2) huanghe; urgency=medium * No-change rebuild for ocaml=5.4.0. -- liwenjun <email address hidden> Tue, 07 Jul 2026 10:50:26 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | ocaml |
| File | Size | SHA-256 Checksum |
|---|---|---|
| ocaml-ctypes_0.24.0.orig.tar.gz | 195.4 KiB | 249c5604c8554659761a7282db4ad200aa8c0fdc408cdb53102bd70feeb51955 |
| ocaml-ctypes_0.24.0-ok2.debian.tar.xz | 2.6 KiB | 679fa65166461d8e0fd2bed507ba1f2c57b98d8f9218a33ec730e1d2772a39e6 |
| ocaml-ctypes_0.24.0-ok2.dsc | 2.1 KiB | f8d040ba3a46aa2aa1b3b142662ffc873a871c6d24032077e823b54dc93bc24b |
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.