package ctypes

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.10.1.tar.gz
sha256=f0f71e82f30eeb9a25a568bd8ff87f659cdb0b8134de05aea2a494cba2fa038d
md5=45f0eaef250b03a7885042b3077aff20

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: 18 Oct 2016

Dependencies (4)

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

Dev Dependencies (3)

  1. ctypes-foreign with-test
  2. ounit with-test
  3. lwt with-test & >= "2.4.7" & < "4.0.0"

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

Innovation. Community. Security.