Different C compiler invocation when compiling C stubs with `ocamlc` and `ocamlopt`
|
|
4
|
175
|
February 13, 2025
|
Linking problem in compiling my binding of Allegro 5
|
|
14
|
417
|
February 5, 2025
|
Confusion with CAMLParam in C bindings
|
|
15
|
273
|
February 2, 2025
|
Calling ocaml from C has semi-random, silent crashes
|
|
8
|
224
|
January 20, 2025
|
OCAMLC error on library linking with windows library and c primitives library
|
|
2
|
142
|
November 17, 2024
|
Writing C bindings in 2024
|
|
10
|
571
|
October 2, 2024
|
Compiling callbacks from C to OCaml [solved]
|
|
2
|
219
|
May 28, 2024
|
How do I pass an unsigned char * (an array of bytes representing binary data) from C to OCaml?
|
|
10
|
1175
|
February 15, 2024
|
Question about C dependencies
|
|
0
|
298
|
January 12, 2024
|
Packaging foreign archives with bindings using ctypes
|
|
5
|
492
|
December 21, 2023
|
Install C headers for C library
|
|
2
|
435
|
November 13, 2023
|
Running in to an issue when using CTypes
|
|
1
|
421
|
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
|
668
|
April 2, 2022
|
Stubs c - shared and static libs
|
|
10
|
1615
|
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
|
1396
|
March 21, 2021
|
What's the difference between caml_alloc(1, 0) and caml_alloc(1, 1)?
|
|
1
|
699
|
February 9, 2021
|
How to pass a C callback for OCaml to call when it has data?
|
|
5
|
900
|
May 3, 2020
|
[C Interface (CAMLlocalN)] call__frame undeclared
|
|
2
|
960
|
November 21, 2019
|
Debug pointer corruption in custom blocks
|
|
5
|
1121
|
July 30, 2019
|
Wrapping C++ std::shared_ptr and similar smart pointers
|
|
3
|
4432
|
May 9, 2019
|
Are custom blocks ever moved by the garbage collector?
|
|
1
|
809
|
March 3, 2019
|
OCaml FFI for interoperability with C
|
|
6
|
1279
|
March 1, 2019
|
Are Begin_rootsN and End_roots deprecated?
|
|
0
|
744
|
March 1, 2019
|
LLVM tutorial with Dune (Part 2)
|
|
1
|
3029
|
March 1, 2019
|
Compiling ocaml project to call from C using Dune
|
|
1
|
976
|
February 25, 2019
|
Closing file descriptors via GC finaliser?
|
|
7
|
1421
|
August 5, 2017
|
Jbuilder: C stubs in main executable?
|
|
2
|
1151
|
July 19, 2017
|