https://github.com/phxql/jna-info
Tool to provide JNA information
https://github.com/phxql/jna-info
Last synced: about 1 year ago
JSON representation
Tool to provide JNA information
- Host: GitHub
- URL: https://github.com/phxql/jna-info
- Owner: phxql
- License: lgpl-3.0
- Created: 2016-01-10T10:59:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T08:37:33.000Z (about 3 years ago)
- Last Synced: 2025-04-04T01:11:12.683Z (over 1 year ago)
- Language: Java
- Size: 218 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JNA-Info
This is a small tool to print some JNA information.
## Download
Download the newest Zip from the [releases](https://github.com/phxql/jna-info/releases), unzip it and run `bin/jna-info`.
## Building
Run `./gradlew clean build` and check the `build/distributions` directory.
## Running
Execute `./gradlew run`.
You can also untar the distribution (see "Building") and run `bin/jna-info`.
## License
[LGPL v3](https://www.gnu.org/licenses/lgpl.html)
## Maintainer
Moritz Kammerer ([@phXql](https://github.com/phxql))