package ctypes

  1. Overview
  2. Docs
Combinators for binding to C libraries without writing any C

Install

Dune Dependency

Authors

Maintainers

Sources

0.6.1.tar.gz
md5=3d542bfc1743873fc3b72bc0b567dab7

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!

To install the optional ctypes.foreign interface (which uses libffi to provide dynamic access to foreign libraries), you will need to also install the ctypes-foreign optional dependency:

opam install ctypes ctypes-foreign

This will make the ctypes.foreign ocamlfind subpackage available.

Published: 07 Jun 2016

Dependencies (4)

  1. conf-pkg-config build
  2. ocamlfind build
  3. base-bytes
  4. ocaml >= "4.01.0" & < "4.06.0"

Dev Dependencies (1)

  1. lwt with-test & < "4.0.0"

Used by (95)

  1. arakoon >= "1.8.6" & < "1.8.12"
  2. argon2
  3. async_ssl >= "113.33.07" & < "v0.13.0"
  4. avroc
  5. bitgenerators
  6. cf < "0.5.0"
  7. checked_oint
  8. cmark
  9. cmarker
  10. ctypes-build
  11. ctypes-foreign = "0.18.0"
  12. ctypes-zarith
  13. ctypes_stubs_js
  14. directories < "0.2"
  15. eigen < "0.0.5"
  16. flock
  17. fsevents
  18. gdal >= "0.3.0"
  19. gobject-introspection
  20. hacl-star-raw < "0.4.0"
  21. hardcaml-llvmsim >= "0.3.0"
  22. hardcaml-vpi
  23. iocaml >= "0.4.3"
  24. iocaml-kernel >= "0.4.4"
  25. kqueue < "0.2.0"
  26. libudev
  27. lilv
  28. llvm >= "3.7"
  29. lmdb < "1.0"
  30. lp-glpk < "0.4.0"
  31. lp-gurobi
  32. lz4 >= "1.1.1"
  33. memcpy < "0.2.1"
  34. mpg123 < "0.2"
  35. nanomsg
  36. nebula
  37. netlink >= "0.2.1"
  38. ocephes >= "0.8.2"
  39. opasswd >= "1.0.1"
  40. opencc < "transition"
  41. opencc0
  42. opencc1
  43. opencc1_1
  44. oplay
  45. orocksdb
  46. osbx < "1.1.1"
  47. osx-cf >= "0.1.1"
  48. osx-fsevents >= "0.1.1"
  49. osx-mount >= "0.1.1"
  50. osx-secure-transport
  51. owl < "0.9.0"
  52. pci
  53. pkcs11 < "0.8.0"
  54. pkcs11-driver
  55. portaudio_c_bindings
  56. posix-bindings
  57. posix-getopt
  58. posix-signal
  59. posix-socket
  60. posix-socket-unix
  61. posix-time2
  62. posix-types
  63. posix-uname
  64. protocol-9p < "0.5.1"
  65. qcstm >= "0.1.1"
  66. quickjs
  67. raylib < "0.3.1"
  68. reed-solomon-erasure
  69. sanlock
  70. sarek >= "20210823"
  71. sattools
  72. sodium >= "0.2.0" & < "0.3.0" | >= "0.6.0"
  73. spin >= "0.8.0"
  74. spoc >= "20170724"
  75. srt
  76. sys-socket
  77. sys-socket-unix
  78. tensorflow
  79. tgls >= "0.8.3"
  80. torch < "0.4" | = "0.6"
  81. tsdl >= "0.8.1" & < "0.9.1"
  82. tsdl-image
  83. tsdl-mixer
  84. tsdl-ttf
  85. unix-errno >= "0.4.1" & < "0.6.0"
  86. unix-fcntl >= "0.3.3"
  87. unix-sys-resource
  88. unix-sys-stat
  89. unix-time
  90. unix-type-representations
  91. wasmer
  92. wasmtime
  93. xxhash
  94. zstandard < "v0.13.0"
  95. zstd >= "0.2" & < "0.4"

Conflicts (1)

  1. mirage-xen >= "6.0.0"