Nicolas Noble | ec63b8e | 2014-12-08 16:39:50 -0800 | [diff] [blame] | 1 | [submodule "third_party/zlib"] |
| 2 | path = third_party/zlib |
| 3 | url = https://github.com/madler/zlib |
| 4 | [submodule "third_party/openssl"] |
| 5 | path = third_party/openssl |
| 6 | url = https://github.com/openssl/openssl.git |
| 7 | branch = OpenSSL_1_0_2-stable |
| 8 | [submodule "third_party/protobuf"] |
| 9 | path = third_party/protobuf |
| 10 | url = https://github.com/google/protobuf.git |
| 11 | branch = v3.0.0-alpha-1 |
Nicolas Noble | 505f723 | 2014-12-10 17:19:13 -0800 | [diff] [blame] | 12 | [submodule "third_party/libevent"] |
| 13 | path = third_party/libevent |
Nicolas Noble | ec63b8e | 2014-12-08 16:39:50 -0800 | [diff] [blame] | 14 | url = https://github.com/libevent/libevent.git |
| 15 | branch = patches-2.0 |
Nicolas Noble | 9db8509 | 2014-12-10 14:24:07 -0800 | [diff] [blame] | 16 | [submodule "third_party/gflags"] |
| 17 | path = third_party/gflags |
| 18 | url = https://code.google.com/p/gflags |