diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-05-15 16:46:28 -0700 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-15 16:46:28 -0700 |
| commit | 97431cb93e5088992dc8f05f45948b2984071b29 (patch) | |
| tree | 8e0f0094f0f07ac4082b5e674ddb9665102a1614 /ports/cpp-netlib/CONTROL | |
| parent | 6cd058d3ae685caa825de5889dce3518ec208a33 (diff) | |
| download | vcpkg-97431cb93e5088992dc8f05f45948b2984071b29.tar.gz vcpkg-97431cb93e5088992dc8f05f45948b2984071b29.zip | |
[cpp-netlib] Add new port (#6424)
* [cpp-netlib] Add new port
* Fix the problem on Linux.
* Add the unsupported message for UWP.
Diffstat (limited to 'ports/cpp-netlib/CONTROL')
| -rw-r--r-- | ports/cpp-netlib/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/cpp-netlib/CONTROL b/ports/cpp-netlib/CONTROL new file mode 100644 index 000000000..010786d53 --- /dev/null +++ b/ports/cpp-netlib/CONTROL @@ -0,0 +1,4 @@ +Source: cpp-netlib
+Version: 0.13.0-rc3
+Description: A collection of network-related routines/implementations geared towards providing a robust cross-platform networking library
+Build-Depends: boost
\ No newline at end of file |
