Different C compiler invocation when compiling C stubs with `ocamlc` and `ocamlopt`
|
|
4
|
163
|
February 13, 2025
|
Linking problem in compiling my binding of Allegro 5
|
|
14
|
403
|
February 5, 2025
|
Confusion with CAMLParam in C bindings
|
|
15
|
262
|
February 2, 2025
|
Calling ocaml from C has semi-random, silent crashes
|
|
8
|
220
|
January 20, 2025
|
OCAMLC error on library linking with windows library and c primitives library
|
|
2
|
140
|
November 17, 2024
|
Writing C bindings in 2024
|
|
10
|
515
|
October 2, 2024
|
Compiling callbacks from C to OCaml [solved]
|
|
2
|
213
|
May 28, 2024
|
How do I pass an unsigned char * (an array of bytes representing binary data) from C to OCaml?
|
|
10
|
1133
|
February 15, 2024
|
Question about C dependencies
|
|
0
|
296
|
January 12, 2024
|
Packaging foreign archives with bindings using ctypes
|
|
5
|
482
|
December 21, 2023
|
Install C headers for C library
|
|
2
|
420
|
November 13, 2023
|
Running in to an issue when using CTypes
|
|
1
|
409
|
October 14, 2023
|
C bindings under OCaml 5: protecting data structures
|
|
2
|
672
|
March 4, 2023
|
[ANN] carray.0.0.1
|
|
16
|
1754
|
June 16, 2022
|
Dynlink with C stubs when the C external is not used by the library that defines it
|
|
2
|
661
|
April 2, 2022
|
Stubs c - shared and static libs
|
|
10
|
1569
|
June 16, 2021
|
[ANN] FrontC 4.1.0 (Vingt ans après)
|
|
2
|
965
|
May 26, 2021
|
C callbacks for GNU readline command completion
|
|
10
|
1384
|
March 21, 2021
|
What's the difference between caml_alloc(1, 0) and caml_alloc(1, 1)?
|
|
1
|
697
|
February 9, 2021
|
How to pass a C callback for OCaml to call when it has data?
|
|
5
|
895
|
May 3, 2020
|
[C Interface (CAMLlocalN)] call__frame undeclared
|
|
2
|
960
|
November 21, 2019
|
Debug pointer corruption in custom blocks
|
|
5
|
1117
|
July 30, 2019
|
Wrapping C++ std::shared_ptr and similar smart pointers
|
|
3
|
4390
|
May 9, 2019
|
Are custom blocks ever moved by the garbage collector?
|
|
1
|
808
|
March 3, 2019
|
OCaml FFI for interoperability with C
|
|
6
|
1273
|
March 1, 2019
|
Are Begin_rootsN and End_roots deprecated?
|
|
0
|
743
|
March 1, 2019
|
LLVM tutorial with Dune (Part 2)
|
|
1
|
3012
|
March 1, 2019
|
Compiling ocaml project to call from C using Dune
|
|
1
|
973
|
February 25, 2019
|
Closing file descriptors via GC finaliser?
|
|
7
|
1420
|
August 5, 2017
|
Jbuilder: C stubs in main executable?
|
|
2
|
1151
|
July 19, 2017
|