package MlFront_Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=aeb01176ff012ed278135b2f8347ee97
sha512=8bcddec2ab379ebd20cb9dedc216cd94ee0c9f5462294736c5ea12799a90bb1e16fb68c63e42a46539a58d318850186823d370682e145bed22ec40a89cf7d202
Description
Published: 27 Oct 2025
README
MlFront
MlFront adds a Java-like packaging system to OCaml. The MlFront name is a homage to cfront which was tooling that translated "C with Classes" (now known as C++) into C code. Similarly, MlFront-based tools can translate OCaml with packages into conventional OCaml.
The reference implementation MlFront_Exec including the executable mlfront-shell is licensed under the Open Software License version 3.0 (OSL 3.0) or DkSDK SOFTWARE DEVELOPMENT KIT LICENSE AGREEMENT, at your option. A guide to the OSL 3.0 is available at https://rosenlaw.com/OSL3.0-explained.htm.
All other projects in MlFront are permissively licensed under Apache 2.0. Its dependencies codept_lib and the ocaml standard library both have a weakly restrictive LGPL-based license.
Documentation:
- Overview: https://diskuv.com/mlfront/overview-1
- API documentation: https://dkml.gitlab.io/build-tools/MlFront/. codept, a dependency of MlFront, is included.
Dependencies (13)
-
MlFront_Logs
= version -
MlFront_Errors
= version -
MlFront_Codept
= version -
stringext
>= "1.6.0" -
ppx_deriving
>= "6.0.2" -
logs
>= "0.7.0" -
fpath
>= "0.7.3" -
fmt
>= "0.9.0" -
crunch
>= "3.3.1" -
cmdliner
>= "1.2.0" -
bos
>= "0.2.1" -
ocaml
>= "4.14" -
dune
>= "3.18"
Used by
None
Conflicts
None