package metadb

  1. Overview
  2. Docs
A database for storing and managing file metadata in JSON format

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.2.tar.gz
md5=354076cc92a7f9ce93c6df3b20325506
sha512=dd8cbed5688d094a2bf6d082363298de6670aaf2f2ff76ddc7d36e93814aed1ceb1017f4c610e4551614ff2a619eca995d61009a6ec0e3c0828a007394f74a3e

Description

Metadb is a library to locally store and manipulate a JSON database of file metadata. A key feature of Metadb is that a user may rename or move files within or between libraries, and Metadb will resolve missing or renamed files according to their MD5 hash. Metadb can also find duplicate files across libraries.

Published: 19 Jul 2022

README

Metadb

Metadb is a library to locally store and manipulate a JSON database of file metadata. A key feature of Metadb is that a user may rename or move files within or between libraries, and Metadb will resolve missing or renamed files according to their MD5 hash. Metadb can also find duplicate files across libraries.

See the documentation for details.

Dependencies (4)

  1. ocaml >= "4.13.0"
  2. yojson >= "2.0.0"
  3. fileutils >= "0.5.3"
  4. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. doculib >= "1.3.2"

Conflicts

None