summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2020-11-13Add build dependency.Justus Winter
2020-10-26Don't specify openpgp crate version number in README.md examplesIgor Matuszewski
2020-10-26Add an example on how to surface Sequoia backends for consumersIgor Matuszewski
2020-10-26Address review comments in README.mdIgor Matuszewski
2020-10-26Mention Cargo features and how to build with CNG in README.mdIgor Matuszewski
2020-10-14sq: Rename module to 'sequoia-sq'.Justus Winter
2020-10-14doc: Add required BSD packages to README.Wiktor Kwapisiewicz
2020-10-06Update README.md for MSRV 1.46.Nora Widdecke
- Fixes #557. - Use "1.46" in both READMEs.
2020-10-01doc: Unindent lines in code blocks.Wiktor Kwapisiewicz
The markup was messed up in commit 3731a890d. This change removed unneeded spaces in front of the code.
2020-07-31Update README.md.Justus Winter
2020-05-25Fix the required nettle version in README.md.Justus Winter
- Fixes #512.
2020-04-30Extend READMEGerhard Bräunlich
2020-03-30docs: Add build instructions for WindowsIgor Matuszewski
2019-12-03Add instructions for Fedora in README.md.David Sastre Medina
2019-11-05Fix license in README.md.Justus Winter
- Fixes 4f5699ef4ad8f84147edfa4785ed26d27c64d380.
2019-10-02Add note about disabling Python bindings.Wesley Moore
2019-08-20Update rust port nameJann Röder
2019-08-20Add coreutils to required packages on Mac OSJann Röder
- Fixes #329.
2019-07-08Update Debian build instructions now that Buster is released.Justus Winter
2019-06-26Bump the required rustc version to 1.34.Justus Winter
2019-05-08Improve build instructions.Justus Winter
2019-04-24Document the fact that we need Rust 1.32 by now.Justus Winter
2019-03-25Improve README.Justus Winter
2019-01-25Update build instructions in README.Neal H. Walfield
- We need at least version 1.31.0 of rustc. - Prefix commands that require root with sudo.
2019-01-11Add missing Python build dependencies.Justus Winter
2019-01-11ffi: Add preliminary Python bindings.Justus Winter
- The bingings support basic manipulation of OpenPGP data, but are quite incomplete. Furthermore, the Python API is not very pythonic in some places, so expect it to break in the future.
2018-08-24Mention the need for rustc >= 1.26.0.Justus Winter
2018-08-24Improve the README.Justus Winter
- Fixes #1. - Fixes #50.
2018-08-24Typo.Björn Petersen
2018-06-21Add a license.Neal H. Walfield
2018-05-16Improve build instructions.Neal H. Walfield
- Note that at least version 3.4 of Nettle is needed and that it is available in Debian testing.
2018-03-18Improved README.mdDamian Poddebniak
* Added Arch Linux dependencies * Changed `# apt ...` to `$ sudo apt ...` to make it more clear, that root is required (omit possible pitfall for beginners)
2018-03-13Add some metadata and a README with build instructions.Justus Winter