An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# libUIOHook binaries and headers

This is a part of [Node3D](https://github.com/node-3d) project.

[![NPM](https://badge.fury.io/js/@node-3d%2Fdeps-uiohook.svg)](https://badge.fury.io/js/@node-3d%2Fdeps-uiohook)
[![Lint](https://github.com/node-3d/deps-uiohook/actions/workflows/lint.yml/badge.svg)](https://github.com/node-3d/deps-uiohook/actions/workflows/lint.yml)
[![Test](https://github.com/node-3d/deps-uiohook/actions/workflows/test.yml/badge.svg)](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
```