forked from zeromq/zproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzproject_known_projects.xml
76 lines (60 loc) · 2.22 KB
/
zproject_known_projects.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<known_projects>
<!-- ZeroMQ Projects -->
<use project = "zmq"
repository = "https://github.com/zeromq/libzmq"
test = "zmq_init"
cmake_name = "ZeroMQ" />
<use project = "czmq"
repository = "https://github.com/zeromq/czmq"
test = "zctx_test"
cmake_name = "CZMQ">
<use project = "zmq" min_major = "2" min_minor = "2" />
</use>
<use project = "zyre"
repository = "https://github.com/zeromq/zyre"
test = "zyre_test">
<use project = "czmq" min_major = "3" min_minor = "0" />
</use>
<use project = "malamute"
repository = "https://github.com/zeromq/malamute"
includename = "malamute"
prefix = "mlm"
test = "mlm_server_test">
<use project = "zmq" min_major= "4" min_minor = "2" min_patch = "0" />
<use project = "czmq" min_major = "3" min_minor = "0" min_patch = "1" />
</use>
<!-- Edgenet Projects -->
<use project = "drops"
repository = "https://github.com/edgenet/drops"
test = "drops_test">
<use project = "czmq" />
<use project = "zyre" />
</use>
<use project = "hydra"
repository = "https://github.com/edgenet/hydra"
test = "hydra_server_test">
<use project = "czmq" min_major = "3" min_minor = "0" min_patch = "1" />
</use>
<!-- Various known third-party projects
(If you're unsure of where a project belongs, add it here) -->
<use project = "curl"
repository = "https://github.com/bagder/curl"
test = "curl_easy_init"
includename = "curl/curl" />
<use project = "editline"
repository = "https://github.com/troglobit/editline"
test = "readline" />
<use project = "jansson"
repository = "https://github.com/akheron/jansson"
test = "json_object" />
<use project = "jemalloc"
repository = "https://github.com/jemalloc/jemalloc"
test = "malloc"
includename = "jemalloc/jemalloc" />
<use project = "sodium"
repository = "https://github.com/jedisct1/libsodium"
test = "sodium_init" />
<use project = "uuid"
test = "uuid_generate"
includename = "uuid/uuid" />
</known_projects>