Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (442a8da2490686d3a868cd32f33bf697533da6b1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (442a8da2490686d3a868cd32f33bf697533da6b1)
  • Date: Thu, 7 Jan 2021 22:29:47 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 2 ++
devel/ocaml-sha/BUILD | 1 +
devel/ocaml-sha/DEPENDS | 2 ++
devel/ocaml-sha/DETAILS | 16 ++++++++++++++++
devel/ocaml-sha/HISTORY | 2 ++
devel/ocaml-sha/INSTALL | 1 +
6 files changed, 24 insertions(+)

New commits:
commit 442a8da2490686d3a868cd32f33bf697533da6b1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ocaml-sha: new spell, Binding to the SHA cryptographic functions

diff --git a/ChangeLog b/ChangeLog
index 9eaf0e9..298f3e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* devel/ocaml-ppx-tools-versioned: new spell, Tools for authors
of ppx rewriters
* devel/ocaml-sedlex: new spell, An OCaml lexer generator for Unicode
+ * devel/ocaml-sha: new spell, Binding to the SHA cryptographic
+ functions

2021-01-06 Ismael Luceno <ismael AT sourcemage.org>
* devel/ocaml-ppx-derivers: new spell, Shared [@@deriving] plugin
diff --git a/devel/ocaml-sha/BUILD b/devel/ocaml-sha/BUILD
new file mode 100755
index 0000000..eb24dd1
--- /dev/null
+++ b/devel/ocaml-sha/BUILD
@@ -0,0 +1 @@
+dune build @install
\ No newline at end of file
diff --git a/devel/ocaml-sha/DEPENDS b/devel/ocaml-sha/DEPENDS
new file mode 100755
index 0000000..f1d1efe
--- /dev/null
+++ b/devel/ocaml-sha/DEPENDS
@@ -0,0 +1,2 @@
+depends ocaml &&
+depends dune
diff --git a/devel/ocaml-sha/DETAILS b/devel/ocaml-sha/DETAILS
new file mode 100755
index 0000000..480b549
--- /dev/null
+++ b/devel/ocaml-sha/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ocaml-sha
+ VERSION=1.13
+ SOURCE="sha-v$VERSION.tbz"
+ WEB_SITE="https://github.com/djs55/ocaml-sha";
+ SOURCE_URL[0]="$WEB_SITE/releases/download/v$VERSION/$SOURCE"
+
SOURCE_HASH=sha512:3cdb2e4d695b19d0f4119637898d83ac38d63c3c958f0681f216b83cef36f487d72daa4860ecb2b28c124a97e64fc0fc8258143b6127765ebe610d298fd69f2c
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tbz}"
+ LICENSE[0]="ISC"
+ ENTERED=20210107
+ KEYWORDS=""
+ SHORT="Binding to the SHA cryptographic functions"
+cat << EOF
+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.
+EOF
diff --git a/devel/ocaml-sha/HISTORY b/devel/ocaml-sha/HISTORY
new file mode 100644
index 0000000..cb79dac
--- /dev/null
+++ b/devel/ocaml-sha/HISTORY
@@ -0,0 +1,2 @@
+2021-01-07 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/devel/ocaml-sha/INSTALL b/devel/ocaml-sha/INSTALL
new file mode 100755
index 0000000..44a4ed5
--- /dev/null
+++ b/devel/ocaml-sha/INSTALL
@@ -0,0 +1 @@
+dune install
\ No newline at end of file



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (442a8da2490686d3a868cd32f33bf697533da6b1), Ismael Luceno, 01/07/2021

Archive powered by MHonArc 2.6.24.

Top of Page