From 7e750414ea33ee64dec301ab5337bf990079783e Mon Sep 17 00:00:00 2001 From: David Höppner Date: Sun, 14 Mar 2010 13:24:37 +0100 Subject: New formula Qt Cryptographic Architecture (QCA) QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. QCA separates the API from the implementation, using plugins known as Providers. --- Library/Formula/qca.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/qca.rb (limited to 'Library/Formula') diff --git a/Library/Formula/qca.rb b/Library/Formula/qca.rb new file mode 100644 index 000000000..09a220ec2 --- /dev/null +++ b/Library/Formula/qca.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Qca