vcpkg/ports/libcerf/vcpkg.json
2024-08-19 09:58:36 -07:00

17 lines
440 B
JSON

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