diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2019-12-24 07:58:21 +0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-12-23 15:58:21 -0800 |
| commit | 5f56ea9b5bc9a8e6a3a43fe69d867f0d22b86552 (patch) | |
| tree | b74c06ddfc6779cbea945aec4a1c54bcf0ea082c /ports/proxygen/CONTROL | |
| parent | 7ac7a463433c9e1d166b7e5951b6706dc88d3719 (diff) | |
| download | vcpkg-5f56ea9b5bc9a8e6a3a43fe69d867f0d22b86552.tar.gz vcpkg-5f56ea9b5bc9a8e6a3a43fe69d867f0d22b86552.zip | |
[proxygen]Add new port. (#8766)
Diffstat (limited to 'ports/proxygen/CONTROL')
| -rw-r--r-- | ports/proxygen/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/proxygen/CONTROL b/ports/proxygen/CONTROL new file mode 100644 index 000000000..86c5b5b7e --- /dev/null +++ b/ports/proxygen/CONTROL @@ -0,0 +1,5 @@ +Source: proxygen
+Version: 2019.10.21.00
+Homepage: https://github.com/facebook/proxygen
+Description: It comprises the core C++ HTTP abstractions used at Facebook.
+Build-Depends: folly, fizz, wangle, zstd, zlib, openssl, boost-iostreams, boost-context, boost-date-time, boost-filesystem, boost-program-options, boost-regex, boost-system, boost-thread
\ No newline at end of file |
