diff options
| author | Tom Henoch <40023589+Tom-Henoch@users.noreply.github.com> | 2018-10-16 10:59:33 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-16 01:59:33 -0700 |
| commit | de7bc03245397aea13d5e29677dd717ee4473054 (patch) | |
| tree | 1bf1554c2160f1b1432c276635fa4d6c20edced0 /ports/restbed/CONTROL | |
| parent | f451d95a39a6f5de31068e2499e30ef90430b28d (diff) | |
| download | vcpkg-de7bc03245397aea13d5e29677dd717ee4473054.tar.gz vcpkg-de7bc03245397aea13d5e29677dd717ee4473054.zip | |
Initial restbed port (#4232)
* Restbed port
* [restbed] Disable tests to simplify build. Only build one flavor.
Diffstat (limited to 'ports/restbed/CONTROL')
| -rw-r--r-- | ports/restbed/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/restbed/CONTROL b/ports/restbed/CONTROL new file mode 100644 index 000000000..d0eab13ce --- /dev/null +++ b/ports/restbed/CONTROL @@ -0,0 +1,4 @@ +Source: restbed
+Version: 4.16-07-28-2018
+Description: Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++11 applications.
+Build-Depends: asio
\ No newline at end of file |
