You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ Java/JNI bindings intended to make ISL functionality available to Java applicati
4
4
5
5
> Note: The JNI implementation in this repository binds directly to the upstream ISL library. JNI calls use ISL APIs (e.g., `isl_ctx_alloc`, `isl_set_read_from_str`) and map ISL errors to Java exceptions. See `bundles/com.emmtrix.isl.jni/src/main/c/isl_jni.c`.
6
6
7
+
## Update site
8
+
9
+
The p2 update site is published at: https://emmtrix.github.io/isl-java-bindings/
10
+
7
11
## Repository structure
8
12
9
13
This is a multi-module Maven/Tycho build :contentReference[oaicite:1]{index=1}:
0 commit comments