Skip to content

Commit

Permalink
add a META. contributed by david Allops
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Oct 9, 2009
1 parent d70bbff commit d38dda5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions META
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
description="OCaml SHA-1 and SHA-2 implementations"
version="1.6"
archive(byte)="ocamlsha.cma"
archive(native)="ocamlsha.cmxa"

package "sha1" (
description="OCamlSHA SHA-1 Implementation"
version="1.6"
archive(byte)="sha1.cma"
archive(native)="sha1.cmxa"
)

package "sha256" (
description="OCamlSHA SHA-256 Implementation"
version="1.6"
archive(byte)="sha256.cma"
archive(native)="sha256.cmxa"
)

package "sha512" (
description="OCamlSHA SHA-512 Implementation"
version="1.6"
archive(byte)="sha512.cma"
archive(native)="sha512.cmxa"
)

0 comments on commit d38dda5

Please sign in to comment.