jni-0.2.3: README.md
# jni: Complete JNI raw bindings
[](http://stackage.org/lts/package/jni)
[](http://stackage.org/nightly/package/jni)
This package includes Haskell bindings to the
[Java Native Interface (JNI)][jni]. This package offers mostly
unopinionated low-level bindings, which closely maps to the C API. For
higher-level more opinionated bindings see the [jvm][haskell-jvm] and
[inline-java][inline-java] packages.
[jni]: https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/jniTOC.html
[haskell-jvm]: https://github.com/tweag/inline-java/tree/master/jvm
[inline-java]: https://github.com/tweag/inline-java/