From ffc7becee2872eefab5ce9105c15d2e74e11ae65 Mon Sep 17 00:00:00 2001 From: David Scott Date: Sun, 29 Mar 2020 14:59:04 +0100 Subject: [PATCH] Add sha.1.13 Signed-off-by: David Scott --- packages/sha/sha.1.13/opam | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 packages/sha/sha.1.13/opam diff --git a/packages/sha/sha.1.13/opam b/packages/sha/sha.1.13/opam new file mode 100644 index 00000000000..cbd29b4b699 --- /dev/null +++ b/packages/sha/sha.1.13/opam @@ -0,0 +1,45 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +maintainer: ["dave@recoil.org"] +authors: [ + "Vincent Hanquez" + "Thomas Gazagnaire" + "Goswin von Brederlow" + "Eric Cooper" + "Florent Monnier" + "Forrest L Norvell" + "Vincent Bernadoff" + "David Scott" +] +license: "ISC" +homepage: "https://github.com/djs55/ocaml-sha" +bug-reports: "https://github.com/djs55/ocaml-sha/issues" +depends: [ + "dune" {>= "2.0"} + "ounit" {with-test} +] +build: [ + ["dune" "subst"] {pinned} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@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" +url { + src: + "https://github.com/djs55/ocaml-sha/releases/download/v1.13/sha-v1.13.tbz" + checksum: "md5=a3c5e8a1f4c23575a315cb6d051a16f2" +}