Skip to content

Commit 0b65c91

Browse files
authored
Merge pull request ocaml#26997 from hannesm/revive-rml
rml: update tarballs to opam-source-archives
2 parents 1b58d8c + 3e44ab1 commit 0b65c91

File tree

11 files changed

+18
-24
lines changed

11 files changed

+18
-24
lines changed

packages/rml/rml.1.08.04/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ depexts: ["patch"] {os-distribution = "alpine"}
1717
synopsis: "ReactiveML compiler"
1818
authors: "Louis Mandel [email protected]"
1919
url {
20-
src: "http://rml.lri.fr/distrib/rml-1.08.04-2013-02-03.tar.gz"
20+
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.08.04-2013-02-03.tar.gz"
2121
checksum: [
2222
"sha256=8b01749ca890cf467d69b4e50292d7f4fb157ad0d67eecb9931baf10e96df7a6"
2323
"md5=00a7a14f24a7640089f78ad52f532002"
2424
]
2525
}
26-
available: false
26+

packages/rml/rml.1.08.05/opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ In ReactiveML, the reactive model is integrated at the language level
2424
(not as a library) which leads to safer and more natural programming."""
2525
authors: "Louis Mandel [email protected]"
2626
url {
27-
src: "http://rml.lri.fr/distrib/rml-1.08.05-2013-06-04.tar.gz"
27+
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.08.05-2013-06-04.tar.gz"
2828
checksum: [
2929
"sha256=7c2cccc7d45082e62bb71d9ae4c199476de30ed28909ab221e2ae42de9947f04"
3030
"md5=6c41f9d5458d1032a0ed7712b95d1f21"
3131
]
3232
}
33-
available: false

packages/rml/rml.1.08.06/opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ In ReactiveML, the reactive model is integrated at the language level
2424
(not as a library) which leads to safer and more natural programming."""
2525
authors: "Louis Mandel [email protected]"
2626
url {
27-
src: "http://rml.lri.fr/distrib/rml-1.08.06-2013-07-12.tar.gz"
27+
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.08.06-2013-07-12.tar.gz"
2828
checksum: [
2929
"sha256=2368b8e9eabe82f55cca1ab860d8b13193619ebcfd4ead0bb6faedfc2826652e"
3030
"md5=cd657e07d27cdc67fd5ed051d60b712c"
3131
]
3232
}
33-
available: false

