← All repos

ocaml-android

Ocaml cross-compiler for Android

Browse cluster: Cluster 69
40commits
5contributors
1languages

Tech stack & purpose

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.

Languages

C
100.0%

Contributors