summaryrefslogtreecommitdiffstats
path: root/libraries/qca-qt5/slack-desc
diff options
context:
space:
mode:
author Dave Woodfall2018-07-10 17:48:31 +0200
committer David Spencer2018-07-10 17:48:31 +0200
commitef90e8db2b2489acb21898303816b2f60773e654 (patch)
treee93fae59c20f5782a5840cc95578dca1524e2d0c /libraries/qca-qt5/slack-desc
parent6cf78c1837e5cf1104a76e82721192e3a4fa27a0 (diff)
downloadslackbuilds-ef90e8db2b2489acb21898303816b2f60773e654.tar.gz
libraries/qca-qt5: Added (Qt Cryptographic Architecture for Qt5).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/qca-qt5/slack-desc')
-rw-r--r--libraries/qca-qt5/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/qca-qt5/slack-desc b/libraries/qca-qt5/slack-desc
new file mode 100644
index 0000000000..da44da289e
--- /dev/null
+++ b/libraries/qca-qt5/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+qca-qt5: qca-qt5 (Qt Cryptographic Architecture for Qt5)
+qca-qt5:
+qca-qt5: QCA aims to provide a straightforward and cross-platform crypto API,
+qca-qt5: using Qt datatypes and conventions. QCA separates the API from the
+qca-qt5: implementation, using plugins known as Providers. The advantage of
+qca-qt5: this model is to allow applications to avoid linking to or explicitly
+qca-qt5: depending on any particular cryptographic library. This allows one
+qca-qt5: to easily change or upgrade crypto implementations without needing
+qca-qt5: to recompile the application.
+qca-qt5:
+qca-qt5: QCA was written by Justin Karneges.