package ctypes

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.7.0.tar.gz
sha256=8a68597b8545b36d7ced83a3365767ad0ebae99382ca7c8fff2a97666a78f94c
md5=13136bfeb764764e6175b05caadccf7b

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: 13 Jul 2016

Dependencies (4)

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

Dev Dependencies (3)

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

Used by (100)

  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. imguiml
  24. iocaml >= "0.4.3"
  25. iocaml-kernel >= "0.4.4"
  26. kqueue < "0.2.0"
  27. libudev
  28. lilv
  29. llvm >= "3.7"
  30. lmdb < "1.0"
  31. lp-glpk < "0.4.0"
  32. lp-gurobi
  33. lz4 >= "1.1.1"
  34. mariadb
  35. memcpy < "0.2.1"
  36. mpg123 < "0.2"
  37. nanomsg
  38. nebula
  39. netlink >= "0.2.1"
  40. ocephes >= "0.8.2"
  41. opasswd >= "1.0.1"
  42. opencc < "transition"
  43. opencc0
  44. opencc1
  45. opencc1_1
  46. oplay
  47. orocksdb
  48. osbx < "1.1.1"
  49. osx-attr >= "0.2.0"
  50. osx-cf >= "0.1.1"
  51. osx-fsevents >= "0.1.1"
  52. osx-mount >= "0.1.1"
  53. osx-secure-transport
  54. osx-xattr >= "0.3.0"
  55. owl < "0.9.0"
  56. pci
  57. pkcs11 < "0.8.0"
  58. pkcs11-driver
  59. portaudio_c_bindings
  60. posix-bindings
  61. posix-getopt
  62. posix-signal
  63. posix-socket
  64. posix-socket-unix
  65. posix-time2
  66. posix-types
  67. posix-uname
  68. protocol-9p < "0.5.1"
  69. qcstm >= "0.1.1"
  70. quickjs
  71. raylib < "0.3.1"
  72. reed-solomon-erasure
  73. sanlock
  74. sarek >= "20210823"
  75. sattools
  76. sodium >= "0.2.0" & < "0.3.0" | >= "0.6.0"
  77. spin >= "0.8.0"
  78. spoc >= "20170724"
  79. srt
  80. sys-socket
  81. sys-socket-unix
  82. tensorflow
  83. tgls >= "0.8.3"
  84. torch < "0.4" | = "0.6"
  85. tsdl >= "0.8.1" & < "0.9.1"
  86. tsdl-image
  87. tsdl-mixer
  88. tsdl-ttf
  89. unix-errno >= "0.4.1" & < "0.6.0"
  90. unix-fcntl >= "0.3.3"
  91. unix-sys-resource
  92. unix-sys-stat
  93. unix-time
  94. unix-type-representations
  95. uring-trace
  96. wasmer
  97. wasmtime
  98. xxhash
  99. zstandard < "v0.13.0"
  100. zstd >= "0.2" & < "0.4"

Conflicts (2)

  1. host-system-msvc
  2. mirage-xen >= "6.0.0"
OCaml

Innovation. Community. Security.