https://github.com/lmdbjava/native
LMDB Native Libraries Automatic Build Repository
https://github.com/lmdbjava/native
Last synced: 3 months ago
JSON representation
LMDB Native Libraries Automatic Build Repository
- Host: GitHub
- URL: https://github.com/lmdbjava/native
- Owner: lmdbjava
- License: other
- Created: 2016-07-02T02:21:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T06:17:14.000Z (3 months ago)
- Last Synced: 2026-01-13T09:30:06.222Z (3 months ago)
- Homepage:
- Size: 147 KB
- Stars: 6
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/lmdbjava/native/actions)
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.lmdbjava%22%20AND%20a%3A%22native%22)
[](http://www.openldap.org/software/release/license.html)
# LMDB Native Libraries
Compiled LMDB native libraries for Linux (glibc/musl), macOS and Windows on x86_64 and aarch64.
**If you are using LMDB from Java, use the [LmdbJava](https://github.com/lmdbjava/lmdbjava) project instead.** This artifact is a dependency of LmdbJava.
### Updating LMDB
```bash
cd lmdb
git fetch --tags
git checkout LMDB_0.9.XX
cd ..
git add lmdb
```
### Releasing
```bash
mvn release:clean release:prepare
```
### License
LMDB (and this repository for simplicity) is licensed under [The OpenLDAP Public License](http://www.openldap.org/software/release/license.html).