aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcerf/vcpkg.json
blob: de42e09c4be8e07ab18caa7433f0d4811af33619 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "libcerf",
  "version": "2.4",
  "description": "A self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions.",
  "homepage": "https://jugit.fz-juelich.de/mlz/libcerf",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}