aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/structopt/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/structopt/vcpkg.json')
-rw-r--r--vcpkg/ports/structopt/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/structopt/vcpkg.json b/vcpkg/ports/structopt/vcpkg.json
new file mode 100644
index 0000000..980418c
--- /dev/null
+++ b/vcpkg/ports/structopt/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "structopt",
+ "version": "0.1.3",
+ "description": "Parse command line arguments by defining a struct.",
+ "homepage": "https://github.com/p-ranav/structopt",
+ "documentation": "https://github.com/p-ranav/structopt",
+ "license": "MIT",
+ "dependencies": [
+ "magic-enum",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "visit-struct"
+ ]
+}