aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spglib/vcpkg.json
blob: a21db823926b9aa7692a089fa7c79289ca1334f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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
    }
  ]
}