Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
(synopsis "SHA-1 and SHA-2 family implementations")
(wrapped false)
(modules sha1 sha256 sha512)
(libraries stdlib-shims)
(foreign_stubs
(language c)
(flags
Expand Down
3 changes: 1 addition & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
interface than the MD5 digest included in the OCaml standard library.
It's currently providing SHA1, SHA256 and SHA512 hash functions.")
(depends
(ocaml (>= 4.02))
(stdlib-shims (>= 0.3.0))
(ocaml (>= 4.07))
(ounit2 :with-test)))

(generate_opam_files true)
Expand Down
3 changes: 1 addition & 2 deletions sha.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ homepage: "https://github.com/djs55/ocaml-sha"
bug-reports: "https://github.com/djs55/ocaml-sha/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.02"}
"stdlib-shims" {>= "0.3.0"}
"ocaml" {>= "4.07"}
"ounit2" {with-test}
"odoc" {with-doc}
]
Expand Down