Library for binding to C libraries using pure OCaml
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!
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'ounit' does not match package name 'ocaml5.0-ounit' | |
input-labels Identify input labels that do not match package names | label 'lwt' does not match package name 'ocaml5.0-lwt' | |
input-labels Identify input labels that do not match package names | label 'bigarray-compat' does not match package name 'ocaml5.0-bigarray-compat' | |
input-labels Identify input labels that do not match package names | label 'integers' does not match package name 'ocaml5.0-integers' |