From 9ac6cda491d9b029d5f4d2270a0a144aae2d9128 Mon Sep 17 00:00:00 2001 From: pron Date: Sun, 1 Nov 2015 18:15:48 +0200 Subject: [PATCH] Added JNR, and fixed JNA link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4017496..6680e74 100644 --- a/README.md +++ b/README.md @@ -427,7 +427,8 @@ A curated list of awesome Java frameworks, libraries and software. ## Native *For working with platform-specific native libraries.* -* [JNA](https://github.com/twall/jna) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries. +* [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/). ## Natural Language Processing