aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/etl/vcpkg.json
blob: 78722756f8ee5fbfb376381113ad041b9d2024ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "etl",
  "version": "20.44.1",
  "description": "A C++ template library for embedded applications",
  "homepage": "https://www.etlcpp.com",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}