This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
52 lines (46 loc) · 1.44 KB
/
_oasis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
OASISFormat: 0.4
Name: job-tools
Version: 0.9
Synopsis: Client/server tools to distribute multiple jobs
Authors: Johannes Kloos <[email protected]>
Maintainers: Johannes Kloos <[email protected]>
Homepage: http://github.com/johanneskloos/jobserver
Plugins: StdFiles (0.4), META (0.4)
License: MIT
Description:
These tools allow you to easily distribute a large number
of small tasks over several worker processes.
The job server hands out a list of lines, each describing
some job, to a number of clients who handle these jobs.
Executable "jobserver"
Path: .
BuildTools: ocamlbuild
MainIs: jobserver.ml
BuildDepends: cohttp, cohttp.lwt, pcre
CompiledObject: best
Executable "jobclient"
Path: .
BuildTools: ocamlbuild
MainIs: jobclient.ml
BuildDepends: cohttp, cohttp.lwt, lwt.ppx
CompiledObject: best
Executable "jobdumper"
Path: .
BuildTools: ocamlbuild
MainIs: jobdumper.ml
BuildDepends: cohttp, cohttp.lwt, lwt.ppx
CompiledObject: best
Executable "jobshell"
Path: .
BuildTools: ocamlbuild
MainIs: jobshell.ml
BuildDepends: cohttp, cohttp.lwt, lwt.ppx
CompiledObject: best
Library "job"
Path: .
BuildTools: ocamlbuild
Install: true
XMETAEnable: true
XMETADescription: Execute functionality for various inputs taken from a job server
BuildDepends: cohttp, cohttp.lwt, lwt.ppx
Modules: Jobloop