mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 07:01:37 +08:00
47bf3d1ac1
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
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
|
|
}
|
|
]
|
|
}
|