package yocaml_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

yocaml_unix 1.0.0

Libraries

This package provides the following libraries (via ocamlobjinfo):

yocaml_unix

Documentation:

  • Yocaml_unix A runtime describes the set of "low-level" primitives to operate in a specific context. This separation allows to have a pure and platform agnostic kernel (the Yocaml module) and to define specific runtimes as needed. Here is the runtime for UNIXish (OSX/Linux).