Skip to content

Commit fa5f216

Browse files
committed
update
1 parent 7ad8ff4 commit fa5f216

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,25 @@
22

33
Provides pre-built native dependencies for
44
[Datalevin](https://github.com/juji-io/datalevin) database. This is done by
5-
packaging the compiled shared C libraries and JavaCPP library files in the
5+
packaging the compiled native libraries and JavaCPP JNI library files in the
66
platform specific JAR files.
77

8-
The following two shared libraries are included as resources in the JAR:
8+
In addition to JavaCPP's JNI library, these native libraries are included:
99

10-
* `dtlv `shared library wraps LMDB library, and implements comparator, iterators
11-
and samplers.
12-
* `jniDTLV` shared library includes helpers for JavaCPP to wrap dtlv using JNI.
10+
* `lmdb` LMDB key value library.
11+
* `dtlv `wraps LMDB and implements Datalevin comparator, iterators, counters and
12+
samplers.
1313

1414
The following platforms are currently supported:
1515

1616
* macosx-arm64
1717
* macosx-x86_64
1818
* linux-arm64
1919
* linux-x86_64
20-
* windows-x86-64
20+
* windows-x86_64
21+
22+
The name of the released JAR is org.clojars.huahaiy/dtlvnative-PLATFORM where
23+
PLATFORM is one of the above.
2124

2225
## License
2326

0 commit comments

Comments
 (0)