From 81378e78a2d2d43f16a81acfd4f2c7b637d8f5e6 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Fri, 27 Dec 2024 11:18:03 +0100 Subject: [PATCH] Clearify versioning This clearifies that JNA was used before 17, rather than implying it purely by referencing to "17+" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c6a589..ca5c181 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Dtype-next has support for Java versions 8-15, 17+, and GraalVM, but is focused strongly on array-based programming, as well as being focused on keeping memory in the native side rather than marshaling data to and from Clojure-native structures. In Java 17+, this uses the Foreign Function & Memory API (a part of -Project Panama until stabilization in JDK 22), while in other Java versions it +Project Panama until stabilization in JDK 22), while in the Java versions before 17, it uses JNA. Tech.jna and clojure-jna both use the JNA library in all cases, and neither