vcpkg/ports/spglib/vcpkg.json
Cristian Le 47bf3d1ac1
[spglib] Add a new port (#39493)
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
2024-07-08 10:46:55 -04:00

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
}
]
}