"lmdb/lmdb-win32-arm64
6 days ago — Platform specific binary for lmdb on win32 OS with arm64 architecture. Latest version: 3.5.2, last published: 4 days ago."
Yeah, no. #LMDB is an embedded DB library, intentionally kept under 64KB, so that it can be built statically and *embedded* into each app that uses it. It makes a difference whether you build it for 32bit or 64bit apps, and 32bit or 64bit DBs. You can't just build it once and call it "the platform/system LMDB". Stop doing this.

