aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcopp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libcopp/vcpkg.json')
-rw-r--r--vcpkg/ports/libcopp/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/libcopp/vcpkg.json b/vcpkg/ports/libcopp/vcpkg.json
new file mode 100644
index 0000000..f03daff
--- /dev/null
+++ b/vcpkg/ports/libcopp/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "libcopp",
+ "version": "2.3.1",
+ "maintainers": "owent <admin@owent.net>",
+ "description": "A cross-platfrom coroutine library for C++",
+ "homepage": "https://github.com/owent/libcopp",
+ "documentation": "https://libcopp.atframe.work/",
+ "license": "MIT",
+ "supports": "!(windows & arm)",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}