package/libmdbx: new package (library/database).
authorLeonid Yuriev <leo@yuriev.ru>
Fri, 27 Nov 2020 13:51:43 +0000 (16:51 +0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 31 Dec 2020 13:53:15 +0000 (14:53 +0100)
commitf36093a49ea0b7ea18e1d8ffa0914158b848ec9f
tree443dfa9fd2f8f4af7381dd1c6f5769ae4196fd02
parent072af885c4afedf4f131563a755c532f8ad45650
package/libmdbx: new package (library/database).

This patch adds libmdbx v0.9.2:
 - libmdbx is one of the fastest compact embeddable key-value ACID database.
 - libmdbx has a specific set of properties and capabilities,
   focused on creating unique lightweight solutions.
 - libmdbx surpasses the legendary LMDB (Lightning Memory-Mapped Database)
   in terms of reliability, features and performance.
 - https://github.com/erthink/libmdbx

Signed-off-by: Leonid Yuriev <leo@yuriev.ru>
[yann.morin.1998@free.fr: split long lines]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
DEVELOPERS
package/Config.in
package/libmdbx/Config.in [new file with mode: 0644]
package/libmdbx/libmdbx.hash [new file with mode: 0644]
package/libmdbx/libmdbx.mk [new file with mode: 0644]