diff options
Diffstat (limited to 'vcpkg/ports/matajoh-libnpy/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/matajoh-libnpy/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/matajoh-libnpy/vcpkg.json b/vcpkg/ports/matajoh-libnpy/vcpkg.json new file mode 100644 index 0000000..ec39107 --- /dev/null +++ b/vcpkg/ports/matajoh-libnpy/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "matajoh-libnpy", + "version": "1.5.3", + "description": "Multi-platform C++ library for reading and writing NPY and NPZ files, with an additional .NET interface", + "homepage": "https://github.com/matajoh/libnpy", + "license": "MIT", + "dependencies": [ + "miniz", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |