mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 16:19:02 +08:00
16 lines
510 B
JSON
16 lines
510 B
JSON
|
{
|
||
|
"name": "xapian",
|
||
|
"version": "1.4.21",
|
||
|
"description": "Xapian is an Open Source Search Engine Library, released under the GPL v2+. It's written in C++, with bindings to allow use from Perl, Python 2, Python 3, PHP 5, PHP 7, Java, Tcl, C#, Ruby, Lua, Erlang, Node.js and R (so far!)",
|
||
|
"homepage": "https://github.com/xapian/xapian",
|
||
|
"license": "GPL-2.0-or-later",
|
||
|
"supports": "!(arm | uwp)",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|