From 1f93503a71e5c19641f3c5895efa9929e72bb5f0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 15 Feb 2017 12:22:26 +0100 Subject: [PATCH 1/2] Added JavaCPP to the native section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae2ecc8f..a8415897 100644 --- a/README.md +++ b/README.md @@ -575,6 +575,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) - JavaCPP provides efficient and easy access to native C++ inside Java. ## Natural Language Processing From c3481b3ef79e28f5c520429730fa6c4bf67aad85 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 23 Feb 2017 09:53:07 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8415897..d1c2e4c9 100644 --- a/README.md +++ b/README.md @@ -575,7 +575,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) - JavaCPP provides efficient and easy access to native C++ inside Java. +* [JavaCPP](https://github.com/bytedeco/javacpp) - Provides efficient and easy access to native C++. ## Natural Language Processing