Skip to content

Commit

Permalink
Merge pull request #44 from djs55/fix-opam-lint
Browse files Browse the repository at this point in the history
opam: fix lint by filling in synopsis and description
  • Loading branch information
djs55 authored Feb 7, 2020
2 parents db5da34 + f27eb57 commit 713828d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sha.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ build: [
"@doc" {with-doc}
]
]
synopsis: "Binding to the SHA cryptographic functions"
description: """
This is the binding for SHA interface code in OCaml. Offering the same
interface than the MD5 digest included in the OCaml standard library.
It's currently providing SHA1, SHA256 and SHA512 hash functions."""
dev-repo: "git+https://github.com/djs55/ocaml-sha.git"

0 comments on commit 713828d

Please sign in to comment.