diff options
| author | Nicolai Grodzitski <utromvecherom@gmail.com> | 2018-05-03 08:29:46 +0300 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-02 22:29:46 -0700 |
| commit | d0aeb24a44e7446f834055e06ec7c416b877c425 (patch) | |
| tree | bfc7d10dcbedd13ef76f350a00f1e36345b6a22c /ports/restinio/CONTROL | |
| parent | b4217a9468001ed0d4f293012c5bfa19426a5ad2 (diff) | |
| download | vcpkg-d0aeb24a44e7446f834055e06ec7c416b877c425.tar.gz vcpkg-d0aeb24a44e7446f834055e06ec7c416b877c425.zip | |
Add RESTinio port. (#3410)
* Make restinio port. First implementation (find-module files are not
installed yet).
* Add current status of a port files (not working).
* Prepare restinio port files.
* Change restinio archive URL.
* [restinio] Slim portfile
Diffstat (limited to 'ports/restinio/CONTROL')
| -rw-r--r-- | ports/restinio/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/restinio/CONTROL b/ports/restinio/CONTROL new file mode 100644 index 000000000..516de716a --- /dev/null +++ b/ports/restinio/CONTROL @@ -0,0 +1,4 @@ +Source: restinio
+Version: 0.4.5
+Description: A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.
+Build-Depends: asio, fmt, http-parser
|
