forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#26997 from hannesm/revive-rml
rml: update tarballs to opam-source-archives
- Loading branch information
Showing
11 changed files
with
18 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ depexts: ["patch"] {os-distribution = "alpine"} | |
synopsis: "ReactiveML compiler" | ||
authors: "Louis Mandel [email protected]" | ||
url { | ||
src: "http://rml.lri.fr/distrib/rml-1.08.04-2013-02-03.tar.gz" | ||
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.08.04-2013-02-03.tar.gz" | ||
checksum: [ | ||
"sha256=8b01749ca890cf467d69b4e50292d7f4fb157ad0d67eecb9931baf10e96df7a6" | ||
"md5=00a7a14f24a7640089f78ad52f532002" | ||
] | ||
} | ||
available: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,9 @@ In ReactiveML, the reactive model is integrated at the language level | |
(not as a library) which leads to safer and more natural programming.""" | ||
authors: "Louis Mandel [email protected]" | ||
url { | ||
src: "http://rml.lri.fr/distrib/rml-1.08.05-2013-06-04.tar.gz" | ||
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.08.05-2013-06-04.tar.gz" | ||
checksum: [ | ||
"sha256=7c2cccc7d45082e62bb71d9ae4c199476de30ed28909ab221e2ae42de9947f04" | ||
"md5=6c41f9d5458d1032a0ed7712b95d1f21" | ||
] | ||
} | ||
available: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,9 @@ In ReactiveML, the reactive model is integrated at the language level | |
(not as a library) which leads to safer and more natural programming.""" | ||
authors: "Louis Mandel [email protected]" | ||
url { | ||
src: "http://rml.lri.fr/distrib/rml-1.08.06-2013-07-12.tar.gz" | ||
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.08.06-2013-07-12.tar.gz" | ||
checksum: [ | ||
"sha256=2368b8e9eabe82f55cca1ab860d8b13193619ebcfd4ead0bb6faedfc2826652e" | ||
"md5=cd657e07d27cdc67fd5ed051d60b712c" | ||
] | ||
} | ||
available: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,10 +29,9 @@ In ReactiveML, the reactive model is integrated at the language level | |
(not as a library) which leads to safer and more natural programming.""" | ||
authors: "Louis Mandel [email protected]" | ||
url { | ||
src: "http://reactiveml.org/distrib/rml-1.09.04-2016-03-23.tar.gz" | ||
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.04-2016-03-23.tar.gz" | ||
checksum: [ | ||
"sha256=66d01dc44a6f019c520eab32394bea12e7f7c350899e6110ce804fa10010bbc0" | ||
"md5=ae95d5367ed8524b0161b11bbef83e60" | ||
] | ||
} | ||
available: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,10 +29,9 @@ In ReactiveML, the reactive model is integrated at the language level | |
(not as a library) which leads to safer and more natural programming.""" | ||
authors: "Louis Mandel [email protected]" | ||
url { | ||
src: "http://rml.lri.fr/distrib/rml-1.09.05-2017-10-10.tar.gz" | ||
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.05-2017-10-10.tar.gz" | ||
checksum: [ | ||
"sha256=dab3ff9a544a4af70d27f5ec767d34ed52c5d954d4e08407a5a30d59048753ac" | ||
"md5=55b0603d353f833254faa9721c9d2db6" | ||
] | ||
} | ||
available: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ install: [ | |
[make "install"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.07"} | ||
"ocaml" {>= "4.07" & < "5.0~"} | ||
"num" | ||
] | ||
depexts: ["patch"] {os-distribution = "alpine"} | ||
|
@@ -24,10 +24,9 @@ In ReactiveML, the reactive model is integrated at the language level | |
(not as a library) which leads to safer and more natural programming.""" | ||
authors: "Louis Mandel [email protected]" | ||
url { | ||
src: "http://rml.lri.fr/distrib/rml-1.09.06-2020-09-23.tar.gz" | ||
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.06-2020-09-23.tar.gz" | ||
checksum: [ | ||
"sha256=45bdded8371202eb0e67fdcb11afdabac25733ac345174cd8427e9c8ccf65ff5" | ||
"md5=af5bfc1f6bd75e528f2ff7793e34284c" | ||
] | ||
} | ||
available: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ install: [ | |
[make "install"] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.07"} | ||
"ocaml" {>= "4.07" & < "5.0~"} | ||
"num" | ||
] | ||
depexts: ["patch"] {os-distribution = "alpine"} | ||
|
@@ -27,10 +27,9 @@ In ReactiveML, the reactive model is integrated at the language level | |
(not as a library) which leads to safer and more natural programming.""" | ||
authors: "Louis Mandel [email protected]" | ||
url { | ||
src: "http://rml.lri.fr/distrib/rml-1.09.07-2021-07-26.tar.gz" | ||
src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/rml-1.09.07-2021-07-26.tar.gz" | ||
checksum: [ | ||
"sha256=74acc5319df33b4694d6894b0b8023c1ce3f8f0749c6f4dc587a42c102d809b0" | ||
"md5=4fc5ca8f941f6a7f060fb9252389b8b4" | ||
] | ||
} | ||
available: false |