mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:29:00 +08:00
13 lines
324 B
JSON
13 lines
324 B
JSON
{
|
|
"name": "libstemmer",
|
|
"version": "2021.2.2.0",
|
|
"description": "Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval",
|
|
"homepage": "https://snowballstem.org/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|