Skip to content

Commit

Permalink
Merge pull request #17565 from dinosaure/release-digestif-1.0.0
Browse files Browse the repository at this point in the history
[new release] digestif (1.0.0)
  • Loading branch information
mseri authored Nov 6, 2020
2 parents 15263f8 + 34c84b1 commit 48651cb
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 5 deletions.
71 changes: 71 additions & 0 deletions packages/digestif/digestif.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
opam-version: "2.0"
maintainer: [ "Eyyüb Sari <[email protected]>"
"Romain Calascibetta <[email protected]>" ]
authors: [ "Eyyüb Sari <[email protected]>"
"Romain Calascibetta <[email protected]>" ]
homepage: "https://github.com/mirage/digestif"
bug-reports: "https://github.com/mirage/digestif/issues"
dev-repo: "git+https://github.com/mirage/digestif.git"
doc: "https://mirage.github.io/digestif/"
license: "MIT"
synopsis: "Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5)"
description: """
Digestif is a toolbox to provide hashes implementations in C and OCaml.

It uses the linking trick and user can decide at the end to use the C implementation or the OCaml implementation.

We provides implementation of:
* MD5
* SHA1
* SHA224
* SHA256
* SHA384
* SHA512
* BLAKE2B
* BLAKE2S
* RIPEMD160
"""

build: [
[ "dune" "build" "-p" name "-j" jobs ]
[ "./install/install.ml" ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]
install: [
[ "dune" "install" "-p" name ] {with-test}
[ "./test/test_runes.ml" ] {with-test}
]

depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "2.6.0"}
"conf-pkg-config" {build}
"eqaf"
"base-bytes"
"bigarray-compat"
"stdlib-shims"
"fmt" {with-test}
"alcotest" {with-test}
"bos" {with-test}
"astring" {with-test}
"fpath" {with-test}
"rresult" {with-test}
"ocamlfind" {with-test}
]
depopts: [
"ocaml-freestanding"
]

conflicts: [
"mirage-xen" {< "6.0.0"}
"ocaml-freestanding" {< "0.6.0"}
]
x-commit-hash: "f7e043938d9bb6fda9865086074e60929095cd9e"
url {
src:
"https://github.com/mirage/digestif/releases/download/v1.0.0/digestif-v1.0.0.tbz"
checksum: [
"sha256=29450c1fecb93b3c5c19588f8abcbf4891ddf1f84a1bbd3fb860e96994472884"
"sha512=30f4e2ea85a0aa50dbafb7c52d55b49f5612fbeeaa4ed8bfbd1610848a8f397c4cd1589fe0bd7ab3f165974697151279d56c37bae44c7f29a2d5a514af9d4942"
]
}
2 changes: 1 addition & 1 deletion packages/git/git.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
"lwt" {>= "2.4.7"}
"angstrom" {>= "0.9.0" & < "0.14.0"}
"fpath" {>= "0.7.0"}
"digestif" {>= "0.7"}
"digestif" {>= "0.7" & < "1.0.0"}
"lru" {>= "0.2.0" & < "0.3.0"}
"decompress" {>= "0.8.1" & < "0.9.0"}
"checkseum" {>= "0.0.3"}
Expand Down
2 changes: 1 addition & 1 deletion packages/git/git.2.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
"lwt" {>= "2.4.7"}
"angstrom" {>= "0.9.0" & < "0.14.0"}
"fpath" {>= "0.7.0"}
"digestif" {>= "0.7.2"}
"digestif" {>= "0.7.2" & < "1.0.0"}
"lru" {>= "0.3.0"}
"decompress" {>= "0.9.0" & < "1.0.0"}
"checkseum" {>= "0.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/git/git.2.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
"lwt" {>= "2.4.7"}
"angstrom" {>= "0.9.0" & < "0.14.0"}
"fpath" {>= "0.7.0"}
"digestif" {>= "0.7.2"}
"digestif" {>= "0.7.2" & < "1.0.0"}
"lru" {>= "0.3.0"}
"decompress" {>= "0.9.0" & < "1.0.0"}
"checkseum" {>= "0.0.9"}
Expand Down
2 changes: 1 addition & 1 deletion packages/git/git.2.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
"lwt" {>= "2.4.7"}
"angstrom" {>= "0.9.0" & < "0.14.0"}
"fpath" {>= "0.7.0"}
"digestif" {>= "0.7.2"}
"digestif" {>= "0.7.2" & < "1.0.0"}
"lru" {>= "0.3.0"}
"decompress" {>= "0.9.0" & < "1.0.0"}
"checkseum" {>= "0.0.9"}
Expand Down
2 changes: 1 addition & 1 deletion packages/git/git.2.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
"lwt" {>= "2.4.7"}
"angstrom" {>= "0.14.0"}
"fpath" {>= "0.7.0"}
"digestif" {>= "0.7.2"}
"digestif" {>= "0.7.2" & < "1.0.0"}
"lru" {>= "0.3.0"}
"decompress" {>= "0.9.0" & < "1.0.0"}
"checkseum" {>= "0.0.9"}
Expand Down

0 comments on commit 48651cb

Please sign in to comment.