Search Criteria
Package Details: libmdbx 0.11.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libmdbx.git (read-only, click to copy) |
---|---|
Package Base: | libmdbx |
Description: | Extremely fast, compact, powerful, embedded, transactional key-value database, with permissive license. |
Upstream URL: | https://github.com/erthink/libmdbx |
Licenses: | OLDAP-2.8 |
Submitter: | Thermi |
Maintainer: | erthink |
Last Packager: | Thermi |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-03 23:31 (UTC) |
Last Updated: | 2022-02-18 16:53 (UTC) |
Dependencies (3)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- linux-headers (make)
Latest Comments
erthink commented on 2023-03-09 10:59 (UTC)
@Thermi, Please just use the original git repo, and then create an amalgamates sources by
make dist
if necessary.The test's source code was intentionally removed from amalgamated form. Since amalgamation intended for users which don’t need something else than minimal source code of library without any extras, including tests and git internals.
So please just use what you need, rather than you like to use.
Thermi commented on 2023-03-09 02:40 (UTC)
@erthink if you could enable the tests implemented in the full sources (osal, stress tests, ...) to be run in the amalgated sources that'd be great and we could just easily upgrade the package.
erthink commented on 2023-02-19 16:10 (UTC) (edited on 2023-02-19 16:13 (UTC) by erthink)