@hackage jni0.7.0
Complete JNI raw bindings.
Deprecated
Dependencies (9)
- base >=4.14 && <5
- bytestring >=0.10
- choice >=0.2.0
- constraints >=0.8
- containers >=0.5
- deepseq >=1.4.2 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.