zsc / jasmine

A distributed make in JoCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jasmine

A distributed make in JoCaml

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. *)

About

A distributed make in JoCaml


Languages

Language:OCaml 98.7%Language:Shell 1.3%