package yocaml_unix

  1. Overview
  2. Docs
The Unix runtime for YOCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

yocaml-2.6.0.tbz
sha256=a006e9d52e520986d4262dfe7bfeba6a381f1423be32409494888d667d14ac73
sha512=8a25f1776e0bcd5e317484b681c67b0d6bb60952f0dd0942f44bf708fb3db03331522b4d8929e09c1926b213003bf14bb148468ddde35add0ad657b4d9237bd1

Description

Published: 26 Sep 2025

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 (6)

  1. yocaml_runtime = version
  2. yocaml = version
  3. httpcats >= "0.0.1"
  4. ppx_expect
  5. ocaml >= "5.1.1"
  6. dune >= "3.18"

Dev Dependencies (2)

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

Used by

None

Conflicts

None