porting jextract

From: Igor Kolesnik <igor_at_kolesnik.es>
Date: Sun, 02 Mar 2025 09:34:07 UTC
Hi,

This is related to the Foreigh Function & Memory (FFM) API.

https://openjdk.org/jeps/454

I think about makeing a port of jextract, an utility that generates Java
bindings from native libraries.

It's source code repository can be found here

https://github.com/openjdk/jextract/tree/master

I did a manual build using OpenJDK 23 and a simple test calling a C
function (kind of hello world), and it worked.

jextract has a set of tests which use the jtreg test framework.  That
could be made into another port.

Does it make sence?

thanks -- igor