vcpkg/ports/spglib/vcpkg.json
2024-10-21 15:36:16 -07:00

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