mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
15 lines
250 B
JSON
15 lines
250 B
JSON
{
|
|
"name": "libbf",
|
|
"version": "1.0.0",
|
|
"port-version": 4,
|
|
"description": "Bloom filters for C++11.",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|