Add info about Panama

Add info about former name to add clearity
This commit is contained in:
ShalokShalom 2024-12-27 14:42:48 +01:00 committed by GitHub
parent 3057a75baf
commit 374b4728a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
[![cljdoc badge](https://cljdoc.org/badge/org.suskalo/coffi)](https://cljdoc.org/d/org.suskalo/coffi)
Coffi is a foreign function interface library for Clojure, using the [Foreign
Function & Memory API](https://openjdk.org/jeps/454) in JDK 22 and later. This
Function & Memory API](https://openjdk.org/jeps/454) (formerly called Project Panama) in JDK 22 and later. This
allows calling native code directly from Clojure without the need for either
Java or native code specific to the library, as e.g. the JNI does. Coffi focuses
on ease of use, including functions and macros for creating wrappers to allow