package yocaml_runtime

  1. Overview
  2. Docs
Tool for describing runtimes (using Logs and Digestif)

Install

Dune Dependency

Authors

Maintainers

Sources

yocaml-2.0.1.tbz
sha256=cde46c80549a7d585281fcfd1ac30e9fc04137f48512744bc6fcbde449cf265c
sha512=ca8eaa42c6edee34e433093e18a8b66e4cf3b937f5c65c0eb50a53cc59fea260b9929ce25231fe60dafb69d469bde474ae86450addc9e6844031329ff28c7e7e

Description

Published: 22 Oct 2024

README

YOCaml

Dev setup

We suggest creating a local switch to create a sandboxed development environment.

opam update
opam switch create . --deps-only --with-doc --with-test --with-dev-setup -y
eval $(opam env)

When the environment is prepared, dune build should build the project.

Dependencies (9)

  1. digestif >= "1.2.0"
  2. fmt >= "0.9.0"
  3. logs >= "0.7.0"
  4. magic-mime >= "1.3.1"
  5. cohttp >= "5.3.11"
  6. yocaml = version
  7. ppx_expect
  8. dune >= "3.14"
  9. ocaml >= "5.1.1"

Dev Dependencies (2)

  1. odoc with-doc
  2. mdx with-test & = "2.4.1"

Used by (3)

  1. yocaml_eio >= "2.0.1"
  2. yocaml_git >= "2.0.1"
  3. yocaml_unix >= "2.0.1"

Conflicts

None

OCaml

Innovation. Community. Security.