https://github.com/node-3d/deps-uiohook
Binaries and headers for libUIOHook-dependent compilation
https://github.com/node-3d/deps-uiohook
binary gyp headers lib native
Last synced: 10 days ago
JSON representation
Binaries and headers for libUIOHook-dependent compilation
- Host: GitHub
- URL: https://github.com/node-3d/deps-uiohook
- Owner: node-3d
- License: mit
- Created: 2023-11-28T16:33:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-07-14T21:04:05.000Z (26 days ago)
- Last Synced: 2026-07-14T23:08:32.853Z (26 days ago)
- Topics: binary, gyp, headers, lib, native
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libUIOHook binaries and headers
This is a part of [Node3D](https://github.com/node-3d) project.
[](https://badge.fury.io/js/@node-3d%2Fdeps-uiohook)
[](https://github.com/node-3d/deps-uiohook/actions/workflows/lint.yml)
[](https://github.com/node-3d/deps-uiohook/actions/workflows/test.yml)
```bash
npm install @node-3d/deps-uiohook
```
This dependency package distributes **libUIOHook**
binaries and headers through **npm** for **Node.js** addons.
* Platforms: Windows x64, Linux x64, macOS x64.
* Library: libUIOHook.
* Linking: static lib-type.
See the [libUIOHook repository](https://github.com/kwhat/libuiohook).
See [@node-3d/iohook](https://github.com/node-3d/iohook/tree/master/src/cpp) for
how the libraries may be used in a Node.js addon.
## Legal Notice
This software uses [libUIOHook](https://github.com/kwhat/libuiohook) under LGPL3 license.
A copy of the libUIOHook license is [included](LIBUIOHOOK_LGPL.md),
and can also be found at the
[official repository](https://github.com/kwhat/libuiohook/blob/1.2/COPYING.LESSER.md).
## Binary Origin
Release archives are built by this repository's public GitHub Actions workflows.
Attestations: https://github.com/node-3d/deps-uiohook/attestations
To verify a downloaded archive:
```bash
gh release download -R node-3d/deps-uiohook -p .gz
gh attestation verify .gz -R node-3d/deps-uiohook
```