Ocaml cross-compiler for Android
Browse cluster: Cluster 69 →ocaml-android is a cross-compiler that enables OCaml development for Android platforms. Built on the OCaml language and the Android NDK, it allows developers to compile OCaml code to run on Android devices, with compiled binaries placed in configurable directories for easy access. The project provides the standard OCaml compiler tools (ocamlc, ocamlopt) alongside the Android runtime, though it notes several limitations around bytecode programs and shared library handling that developers should be aware of.