-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from djs55/release-v1.14
Prepare to release v1.14 (a small update)
- Loading branch information
Showing
7 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,22 @@ | |
"Florent Monnier" | ||
"Forrest L Norvell" | ||
"Vincent Bernadoff" | ||
"David Scott") | ||
"David Scott" | ||
"Olaf Hering" | ||
"Arthur Teisseire" | ||
"Nicolás Ojeda Bär" | ||
"Christopher Zimmermann" | ||
"Thomas Leonard" | ||
) | ||
|
||
(maintainers [email protected]) | ||
|
||
(package | ||
(name sha) | ||
(depends (dune (>= 2.0)) (ounit :with-test))) | ||
(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.") | ||
(depends (dune (>= 2.0)) (stdlib-shims (>= 0.3.0)) (ounit :with-test))) | ||
|
||
(generate_opam_files true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
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.""" | ||
maintainer: ["[email protected]"] | ||
authors: [ | ||
"Vincent Hanquez" | ||
|
@@ -10,12 +15,18 @@ authors: [ | |
"Forrest L Norvell" | ||
"Vincent Bernadoff" | ||
"David Scott" | ||
"Olaf Hering" | ||
"Arthur Teisseire" | ||
"Nicolás Ojeda Bär" | ||
"Christopher Zimmermann" | ||
"Thomas Leonard" | ||
] | ||
license: "ISC" | ||
homepage: "https://github.com/djs55/ocaml-sha" | ||
bug-reports: "https://github.com/djs55/ocaml-sha/issues" | ||
depends: [ | ||
"dune" {>= "2.0"} | ||
"stdlib-shims" {>= "0.3.0"} | ||
"ounit" {with-test} | ||
] | ||
build: [ | ||
|
@@ -32,9 +43,4 @@ 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters