mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-20 23:53:03 +08:00
86cd6e0532
* [marisa] Add new port * [marisa] Add new port * add COPY_SOURCE to fix build * fix ci * test arm * fix version * !(windows & static) * !arm * !arm * add vcpkg_fixup_pkgconfig to msbuild * rename port * fix license and change version to 2020-09-26 * static build on win * use "version-semver" * up supports * up version * add configure_file when msbuild * fix empty bindir libdir includedir * fix msvc build Co-authored-by: Monica <v-liumonica@microsoft.com>
9 lines
409 B
JSON
9 lines
409 B
JSON
{
|
|
"name": "marisa-trie",
|
|
"version": "0.2.6+20200926",
|
|
"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 | ((x86 | x64) & !staticcrt)"
|
|
}
|