aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/outcome/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/outcome/vcpkg.json')
-rw-r--r--vcpkg/ports/outcome/vcpkg.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/vcpkg/ports/outcome/vcpkg.json b/vcpkg/ports/outcome/vcpkg.json
new file mode 100644
index 0000000..20a7c5b
--- /dev/null
+++ b/vcpkg/ports/outcome/vcpkg.json
@@ -0,0 +1,61 @@
+{
+ "name": "outcome",
+ "version": "2.2.12",
+ "port-version": 2,
+ "maintainers": [
+ "Niall Douglas <s_github@nedprod.com>",
+ "Henrik Gaßmann <henrik@gassmann.onl>"
+ ],
+ "description": "Provides very lightweight outcome<T> and result<T> (non-Boost edition)",
+ "homepage": "https://github.com/ned14/outcome",
+ "license": "Apache-2.0 OR BSL-1.0",
+ "supports": "!uwp",
+ "dependencies": [
+ "ned14-internal-quickcpplib",
+ "status-code",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "polyfill-cxx17": {
+ "description": "Polyfill C++17 entities",
+ "dependencies": [
+ {
+ "name": "ned14-internal-quickcpplib",
+ "default-features": false,
+ "features": [
+ "polyfill-cxx17"
+ ]
+ },
+ {
+ "name": "outcome",
+ "default-features": false,
+ "features": [
+ "polyfill-cxx20"
+ ]
+ }
+ ]
+ },
+ "polyfill-cxx20": {
+ "description": "Polyfill C++20 entities",
+ "dependencies": [
+ {
+ "name": "ned14-internal-quickcpplib",
+ "default-features": false,
+ "features": [
+ "polyfill-cxx20"
+ ]
+ }
+ ]
+ },
+ "run-tests": {
+ "description": "Build and run the dependency validation tests"
+ }
+ }
+}