@@ -11,14 +11,14 @@ already off-heap (e.g. an mmap slice in, an arena buffer out).
1111
1212Multi-module Maven build (` io.github.dfa1:zstd-java ` ):
1313
14- - ` core /` — pure-Java FFM bindings (package ` io.github.dfa1.zstdffm ` ). The only
15- module with Java sources.
14+ - ` zstd /` — the library module, artifactId ` zstd-java ` , pure-Java FFM bindings
15+ (package ` io.github.dfa1.zstdffm ` ). The only module with Java sources.
1616- ` native/<classifier>/ ` — one module per platform; each packages a
17- ` libzstd.{dylib,so,dll} ` built from the ` zstd/ ` submodule. No Java.
17+ ` libzstd.{dylib,so,dll} ` built from the ` third_party/zstd ` submodule. No Java.
1818 Classifiers: ` osx-aarch64 ` , ` osx-x86_64 ` , ` linux-x86_64 ` , ` linux-aarch64 ` ,
1919 ` windows-x86_64 ` , ` windows-aarch64 ` .
2020- ` bom/ ` — dependency BOM.
21- - ` zstd/ ` — vendored ` facebook/zstd ` git submodule (the C source of truth).
21+ - ` third_party/ zstd/` — vendored ` facebook/zstd ` git submodule (the C source of truth).
2222
2323## Native build
2424
@@ -81,4 +81,4 @@ Built `.dylib/.so/.dll` are git-ignored; they are regenerated from the submodule
8181 ` <strong> ` ,` <pre> ` ,` <table> ` , …). Use blank ` /// ` for paragraphs, ` - ` lists, ` ```java ``` ` ,
8282 ` **bold** ` . Cross-refs ` [ClassName#method(ParamType)] ` — verify the target exists (wrong refs are
8383 ** errors** ).
84- - Check: ` ./mvnw javadoc:javadoc -pl core ` must produce zero output.
84+ - Check: ` ./mvnw javadoc:javadoc -pl zstd ` must produce zero output.
0 commit comments