@hackage jni0.8.0
Complete JNI raw bindings.
Deprecated
Dependencies (12)
- async >=2.2.2
- base >=4.14 && <5
- bytestring >=0.10
- choice >=0.2.0
- constraints >=0.8
- containers >=0.5 Show all…
Dependents (5)
@hackage/jvm-streaming, @hackage/inline-java, @hackage/jvm-batching, @hackage/jvm, @hackage/sparkle
Package Flags
linear-types
(off by default)
Build the linear types interface.
jni: Complete JNI raw bindings
This package includes Haskell bindings to the Java Native Interface (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 and inline-java packages.