ocaml-ctypes 0.20.0-1build1 source package in Ubuntu
Changelog
ocaml-ctypes (0.20.0-1build1) jammy; urgency=medium * No-change rebuild for ocaml abi changes. -- Matthias Klose <email address hidden> Wed, 26 Jan 2022 10:40:01 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocaml-ctypes_0.20.0.orig.tar.gz | 201.7 KiB | c97fa72722e3931c917853a5b6c69c237edbd7739e44e46ee3b1c13f2e84a87a |
ocaml-ctypes_0.20.0-1build1.debian.tar.xz | 3.2 KiB | faa1109ef54947501532b1936de4bc5f6dee8319bc2831741a14a2352e0196fe |
ocaml-ctypes_0.20.0-1build1.dsc | 2.2 KiB | b9b313b1acad6397c8ab200026e39e311fe87371bac860b91fdf76041db66906 |
Available diffs
- diff from 0.17.1-2build4.1 to 0.20.0-1build1 (63.4 KiB)
- diff from 0.20.0-1 (in Debian) to 0.20.0-1build1 (319 bytes)
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.