diff options
Diffstat (limited to 'vcpkg/ports/thermadiag-seq/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/thermadiag-seq/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/thermadiag-seq/vcpkg.json b/vcpkg/ports/thermadiag-seq/vcpkg.json new file mode 100644 index 0000000..383b7eb --- /dev/null +++ b/vcpkg/ports/thermadiag-seq/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "thermadiag-seq", + "version": "2.0", + "description": "a collection of original C++17 STL-like containers and related tools", + "homepage": "https://github.com/Thermadiag/seq", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |