aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fins/vcpkg.json
blob: 40e9f409265a1ad8ba32754aa93964b406674ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  "name": "fins",
  "version-date": "2023-07-31",
  "maintainers": "Lammert Bies",
  "description": "LibFINS is an MIT licensed library written in C implementing the FINS/TCP protocol used for communication between Omron PLCs. The library contains all the documented client FINS functions. This open source library is a spin-off of a larger project which also implements FINS/UDP client communication and a FINS server engine.",
  "homepage": "https://www.libfins.org",
  "documentation": "https://www.libfins.org/api-reference/",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}