mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:01:49 +08:00
18 lines
366 B
JSON
18 lines
366 B
JSON
|
{
|
||
|
"name": "spglib",
|
||
|
"version-semver": "2.4.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
|
||
|
}
|
||
|
]
|
||
|
}
|