Combinators for binding to C libraries without writing any C
https://opam.ocaml.org/packages/ctypes
ctypes is a library for binding to C libraries using pure OCaml. The primary aim is to make writing C extensions as straightforward as possible.
The core of ctypes is a set of combinators for describing the structure of C types -- numeric types, arrays, pointers, structs, unions and functions. You can use these combinators to describe the types of the functions that you want to call, then bind directly to those functions -- all without writing or generating any C!
- Sources inherited from project openSUSE:Backports:SLE-15-SP6
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP6:Update/ocaml-ctypes && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000058 58 Bytes | |
_service | 0000000770 770 Bytes | |
ocaml-ctypes-0.22.0.tar.xz | 0000158436 155 KB | |
ocaml-ctypes.changes | 0000001713 1.67 KB | |
ocaml-ctypes.spec | 0000003123 3.05 KB |
Latest Revision
Yuchen Lin (maxlin_factory)
accepted
request 1149622
from
Olaf Hering (olh)
(revision 2)
- Update to version 0.22.0 see included CHANGES.md file for details
Comments 0