mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"name": "spglib",
|
|
"version-semver": "2.5.0",
|
|
"description": "C library for finding and handling crystal symmetries",
|
|
"homepage": "https://spglib.readthedocs.io/en/latest/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|