aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mlpack/vcpkg.json
blob: 16567e6fc9c9501a831fb3ab1c9e36c10f7db7e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "mlpack",
  "version": "4.6.2",
  "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"
  ]
}