https://github.com/cryptosense/procord
Procord is a portable OCaml library to delegate tasks to other processes.
https://github.com/cryptosense/procord
Last synced: 3 months ago
JSON representation
Procord is a portable OCaml library to delegate tasks to other processes.
- Host: GitHub
- URL: https://github.com/cryptosense/procord
- Owner: cryptosense
- License: mit
- Created: 2013-09-18T16:04:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T09:43:00.000Z (almost 12 years ago)
- Last Synced: 2025-06-05T11:59:11.848Z (about 1 year ago)
- Language: OCaml
- Size: 332 KB
- Stars: 27
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
procord
=======
Procord is a portable OCaml library to delegate tasks to other processes.
Prerequisites
-------------
To compile Procord, you only need the OCaml compiler.
Procord has been tested with OCaml 3.12.1 and OCaml 4.00.1.
You need ocamlfind (also called findlib) to use "make install".
Compiling and installing
------------------------
Just do:
make
make install
Uninstalling
------------
To uninstall Procord, run:
make uninstall
Or, if you no longer have the source:
ocamlfind remove procord
Documentation
-------------
There is a minimal, commented example to get you started in:
examples/minimal.ml
You can browse the OCamlDoc documentation here:
http://cryptosense.github.io/procord/api/index.html
You can also generate the OCamlDoc documentation yourself using:
make doc
You can then open documentation.html.