File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Provides pre-built native dependencies for
4
4
[ 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
6
6
platform specific JAR files.
7
7
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 :
9
9
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 .
13
13
14
14
The following platforms are currently supported:
15
15
16
16
* macosx-arm64
17
17
* macosx-x86_64
18
18
* linux-arm64
19
19
* 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.
21
24
22
25
## License
23
26
You can’t perform that action at this time.
0 commit comments