-
Notifications
You must be signed in to change notification settings - Fork 77
/
project.xml
58 lines (51 loc) · 2.23 KB
/
project.xml
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
53
54
55
56
57
58
<project
name = "Malamute" description = "ZeroMQ Message Broker"
prefix = "mlm"
script = "zproject.gsl"
email = "zeromq-dev@lists.zeromq.org"
repository = "https://github.com/zeromq/malamute"
url = "https://github.com/zeromq/malamute"
license = "MPL-2.0" >
<!-- NOTE: For proper regeneration, parent directory should contain
fresh checkouts of ../czmq and ../libzmq projects first -- and
there should be no confusing variations with similar names! -->
<include filename = "src/license.xml" />
<version major = "1" minor = "2" />
<abi current = "1" revision = "1" age = "0" />
<use project = "czmq" />
<target name = "java" />
<target name = "python" />
<target name = "ruby" />
<target name = "lua_ffi" />
<target name = "python_cffi" />
<target name = "gh_actions" />
<target name = "travis" />
<target name = "docker" />
<target name = "vs2013" />
<target name = "vs2015" />
<target name = "gyp" />
<target name = "obs" />
<target name = "debian" />
<target name = "redhat" />
<target name = "jenkins">
<option name = "agent_label" value = "libzmq4-dev && ( linux || macosx || bsd || solaris || posix || windows )" />
<option name = "check_sequential" value = "1" />
</target>
<main name = "malamute" service = "1" />
<main name = "mshell" />
<main name = "mlm_tutorial" />
<main name = "mlm_perftest" />
<class name = "mlm_proto" state = "stable">Malamute protocol</class>
<class name = "mlm_server" state = "stable">Malamute server implementation</class>
<class name = "mlm_client" state = "stable">Malamute client API</class>
<class name = "mlm_msg" private = "1">Message held by server</class>
<class name = "mlm_stream_simple" private = "1">Simple stream engine</class>
<class name = "mlm_mailbox_bounded" private = "1">Simple bounded mailbox engine</class>
<class name = "mlm_msgq" private = "1" selftest = "0">Message queue implementation</class>
<model name = "mlm_proto" />
<model name = "mlm_client" />
<model name = "mlm_server" />
<extra name = "mlm_server_engine.inc" />
<extra name = "mlm_client_engine.inc" />
<extra name = "mlm_client_custom.xml" />
</project>