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.
- Host: GitHub
- URL: https://github.com/tailrecursion/javastarjnr
- Owner: tailrecursion
- Created: 2013-07-31T19:00:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T21:49:22.000Z (almost 13 years ago)
- Last Synced: 2024-05-09T13:59:48.390Z (about 2 years ago)
- Language: Clojure
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.