diff options
Diffstat (limited to 'src/content/docs/extra/dependencies.md')
-rw-r--r-- | src/content/docs/extra/dependencies.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/content/docs/extra/dependencies.md b/src/content/docs/extra/dependencies.md new file mode 100644 index 0000000..97d7bde --- /dev/null +++ b/src/content/docs/extra/dependencies.md @@ -0,0 +1,26 @@ +--- +title: Dependencies and Acknowledgements +sidebar: + label: Dependencies +--- + +GpgFrontend incorporates various libraries and binaries that come with their +unique licenses. For additional details or to obtain the source code, please +visit their respective homepages: + +- **GnuPG**: [https://gnupg.org](https://gnupg.org) +- **GPGME**: [https://gnupg.org/software/gpgme/index.html](https://gnupg.org/software/gpgme/index.html) +- **Qt (Open Source)**: [https://www.qt.io](https://www.qt.io) +- **MSYS2**: [https://www.msys2.org](https://www.msys2.org) +- **Mingw-w64**: [http://mingw-w64.org/doku.php](http://mingw-w64.org/doku.php) +- **AppImage**: [https://appimage.org](https://appimage.org) +- **macOS Application Bundles**: [Link](https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html) +- **libarchive**: [https://www.libarchive.org](https://www.libarchive.org) +- **spdlog**: [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) +- **mimalloc**: [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) +- **Qt-AES**: [https://github.com/bricke/Qt-AES](https://github.com/bricke/Qt-AES) + +The icons utilized in this software are sourced from [Alibaba +Iconfont](https://www.iconfont.cn/). This vector icon library is free of use, +isn't registered as a trademark, has no copyright issues, and can be +commercially utilized. |