From 6057e08989c8c3a7370511cbb36ada7d5ba7d35d Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 28 Dec 2009 13:20:37 +0100 Subject: Libtasn 2.3 The ASN.1 library used by GnuTLS, GNU Shishi and some other packages. It was written by Fabio Fiorina, and has been shipped as part of GnuTLS for some time but is now a proper GNU package. The goal of this implementation is to be highly portable, and only require an ANSI C89 platform. --- Library/Formula/libtasn1.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/libtasn1.rb (limited to 'Library/Formula') diff --git a/Library/Formula/libtasn1.rb b/Library/Formula/libtasn1.rb new file mode 100644 index 000000000..e6efbcf8b --- /dev/null +++ b/Library/Formula/libtasn1.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Libtasn1