Skip to content

Commit

Permalink
[new release] digestif (1.1.2)
Browse files Browse the repository at this point in the history
CHANGES:

- Minor update on the README.md (@punchagan, mirage/digestif#133)
- Support only OCaml >= 4.08, update with `ocamlformat.0.21.0` and remove `bigarray-compat`
  dependency (@hannesm, mirage/digestif#134)
  • Loading branch information
dinosaure committed Apr 8, 2022
1 parent 20545e5 commit 5b65d42
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions packages/digestif/digestif.1.1.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
opam-version: "2.0"
maintainer: [ "Eyyüb Sari <eyyub.sari@epitech.eu>"
"Romain Calascibetta <romain.calascibetta@gmail.com>" ]
authors: [ "Eyyüb Sari <eyyub.sari@epitech.eu>"
"Romain Calascibetta <romain.calascibetta@gmail.com>" ]
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 ]
[ "ocaml" "./install/install.ml" ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]
install: [
[ "dune" "install" "-p" name ] {with-test}
[ "ocaml" "./test/test_runes.ml" ] {with-test}
]

depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.6.0"}
"conf-pkg-config" {build}
"eqaf"
"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"}
]
url {
src:
"https://github.com/mirage/digestif/releases/download/v1.1.2/digestif-1.1.2.tbz"
checksum: [
"sha256=79d34ce513b114857e380aabdf6f1473218f1b05dd7e51d03890779ed01b4666"
"sha512=83e41de192443029baf86212488e986b2c73c19fb4ba59342685d44b36b2dcaf070aa9687277577058437c6513b76c204164ad96151dacdfb796b4080db7e50c"
]
}
x-commit-hash: "71af93d9608a4cb593ddd15763b69d42dd5c5262"

0 comments on commit 5b65d42

Please # to comment.