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

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

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

Available diffs

View changes file

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.