Flatpak SDK Extension for OCaml

1 · José Castillo Lema · Jan. 4, 2024, 10:44 a.m.
SDK Extension for OCaml stable This extension contains various components of the OCaml stable toolchain. Includes the Dune build system and the OCaml Package Manager opam. Create Flatpak OCaml applications Several examples on how to Flatpak OCaml applications leveraging this SDK can be found here. Debugging In order to use this extension in a Flatpak SDK environment you may add all provided tools in your PATH by executing first: $ source /usr/lib/sdk/ocaml/enable.sh Install packages interact...