aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xtensor-io/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/xtensor-io/vcpkg.json')
-rw-r--r--vcpkg/ports/xtensor-io/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/xtensor-io/vcpkg.json b/vcpkg/ports/xtensor-io/vcpkg.json
new file mode 100644
index 0000000..c09140b
--- /dev/null
+++ b/vcpkg/ports/xtensor-io/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "xtensor-io",
+ "version": "0.13.0",
+ "port-version": 1,
+ "description": "xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5",
+ "homepage": "https://github.com/xtensor-stack/xtensor-io",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "xtensor",
+ "xtl"
+ ]
+}