Skip to content

Commit

Permalink
Merge pull request akullpp#476 from Tosken1337/master
Browse files Browse the repository at this point in the history
Added JavaCPP to the native section
  • Loading branch information
akullpp authored Feb 23, 2017
2 parents d7594bb + c3481b3 commit 04b7507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ A curated list of awesome Java frameworks, libraries and software.

* [JNA](https://github.com/java-native-access/jna) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries.
* [JNR](https://github.com/jnr/jnr-ffi) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries. Same goals as JNA, but faster, and serves as the basis for the upcoming [Project Panama](http://openjdk.java.net/projects/panama/).
* [JavaCPP](https://github.com/bytedeco/javacpp) - Provides efficient and easy access to native C++.

## Natural Language Processing

Expand Down

0 comments on commit 04b7507

Please sign in to comment.