Add documentation for xapian

This commit is contained in:
2026-04-02 11:21:46 +02:00
parent ef036c135c
commit 3e0a1c7334
3 changed files with 75 additions and 2 deletions

View File

@@ -94,8 +94,7 @@ default-groups = ["dev", "tests", "docs"]
[tool.xapian]
version = "1.4.31"
# Those hashes are here to protect against supply chains attacks
# They are obtained by downloawing xapian-core and xapian-bindings from xapian.org
# and running `sha256sum` on the downloaded compressed files
# See `https://ae-utbm.github.io/sith/howto/xapian/` for more information
core-sha256 = "fecf609ea2efdc8a64be369715aac733336a11f7480a6545244964ae6bc80811"
bindings-sha256 = "a38cc7ba4188cc0bd27dc7369f03906772047087a1c54f1b93355d5e9103c304"