Language

Package: ocaml-ctypes @ 0.14.0

Synopsis

Library for binding to C libraries using pure OCaml

Description

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!

Home page
https://github.com/ocamllabs/ocaml-ctypes
Location
gnu/packages/ocaml.scm (line: 3188, column: 2)
License

Lint warnings

LinterMessageLocation
source-unstable-tarball

Check for autogenerated tarballs

the source URI should not be an autogenerated tarball