diff options
Diffstat (limited to 'vcpkg/ports/marisa-trie/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/marisa-trie/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/marisa-trie/vcpkg.json b/vcpkg/ports/marisa-trie/vcpkg.json new file mode 100644 index 0000000..efdfbcd --- /dev/null +++ b/vcpkg/ports/marisa-trie/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "marisa-trie", + "version": "0.3.1", + "description": "Matching Algorithm with Recursively Implemented StorAge (MARISA) is a space-efficient trie data structure. This is a C++ library for an implementation of MARISA.", + "homepage": "https://github.com/s-yata/marisa-trie", + "license": "BSD-2-Clause OR LGPL-2.1-or-later", + "supports": "!windows | mingw | (windows & static)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "Enables command-line tools" + } + } +} |