aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fins/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/fins/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/fins/vcpkg.json')
-rw-r--r--vcpkg/ports/fins/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/fins/vcpkg.json b/vcpkg/ports/fins/vcpkg.json
new file mode 100644
index 0000000..40e9f40
--- /dev/null
+++ b/vcpkg/ports/fins/vcpkg.json
@@ -0,0 +1,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
+ }
+ ]
+}