package MlFront_Codept

  1. Overview
  2. Docs
Utilities built on top of codept_lib

Install

dune-project
 Dependency

Authors

Maintainers

Sources

MlFront.tar.gz
md5=561d9b7dfc392fcd7413737ac1f6071a
sha512=ec9b2fe9ac45b8429dda4f155f56f73410d1eb12b879e8f826756f2fc3d8fa00d439a75fbd48be9f6dca6cbf3ca691e2b367cd55d227d9a81f77e95cff6d9346

Description

Added to opam-repository:

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.

MlFront is also a build system which is documented at https://github.com/diskuv/dk.git

Documentation

Licenses

The intent of the licensing is to encourage you to create and use permissively-licensed, community-supported implementations of the build system, while also encouraging contributions to the reference implementation dk0 to go to one place: https://gitlab.com/dkml/build-tools/MlFront.git.

The MlFront_* and UnifiedScript_* subprojects in src/ and tests/ are permissively licensed under Apache 2.0.

The dependencies codept_lib and the ocaml standard library both have a weakly restrictive LGPL-based license.

All remaining code, scripts, specifications and documentation in https://gitlab.com/dkml/build-tools/MlFront.git, including the reference implementation DkZero_* subprojects in src/ and tests/, and including the executable dk0, are 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.

Dependencies (13)

  1. MlFront_Errors = version
  2. MlFront_Config = version
  3. MlFront_Core = version
  4. stringext >= "1.6.0"
  5. ppx_deriving >= "6.0.2"
  6. logs >= "0.7.0"
  7. fpath >= "0.7.3"
  8. fmt >= "0.9.0"
  9. ezjsonm >= "1.3.0"
  10. codept-lib >= "0.12.1" & < "0.13.0"
  11. bos >= "0.2.1"
  12. ocaml >= "4.14"
  13. dune >= "3.18"

Dev Dependencies (4)

  1. odoc with-doc
  2. tyre with-test & >= "0.5"
  3. tezt with-test & >= "4.1.0"
  4. containers-data with-test & >= "3.13.1"

Used by (1)

  1. MlFront_Tools >= "2.4.2.169"

Conflicts (2)

  1. lwt = "5.10.0"
  2. lwt = "5.9.2"