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

https://github.com/tailrecursion/javastarjnr

Example of using jnr-ffi to load native libraries in Clojure.
https://github.com/tailrecursion/javastarjnr

Last synced: 7 months ago
JSON representation

Example of using jnr-ffi to load native libraries in Clojure.

Awesome Lists containing this project

README

          

# javastarjnr

Example of using [jnr-ffi](https://github.com/jnr/jnr-ffi/) to load native
libraries in Clojure.

See [src/tailrecursion/javastarjnr.clj](src/tailrecursion/javastarjnr.clj).

## Usage

lein run

## License

Copyright © 2013 Alan Dipert

Distributed under the Eclipse Public License, the same as Clojure.