packages/rml/rml.1.09.00/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build: [
88
remove: [[make "uninstall"]]
99
depends: ["ocaml" "ocamlfind" "ocamlbuild" "num"]
1010
install: [make "install"]
11-
available: [ os != "linux" & false ]
11+
available: [ os != "linux" ]
1212
synopsis:
1313
"ReactiveML: a programming language for implementing interactive systems."
1414
description: """
@@ -18,7 +18,7 @@ composition and dynamic features like the dynamic creation of processes.
1818
In ReactiveML, the reactive model is integrated at the language level
1919
(not as a library) which leads to safer and more natural programming."""
2020
url {
21-
src: "http://rml.lri.fr/distrib/rml-1.09.00-2013-09-09.tar.gz"
21+
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.00-2013-09-09.tar.gz"
2222
checksum: [
2323
"sha256=b1ee776f3b2d4cdc6008086a88db9eb32150e6d339e02b068d15498167b2c2e3"
2424
"md5=c62a82b37d6fde19377231d5830c980e"

packages/rml/rml.1.09.01/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build: [
88
remove: [[make "uninstall"]]
99
depends: ["ocaml" "ocamlfind" "ocamlbuild" "num"]
1010
install: [make "install"]
11-
available: [ os != "linux" & false ]
11+
available: [ os != "linux" ]
1212
synopsis:
1313
"ReactiveML: a programming language for implementing interactive systems."
1414
description: """
@@ -18,7 +18,7 @@ composition and dynamic features like the dynamic creation of processes.
1818
In ReactiveML, the reactive model is integrated at the language level
1919
(not as a library) which leads to safer and more natural programming."""
2020
url {
21-
src: "http://reactiveml.org/distrib/rml-1.09.01-2013-09-10.tar.gz"
21+
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.01-2013-09-10.tar.gz"
2222
checksum: [
2323
"sha256=456b827eb4ec050882c73ab362cd3a4d939b029a374ddf0677e97915ff3f0d42"
2424
"md5=635a5a8670a525704a93f1f1b1665f0c"

packages/rml/rml.1.09.02/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ remove: [
1010
]
1111
depends: ["ocaml" "ocamlfind" "ocamlbuild" "num"]
1212
install: [make "install"]
13-
available: [ os != "linux" & false ]
13+
available: [ os != "linux" ]
1414
synopsis:
1515
"ReactiveML: a programming language for implementing interactive systems."
1616
description: """
@@ -20,7 +20,7 @@ composition and dynamic features like the dynamic creation of processes.
2020
In ReactiveML, the reactive model is integrated at the language level
2121
(not as a library) which leads to safer and more natural programming."""
2222
url {
23-
src: "http://reactiveml.org/distrib/rml-1.09.02-2014-01-08.tar.gz"
23+
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.02-2014-01-08.tar.gz"
2424
checksum: [
2525
"sha256=f87d5ba62f375834831410dbf0d5c0246dfcc4cefec50a40fba27891ef05aab8"
2626
"md5=b3d8c33ca574d6f68bb67f784a8ab2af"

packages/rml/rml.1.09.03/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ remove: [
1111
]
1212
depends: ["ocaml" "ocamlbuild" "num"]
1313
install: [make "install"]
14-
available: [ os != "linux" & false ]
14+
available: [ os != "linux" ]
1515
synopsis:
1616
"ReactiveML: a programming language for implementing interactive systems."
1717
description: """
@@ -21,7 +21,7 @@ composition and dynamic features like the dynamic creation of processes.
2121
In ReactiveML, the reactive model is integrated at the language level
2222
(not as a library) which leads to safer and more natural programming."""
2323
url {
24-
src: "http://reactiveml.org/distrib/rml-1.09.03-2014-06-21.tar.gz"
24+
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.03-2014-06-21.tar.gz"
2525
checksum: [
2626
"sha256=dd0e218f8b811abbc1ff261aed42505ee93406ddad88233b10f050d4afc43338"
2727
"md5=c03fde474203364f0069a31e881496d9"

packages/rml/rml.1.09.04/opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ In ReactiveML, the reactive model is integrated at the language level
2929
(not as a library) which leads to safer and more natural programming."""
3030
authors: "Louis Mandel [email protected]"
3131
url {
32-
src: "http://reactiveml.org/distrib/rml-1.09.04-2016-03-23.tar.gz"
32+
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.04-2016-03-23.tar.gz"
3333
checksum: [
3434
"sha256=66d01dc44a6f019c520eab32394bea12e7f7c350899e6110ce804fa10010bbc0"
3535
"md5=ae95d5367ed8524b0161b11bbef83e60"
3636
]
3737
}
38-
available: false

packages/rml/rml.1.09.05/opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ In ReactiveML, the reactive model is integrated at the language level
2929
(not as a library) which leads to safer and more natural programming."""
3030
authors: "Louis Mandel [email protected]"
3131
url {
32-
src: "http://rml.lri.fr/distrib/rml-1.09.05-2017-10-10.tar.gz"
32+
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.05-2017-10-10.tar.gz"
3333
checksum: [
3434
"sha256=dab3ff9a544a4af70d27f5ec767d34ed52c5d954d4e08407a5a30d59048753ac"
3535
"md5=55b0603d353f833254faa9721c9d2db6"
3636
]
3737
}
38-
available: false

packages/rml/rml.1.09.06/opam

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install: [
1010
[make "install"]
1111
]
1212
depends: [
13-
"ocaml" {>= "4.07"}
13+
"ocaml" {>= "4.07" & < "5.0~"}
1414
"num"
1515
]
1616
depexts: ["patch"] {os-distribution = "alpine"}
@@ -24,10 +24,9 @@ In ReactiveML, the reactive model is integrated at the language level
2424
(not as a library) which leads to safer and more natural programming."""
2525
authors: "Louis Mandel [email protected]"
2626
url {
27-
src: "http://rml.lri.fr/distrib/rml-1.09.06-2020-09-23.tar.gz"
27+
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.06-2020-09-23.tar.gz"
2828
checksum: [
2929
"sha256=45bdded8371202eb0e67fdcb11afdabac25733ac345174cd8427e9c8ccf65ff5"
3030
"md5=af5bfc1f6bd75e528f2ff7793e34284c"
3131
]
3232
}
33-
available: false

0 commit comments

Comments
 (0)