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 devel:languages:ocaml
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / ocaml-ctypes
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:haxe/ocaml-ctypes && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_multibuild | 0000000058 58 Bytes | |
_service | 0000000764 764 Bytes | |
ocaml-ctypes-0.23.0.tar.xz | 0000158804 155 KB | |
ocaml-ctypes.changes | 0000001925 1.88 KB | |
ocaml-ctypes.patch | 0000001871 1.83 KB | |
ocaml-ctypes.spec | 0000003150 3.08 KB |
Comments 0