diff options
Diffstat (limited to 'vcpkg/ports/syscalls-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/syscalls-cpp/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/syscalls-cpp/vcpkg.json b/vcpkg/ports/syscalls-cpp/vcpkg.json new file mode 100644 index 0000000..8a82925 --- /dev/null +++ b/vcpkg/ports/syscalls-cpp/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "syscalls-cpp", + "version": "1.1.1", + "description": "A modern C++20 header-only library for advanced direct system call invocation.", + "homepage": "https://github.com/sapdragon/syscalls-cpp", + "license": "MIT", + "supports": "windows & (x64 | x86)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |