Created
September 25, 2015 16:37
-
-
Save taotetek/22c9475461ab45af8b0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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 = "fuse" | |
| repository = "http://git.code.sf.net/p/fuse/fuse" | |
| test = "fuse_main" /> | |
| <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 = "msgpack" | |
| repository = "https://github.com/msgpack/msgpack-c.git" | |
| test = "msgpack_version" /> | |
| <use project = "sodium" | |
| repository = "https://github.com/jedisct1/libsodium" | |
| test = "sodium_init" /> | |
| <use project = "uuid" | |
| test = "uuid_generate" | |
| includename = "uuid/uuid" /> | |
| <use project = "zdb" | |
| repository = "https://bitbucket.org/tildeslash/libzdb.git" | |
| test = "ConnectionPool_start" /> | |
| <use project = "json-c" | |
| test = "json_object_to_json_string" | |
| prefix="jsonc" | |
| includename = "json-c/json.h" /> | |
| <use project = "lognorm" | |
| test = "ln_errprintf" /> | |
| </known_projects> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment