Skip to content

Commit

Permalink
Add sha.1.11
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <[email protected]>
  • Loading branch information
djs55 committed Jan 2, 2018
1 parent 70ca392 commit 01aadd9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sha/sha.1.11/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Binding to the SHA cryptographic functions
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.
19 changes: 19 additions & 0 deletions packages/sha/sha.1.11/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: [
"Vincent Hanquez" "Thomas Gazagnaire" "Goswin von Brederlow"
"Eric Cooper" "Florent Monnier" "Forrest L Norvell"
"Vincent Bernadoff" "David Scott"
]
homepage: "https://github.com/djs55/ocaml-sha"
bug-reports: "https://github.com/djs55/ocaml-sha/issues"
dev-repo: "https://github.com/djs55/ocaml-sha.git"
license: "ISC"

build: make
install: [make "install"]
remove: [["ocamlfind" "remove" "sha"]]

depends: ["ocamlfind"]

available: [ ocaml-version >= "4.02.0" ]
2 changes: 2 additions & 0 deletions packages/sha/sha.1.11/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/djs55/ocaml-sha/releases/download/v1.11/ocaml-sha.1.11.tgz"
checksum: "85675f2542b3d1a4e9e6ac49dd4801e4"

0 comments on commit 01aadd9

Please sign in to comment.