Learning Ctypes
|
|
2
|
182
|
June 30, 2025
|
Best Practice for Representing `uint8_t`-Backed Enums with `ctypes`?
|
|
4
|
161
|
June 5, 2025
|
How do I write minesweeper game in OCaml?
|
|
20
|
926
|
May 26, 2025
|
Names of keyboard codes
|
|
5
|
243
|
February 20, 2025
|
Static CStubs for higher-order functions
|
|
13
|
445
|
January 30, 2025
|
How can I use ctypes to define cairo_text_extents_t
|
|
10
|
176
|
December 6, 2024
|
How can I use a callback to a drawing function in Gtk4 DrawingArea?
|
|
11
|
299
|
November 27, 2024
|
Cargo/Opam packaging of a Rust/OCaml project
|
|
22
|
3179
|
October 14, 2024
|
Questions about ctypes funptr and const pointer
|
|
3
|
1690
|
August 16, 2024
|
[BLOG] Fighting Mutation with Mutation in Living
|
|
0
|
139
|
July 21, 2024
|
[BLOG] A Tour of the Living Library -- A Safer FFI
|
|
1
|
195
|
July 17, 2024
|
[BLOG] A (Possibly) Safer Interface to the Ctypes FFI
|
|
10
|
501
|
July 17, 2024
|
[ANN] living 0.1.0
|
|
0
|
229
|
July 13, 2024
|
[BLOG] OCaml FFI Sharp Edges and How to Avoid Them
|
|
7
|
339
|
July 10, 2024
|
How to prevent a closure that passed to a C function as a callback from being garbage collected prematurely?
|
|
8
|
182
|
July 4, 2024
|
[BLOG] The Structure of Godotcaml as of Today, by Matt Walker [Fizzixnerd]
|
|
0
|
247
|
July 2, 2024
|
How to properly define a library with C bindings?
|
|
5
|
537
|
April 3, 2024
|
How to bind to foreign function returning C struct using Ctypes?
|
|
4
|
1577
|
March 19, 2024
|
Ctypes and heterogeneous list typing problem
|
|
9
|
465
|
February 26, 2024
|
Problem interfacing with C library (QuickLZ)
|
|
1
|
317
|
January 1, 2024
|
Packaging foreign archives with bindings using ctypes
|
|
5
|
510
|
December 21, 2023
|
Get the address of a variable with Ctypes
|
|
3
|
487
|
November 21, 2023
|
Dune project with a C/C++ ctypes foreign defined function
|
|
2
|
836
|
July 27, 2023
|
Using ocaml-ctypes with WebAssembly?
|
|
10
|
785
|
June 5, 2023
|
Ctypes and toplevel error
|
|
2
|
538
|
December 3, 2022
|
[ctypes] [dune] Constant pass to know struct size
|
|
2
|
736
|
April 28, 2022
|
Binding Flint Library for multivariate polynomials
|
|
4
|
964
|
April 27, 2022
|
Advanced C binding using ocaml-ctypes and dune
|
|
14
|
2891
|
April 21, 2022
|
How to deal with C flags "bitwise ored" when using Cstubs enum?
|
|
2
|
1055
|
April 11, 2022
|
Ctypes - how to cast a function pointer and then call it?
|
|
3
|
2519
|
April 8, 2022
|