mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
2969ad361d
* add libfins * fix version sha value * add keyword `supports` * fix version error * fix version data * add namespae for target * modify version date * modify platform. remove arm and add android * modify version data. * remove and delete patch "add_cmake_support" * modify version data * 1. modify lib version 2. do not need and remove "add_cmake_support.patch" * modify fins port version infomation
21 lines
806 B
JSON
21 lines
806 B
JSON
{
|
|
"$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
|
|
}
|
|
]
|
|
}
|