https://github.com/savonet/ocaml-duppy
OCaml asynchronous scheduler and monad for server-oriented programming.
https://github.com/savonet/ocaml-duppy
ocaml scheduler
Last synced: 3 months ago
JSON representation
OCaml asynchronous scheduler and monad for server-oriented programming.
- Host: GitHub
- URL: https://github.com/savonet/ocaml-duppy
- Owner: savonet
- License: lgpl-2.1
- Created: 2011-12-27T06:15:45.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T14:05:37.000Z (3 months ago)
- Last Synced: 2025-02-22T14:28:23.443Z (3 months ago)
- Topics: ocaml, scheduler
- Language: OCaml
- Homepage: http://www.liquidsoap.info/ocaml-duppy/
- Size: 608 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
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:
```sh
$ dune build
```This should build both the native and the byte-code version of the
extension library.## Installation:
Via `opam`:
```sh
$ opam install duppy
```Via `dune` (for developers):
```sh
$ 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: [email protected].