|
C Stub : Sometimes the Old Ways Are Best?
|
|
6
|
381
|
November 6, 2025
|
|
Different C compiler invocation when compiling C stubs with `ocamlc` and `ocamlopt`
|
|
4
|
232
|
February 13, 2025
|
|
Linking problem in compiling my binding of Allegro 5
|
|
14
|
537
|
February 5, 2025
|
|
Confusion with CAMLParam in C bindings
|
|
15
|
372
|
February 2, 2025
|
|
Calling ocaml from C has semi-random, silent crashes
|
|
8
|
292
|
January 20, 2025
|
|
OCAMLC error on library linking with windows library and c primitives library
|
|
2
|
197
|
November 17, 2024
|
|
Writing C bindings in 2024
|
|
10
|
875
|
October 2, 2024
|
|
Compiling callbacks from C to OCaml [solved]
|
|
2
|
258
|
May 28, 2024
|
|
How do I pass an unsigned char * (an array of bytes representing binary data) from C to OCaml?
|
|
10
|
1370
|
February 15, 2024
|
|
Question about C dependencies
|
|
0
|
322
|
January 12, 2024
|
|
Packaging foreign archives with bindings using ctypes
|
|
5
|
575
|
December 21, 2023
|
|
Install C headers for C library
|
|
2
|
499
|
November 13, 2023
|
|
Running in to an issue when using CTypes
|
|
1
|
456
|
October 14, 2023
|
|
C bindings under OCaml 5: protecting data structures
|
|
2
|
697
|
March 4, 2023
|
|
[ANN] carray.0.0.1
|
|
16
|
1805
|
June 16, 2022
|
|
Dynlink with C stubs when the C external is not used by the library that defines it
|
|
2
|
700
|
April 2, 2022
|
|
Stubs c - shared and static libs
|
|
10
|
1717
|
June 16, 2021
|
|
[ANN] FrontC 4.1.0 (Vingt ans après)
|
|
2
|
992
|
May 26, 2021
|
|
C callbacks for GNU readline command completion
|
|
10
|
1502
|
March 21, 2021
|
|
What's the difference between caml_alloc(1, 0) and caml_alloc(1, 1)?
|
|
1
|
749
|
February 9, 2021
|
|
How to pass a C callback for OCaml to call when it has data?
|
|
5
|
943
|
May 3, 2020
|
|
[C Interface (CAMLlocalN)] call__frame undeclared
|
|
2
|
985
|
November 21, 2019
|
|
Debug pointer corruption in custom blocks
|
|
5
|
1196
|
July 30, 2019
|
|
Wrapping C++ std::shared_ptr and similar smart pointers
|
|
3
|
4602
|
May 9, 2019
|
|
Are custom blocks ever moved by the garbage collector?
|
|
1
|
842
|
March 3, 2019
|
|
OCaml FFI for interoperability with C
|
|
6
|
1332
|
March 1, 2019
|
|
Are Begin_rootsN and End_roots deprecated?
|
|
0
|
758
|
March 1, 2019
|
|
LLVM tutorial with Dune (Part 2)
|
|
1
|
3080
|
March 1, 2019
|
|
Compiling ocaml project to call from C using Dune
|
|
1
|
1011
|
February 25, 2019
|
|
Closing file descriptors via GC finaliser?
|
|
7
|
1498
|
August 5, 2017
|