jni: Complete JNI raw bindings.

[ bsd3, deprecated, ffi, java, jvm, library ] [ Propose Tags ]
Deprecated

Please see README.md.


[Skip to Readme]

Modules

[Last Documentation]

  • Foreign
    • Foreign.JNI
      • Foreign.JNI.String
      • Foreign.JNI.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.5.1, 0.6.0, 0.6.1, 0.7.0, 0.8.0 (info)
Dependencies base (>=4.7 && <5), bytestring (>=0.10), containers (>=0.5), inline-c (>=0.5), singletons (>=2.0), thread-local-storage (>=0.1) [details]
License BSD-3-Clause
Copyright 2015-2016 EURL Tweag.
Author Tweag I/O
Maintainer m@tweag.io
Category FFI, JVM, Java
Home page https://github.com/tweag/inline-java/tree/master/jni#readme
Source repo head: git clone https://github.com/tweag/inline-java(jni)
Uploaded by MathieuBoespflug at 2017-01-04T22:29:48Z
Distributions
Reverse Dependencies 5 direct, 1 indirect [details]
Downloads 7491 total (37 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-04 [all 3 reports]

Readme for jni-0.2.3

[back to package description]

jni: Complete JNI raw bindings

jni on Stackage LTS jni on Stackage Nightly

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.