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

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

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))