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

https://github.com/calimero-project/libusb4java-aarch64

Native JNI libraries used by usb4java for the AArch64 architecture
https://github.com/calimero-project/libusb4java-aarch64

aarch64 java jni libusb macos macos-arm64 usb windows windows-arm64

Last synced: about 2 months ago
JSON representation

Native JNI libraries used by usb4java for the AArch64 architecture

Awesome Lists containing this project

README

          

Native JNI libraries used by usb4java for AArch64
===

This repository contains compiled versions of [libusb4java](https://github.com/usb4java/libusb4java) for AArch64
missing in the usb4java repository.

The libusb4java source code is compiled _as is_ without modifications using commit [710bdb3](https://github.com/usb4java/libusb4java/commit/710bdb3466a68f92ab247ee7e2bf486b1d3840e7).
Available build configurations are _release builds_, dynamically or statically linked with libusb 1.0.29.

Use ```io.calimero:libusb4java:1.3.1:```, with the classifier being one of

* **Windows** (compiled on Win 11, using VS 17 2022, MSVC 19.44.35215.0)
* ```win-aarch64```
* ```win-aarch64-static```
* **macOS** (compiled on Sequoia 15.6.1, using clang 17.0.0)
* ```darwin-aarch64```
* ```darwin-aarch64-static```