Skip to content

Commit cd23c2f

Browse files
committed
fix original distrib, now compatible with OCaml 5.4
1 parent b73729a commit cd23c2f

File tree

3 files changed

+9
-9
lines changed
  • packages
    • why3-coq/why3-coq.1.8.2
    • why3-ide/why3-ide.1.8.2
    • why3/why3.1.8.2

3 files changed

+9
-9
lines changed

packages/why3-coq/why3-coq.1.8.2/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install: [make "install-coq"]
4040
depends: [
4141
"conf-autoconf" {build & dev}
4242
"coq" {>= "8.16" & < "9.0"}
43-
"ocaml" {>= "4.09" & < "5.4"}
43+
"ocaml" {>= "4.09" & < "5.5"}
4444
"ocamlfind" {build}
4545
"why3" {= version}
4646
]
@@ -61,7 +61,7 @@ This package provides the Coq realizations of Why3 theories."""
6161
url {
6262
src: "https://why3.gitlabpages.inria.fr/releases/why3-1.8.2.tar.gz"
6363
checksum: [
64-
"sha256=ec985fa111de3e870e6fb3e22092c05ab8d0f5314eff5e2a766cbd59a9ac0f0a"
65-
"md5=90fd07a4aad44fd8997754af5818550b"
64+
"sha256=b7d112edd5bcce6bcce0023d2bc834eb2ae1a1c42d7aea44ffa124d649b50bea"
65+
"md5=76244d73d2cdaff1dbae867b60d0aa0d"
6666
]
6767
}

packages/why3-ide/why3-ide.1.8.2/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install: [make "install-ide"]
4141

4242
depends: [
4343
"conf-autoconf" {build & dev}
44-
"ocaml" {>= "4.09" & < "5.4"}
44+
"ocaml" {>= "4.09" & < "5.5"}
4545
"ocamlfind" {build}
4646
"why3" {= version}
4747
"lablgtk3"
@@ -60,7 +60,7 @@ This package provides an IDE for Why3."""
6060
url {
6161
src: "https://why3.gitlabpages.inria.fr/releases/why3-1.8.2.tar.gz"
6262
checksum: [
63-
"sha256=ec985fa111de3e870e6fb3e22092c05ab8d0f5314eff5e2a766cbd59a9ac0f0a"
64-
"md5=90fd07a4aad44fd8997754af5818550b"
63+
"sha256=b7d112edd5bcce6bcce0023d2bc834eb2ae1a1c42d7aea44ffa124d649b50bea"
64+
"md5=76244d73d2cdaff1dbae867b60d0aa0d"
6565
]
6666
}

packages/why3/why3.1.8.2/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install: [
5252

5353
depends: [
5454
"conf-autoconf" {build & dev}
55-
"ocaml" {>= "4.09" & < "5.4"}
55+
"ocaml" {>= "4.09" & < "5.5"}
5656
"ocamlfind" {build}
5757
"menhir" {>= "20200211"}
5858
"zarith"
@@ -83,7 +83,7 @@ Why3 is a complete reimplementation of the former Why platform. Among the new fe
8383
url {
8484
src: "https://why3.gitlabpages.inria.fr/releases/why3-1.8.2.tar.gz"
8585
checksum: [
86-
"sha256=ec985fa111de3e870e6fb3e22092c05ab8d0f5314eff5e2a766cbd59a9ac0f0a"
87-
"md5=90fd07a4aad44fd8997754af5818550b"
86+
"sha256=b7d112edd5bcce6bcce0023d2bc834eb2ae1a1c42d7aea44ffa124d649b50bea"
87+
"md5=76244d73d2cdaff1dbae867b60d0aa0d"
8888
]
8989
}

0 commit comments

Comments
 (0)