package duppy

  1. Overview
  2. Docs
Library providing monadic threads

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.4.tar.gz
md5=cfcdb5749d63408aa871d76c8ab10457
sha512=c2167c6217fd14b51e77cdc5d818907b6957c099892a7a8c2ce6b1a46daa05b753062930002575744315b5363f05bc56832792f8968da19c75aa8da3ee338e70

Description

Published: 19 Mar 2024

README

ocaml-duppy

ocaml-duppy is an advanced scheduler for Ocaml programmers.

Please read the COPYING file before using this software.

Documentation

The API is documented here: https://www.liquidsoap.info/ocaml-duppy/

Prerequisites:

  • ocaml

  • findlib

  • ocaml-re

  • dune

Compilation:

$ dune build

This should build both the native and the byte-code version of the extension library.

Installation:

Via opam:

$ opam install duppy

Via dune (for developers):

$ dune install

This should install the library file (using ocamlfind) in the appropriate place.

Author:

This author of this software may be contacted by electronic mail at the following address: savonet-users@lists.sourceforge.net.

Dependencies (3)

  1. re >= "1.7.2"
  2. dune >= "2.7"
  3. ocaml >= "4.07.0"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. liquidsoap-core >= "2.2.4"

Conflicts

None