package duppy

  1. Overview
  2. Docs
Library providing monadic threads

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.2.tar.gz
md5=062bddf41b531c82c9fdb6c1fdbd5d9f
sha512=380947d4fa4d03c46ad5de82d8e9fbbd1fe3f0489ca7d3ef14de28f65aa189128a5496a194a35f833d29b0e7f32a4b90da76c68b83b729c536991c47fc4813b4

Description

Published: 10 Jul 2021

README

ocaml-duppy

ocaml-duppy is an advanced scheduler for Ocaml programmers.

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml >= 4.03.0

  • findlib >= 1.8.0

  • ocaml-pcre >= 7.3.4

  • dune >= 2.0

The code may work with earlier versions but these are the one currently supported.

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

  1. pcre
  2. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. liquidsoap >= "1.4.4" & < "2.2.0"

Conflicts

None