Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/gearman-ocaml
OCaml library for gearman
https://github.com/dustin/gearman-ocaml
Last synced: about 2 months ago
JSON representation
OCaml library for gearman
- Host: GitHub
- URL: https://github.com/dustin/gearman-ocaml
- Owner: dustin
- Created: 2009-07-25T07:35:49.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-07-25T07:50:41.000Z (over 15 years ago)
- Last Synced: 2024-10-11T14:15:32.005Z (2 months ago)
- Language: OCaml
- Homepage: http://dustin.github.com/gearman-ocaml/Gearman.html
- Size: 85.9 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# OCaml Gearman Library
This code represents the beginning of a fairly simple interface to
gearman from pure ocaml.Currently, only workers are supported. See the worker example for an
example.