diff options
| author | Sergey Lukashevich <SergeyLukashevich@users.noreply.github.com> | 2019-09-10 01:43:30 +0300 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-09 15:43:30 -0700 |
| commit | c3b02026f8bfd5253ded45680872df69e95a81d2 (patch) | |
| tree | 7ec18e93f7e8a83426f7c0efbb8b2ee7c17bd8d8 /ports/wampcc/CONTROL | |
| parent | 937e4d9ebbf9566172288a1e8cc9379c4b511c37 (diff) | |
| download | vcpkg-c3b02026f8bfd5253ded45680872df69e95a81d2.tar.gz vcpkg-c3b02026f8bfd5253ded45680872df69e95a81d2.zip | |
[wampcc] Add new port (#7929)
* [wampcc] Add new port
* Cleanup
* Allow shared build for non-Windows systems;
Add utils and tools features;
Add messages about broken Windows build;
* Make version based on date
* Drop comment
Diffstat (limited to 'ports/wampcc/CONTROL')
| -rw-r--r-- | ports/wampcc/CONTROL | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/wampcc/CONTROL b/ports/wampcc/CONTROL new file mode 100644 index 000000000..52311079d --- /dev/null +++ b/ports/wampcc/CONTROL @@ -0,0 +1,10 @@ +Source: wampcc
+Build-Depends: openssl, libuv, jansson
+Version: 2019-09-04
+Description: Wampcc is C++ library that implements the Web Application Messaging Protocol (WAMP) protocol.
+
+Feature: utils
+Description: Build utility apps
+
+Feature: examples
+Description: Build example apps
\ No newline at end of file |
