Package: thor
Title: Interface to 'LMDB'
Version: 1.2.0
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
    email = "rich.fitzjohn@gmail.com"),
    person("Howard", "Chu", role = c("aut", "cph")),
    person("Symas Corporation", role = "cph"),
    person("Martin", "Hedenfalk", role = c("aut", "cph")),
    person("The OpenLDAP Foundation", role = "cph"))
Description: Key-value store, implemented as a wrapper around 'LMDB';
    the "lightning memory-mapped database" <https://www.symas.com/mdb>.
    'LMDB' is a transactional key value store that uses a memory map
    for efficient access.  This package wraps the entire 'LMDB'
    interface (except duplicated keys), and provides objects for
    transactions and cursors.
License: MIT + file LICENSE
URL: https://github.com/richfitz/thor, https://richfitz.github.io/thor/
BugReports: https://github.com/richfitz/thor/issues
Imports: R6, storr
Suggests: ids, knitr, rmarkdown, testthat
RoxygenNote: 7.1.1
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
Language: en-GB
NeedsCompilation: yes
Packaged: 2025-06-09 09:14:52 UTC; rfitzjoh
Author: Rich FitzJohn [aut, cre],
  Howard Chu [aut, cph],
  Symas Corporation [cph],
  Martin Hedenfalk [aut, cph],
  The OpenLDAP Foundation [cph]
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>
Repository: CRAN
Date/Publication: 2025-06-09 10:10:02 UTC
Built: R 4.3.3; x86_64-apple-darwin20; 2025-06-19 03:39:55 UTC; unix
Archs: thor.so.dSYM
