mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
9033fcdf28
* [vcpkg baseline][marisa-trie] Fix conflict file include/Makefile.am with hunspell * x-add-version * update vcpkg_install_msbuild.cmake * x-add-version * update vcpkg_install_msbuild.cmake * update vcpkg_install_msbuild.cmake * update vcpkg_install_msbuild.cmake Co-authored-by: Jonliu1993 <13720414433@163.com>
10 lines
430 B
JSON
10 lines
430 B
JSON
{
|
|
"name": "marisa-trie",
|
|
"version": "0.2.6+20200926",
|
|
"port-version": 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 | ((x86 | x64) & !staticcrt)"
|
|
}
|