ocaml-main-program-in-c
Binary builder
A tool for building mixed C/Ocaml binaries where the main program is in C.
Example build system for making mixed C/Ocaml binaries where the main program is in C
16 stars
6 watching
1 forks
Language: Shell
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml-obuild/obuild | A build system for OCaml projects that automates the process of compiling and installing libraries and executables. | 55 |
ocaml/dune | A build system that automates the process of compiling and packaging OCaml projects | 1,635 |
ocaml-community/biniou | An efficient binary data format for serializing and deserializing structured data | 42 |
dinosaure/esperanto | A toolchain that compiles OCaml programs into portable executables for multiple architectures. | 133 |
jin/rules_ocaml | Provides Bazel build rules for OCaml programming language | 37 |
chenglou/intro-to-reason-compilation | A tutorial repository explaining the intricacies of OCaml's compilation and build system, targeting users who want to understand what happens under the hood | 271 |
pyrocat101/opal | A set of monadic parser combinators for OCaml to simplify building parsers. | 146 |
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 84 |
dannywillems/ocaml-for-web-programming | An OCaml framework for web development, providing bindings to JavaScript libraries and tools for building web applications. | 52 |
johnwhitington/camlpdf | A library that allows developers to read, write and modify PDF files using the OCaml programming language. | 201 |
dannywillems/ocaml-js-stdlib | A library that provides OCaml bindings to the JavaScript standard library and DOM. | 3 |
armael/conch | A compiler for translating C-like code to Uxn | 23 |
darklang/philip2 | An Elm to OCaml compiler that enables porting of codebases from one language to another | 205 |
yallop/ocaml-ctypes | A library that enables writing C extensions in OCaml without generating or writing C code. | 371 |
unixjunkie/minicli | A minimalist OCaml library for parsing command-line arguments with built-in validation and error handling. | 30 |