vcpkg/ports/mlpack/vcpkg.json

16 lines
388 B
JSON

{
"name": "mlpack",
"version": "4.3.0",
"port-version": 1,
"description": "mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.",
"homepage": "https://github.com/mlpack/mlpack",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
"armadillo",
"cereal",
"ensmallen",
"stb"
]
}