diff options
Diffstat (limited to 'vcpkg/ports/vectorscan/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vectorscan/vcpkg.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/vcpkg/ports/vectorscan/vcpkg.json b/vcpkg/ports/vectorscan/vcpkg.json new file mode 100644 index 0000000..56d23e2 --- /dev/null +++ b/vcpkg/ports/vectorscan/vcpkg.json @@ -0,0 +1,41 @@ +{ + "name": "vectorscan", + "version": "5.4.12", + "description": "A portable fork of the high-performance regular expression matching library", + "homepage": "https://vectorcamp.gr/project/vectorscan/", + "license": "BSD-3-Clause", + "supports": "!windows & !(x64 | x86) & !android", + "dependencies": [ + "boost-array", + "boost-chrono", + "boost-config", + "boost-core", + "boost-crc", + "boost-detail", + "boost-dynamic-bitset", + "boost-functional", + "boost-graph", + "boost-icl", + "boost-multi-array", + "boost-ptr-container", + "boost-random", + "boost-regex", + "boost-system", + "boost-thread", + "boost-type-traits", + "boost-unordered", + "boost-utility", + "pcre", + "ragel", + "simde", + { + "name": "vcpkg-cmake", + "host": true + } + ], + "features": { + "dump": { + "description": "Dump code support" + } + } +} |