https://github.com/node-3d/deps-uiohook-raub
Binaries and headers for libUIOHook-dependent compilation
https://github.com/node-3d/deps-uiohook-raub
binary gyp headers lib native
Last synced: 27 days ago
JSON representation
Binaries and headers for libUIOHook-dependent compilation
- Host: GitHub
- URL: https://github.com/node-3d/deps-uiohook-raub
- Owner: node-3d
- License: mit
- Created: 2023-11-28T16:33:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-30T16:50:35.000Z (11 months ago)
- Last Synced: 2025-03-03T05:17:30.589Z (about 2 months ago)
- Topics: binary, gyp, headers, lib, native
- Language: C
- Homepage:
- Size: 40 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
This is a part of [Node3D](https://github.com/raub) project.
[](https://badge.fury.io/js/deps-uiohook-raub)
[](https://github.com/node-3d/deps-uiohook-raub/actions/workflows/eslint.yml)
[](https://github.com/node-3d/deps-uiohook-raub/actions/workflows/test.yml)```console
npm i -s deps-uiohook-raub
```This dependency package is distributing **libUIOHook**
binaries through **NPM** for **Node.js** addons.* Platforms (x64): Windows x64, Linux x64, OSX x64.
* Library: libUIOHook.
* Linking: static lib-type.See the [libUIOHook repository](https://github.com/kwhat/libuiohook).
See [iohook-raub](https://github.com/node-3d/iohook-raub/tree/master/src) 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 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).