Language

Package: ocaml-ctypes @ 0.19.1

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: 4210, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'ounit' does not match package name 'ocaml-ounit'
input-labels

Identify input labels that do not match package names

label 'lwt' does not match package name 'ocaml-lwt'
input-labels

Identify input labels that do not match package names

label 'bigarray-compat' does not match package name 'ocaml-bigarray-compat'
input-labels

Identify input labels that do not match package names

label 'integers' does not match package name 'ocaml-integers'