Skip to content

Commit 2a782ae

Browse files
authored
Merge pull request ocaml#22744 from samoht/bitcoin
bitcoin doesn't work on OCaml 5
2 parents 4a36563 + c7ba76c commit 2a782ae

File tree

1 file changed

+1
-1
lines changed
  • packages/bitcoin/bitcoin.2.0

1 file changed

+1
-1
lines changed

packages/bitcoin/bitcoin.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build: [
1919
install: [[make "install"]]
2020
remove: [["ocamlfind" "remove" "bitcoin"]]
2121
depends: [
22-
"ocaml"
22+
"ocaml" {< "5.0"}
2323
"yojson" {< "2.0.0"}
2424
"cryptokit"
2525
"ocamlbuild" {build}

0 commit comments

Comments
 (0)