From 046df3f760b314a7620f0f73b1b27dc911d7281b Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Fri, 9 Oct 2009 08:33:07 +0100 Subject: [PATCH] add META. Contributed by David Allsopp --- META | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/META b/META index 40034b7..ce064ed 100644 --- a/META +++ b/META @@ -1,7 +1,7 @@ -description="OCaml SHA-1 and SHA-2 implementations" +description="OCaml SHA-1 and SHA-2 family implementations" version="1.6" -archive(byte)="ocamlsha.cma" -archive(native)="ocamlsha.cmxa" +archive(byte)="sha.cma" +archive(native)="sha.cmxa" package "sha1" ( description="OCamlSHA SHA-1 Implementation"