An open API service indexing awesome lists of open source software.

https://github.com/zsc/jasmine

A distributed make in JoCaml
https://github.com/zsc/jasmine

distributed-computing jocaml ocaml

Last synced: 7 months ago
JSON representation

A distributed make in JoCaml

Awesome Lists containing this project

README

          

# jasmine
A distributed make in [JoCaml](http://jocaml.inria.fr/)

Concretely, maps building to multiple remote machines, and doing P2P copy of relevant files when necessary.
```
type cmd =
| TFetch of slave * filename* filename (* Fetching files from a slave machine *)
| TDo_Ace of int * slave * filename* filename (* Run the payload task *)
| TCmd of string (* RPC used for quering machine status etc. *)
```