aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/scnlib/vcpkg.json
blob: 464e91ae0c60f51cae4c443f406c33b4f6ebbe35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "scnlib",
  "version": "4.0.1",
  "port-version": 1,
  "description": "scnlib is a modern C++ library for replacing scanf and std::istream",
  "homepage": "https://scnlib.dev/",
  "license": "Apache-2.0",
  "dependencies": [
    "fast-float",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}