Skip to content

Commit c4d5bda

Browse files
authored
Merge pull request #27414 from anmonteiro/release-reason-3.15.0
[new release] reason (2 packages) (3.15.0)
2 parents 355a9de + f33e6ed commit c4d5bda

File tree

2 files changed

+93
-0
lines changed
  • packages
    • reason/reason.3.15.0
    • rtop/rtop.3.15.0

2 files changed

+93
-0
lines changed

packages/reason/reason.3.15.0/opam

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
synopsis: "Reason: Syntax & Toolchain for OCaml"
3+
description: """
4+
Reason gives OCaml a new syntax that is remniscient of languages like
5+
JavaScript. It's also the umbrella project for a set of tools for the OCaml &
6+
JavaScript ecosystem."""
7+
maintainer: [
8+
"Jordan Walke <[email protected]>"
9+
"Antonio Nuno Monteiro <[email protected]>"
10+
]
11+
authors: ["Jordan Walke <[email protected]>"]
12+
license: "MIT"
13+
homepage: "https://reasonml.github.io/"
14+
bug-reports: "https://github.com/reasonml/reason/issues"
15+
depends: [
16+
"dune" {>= "3.8"}
17+
"ocaml" {>= "4.06" & < "5.4"}
18+
"ocamlfind" {build}
19+
"dune-build-info" {>= "2.9.3"}
20+
"menhir" {>= "20180523"}
21+
"merlin-extend" {>= "0.6.2"}
22+
"fix"
23+
"ppx_derivers"
24+
"cppo"
25+
"ppxlib" {>= "0.28.0"}
26+
"odoc" {with-doc}
27+
]
28+
build: [
29+
["dune" "subst"] {dev}
30+
[
31+
"dune"
32+
"build"
33+
"-p"
34+
name
35+
"-j"
36+
jobs
37+
"@install"
38+
"@doc" {with-doc}
39+
]
40+
]
41+
dev-repo: "git+https://github.com/reasonml/reason.git"
42+
url {
43+
src:
44+
"https://github.com/reasonml/reason/releases/download/3.15.0/reason-3.15.0.tbz"
45+
checksum: [
46+
"sha256=ec3d2025f4391f0d2b88d2053e627a85aa1addd9c51320e9e72c690e05fb66a6"
47+
"sha512=2bc7681a0e7649f619a8e93e961690531f697fadb1ae5d3f2c5913b0fce6995780394f2ce5b3e1920902ca7a2f4e188f62696f58f20ae3dd81c3658528bd0a33"
48+
]
49+
}
50+
x-commit-hash: "71797e1529a7d08312e4741ba64562f362878047"

packages/rtop/rtop.3.15.0/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
synopsis: "Reason toplevel"
3+
description:
4+
"rtop is the toplevel (or REPL) for Reason, based on utop (https://github.com/ocaml-community/utop)."
5+
maintainer: [
6+
"Jordan Walke <[email protected]>"
7+
"Antonio Nuno Monteiro <[email protected]>"
8+
]
9+
authors: ["Jordan Walke <[email protected]>"]
10+
license: "MIT"
11+
homepage: "https://reasonml.github.io/"
12+
bug-reports: "https://github.com/reasonml/reason/issues"
13+
depends: [
14+
"dune" {>= "3.8"}
15+
"ocaml" {>= "4.06" & < "5.4"}
16+
"reason" {= version}
17+
"utop" {>= "2.0"}
18+
"cppo"
19+
"odoc" {with-doc}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/reasonml/reason.git"
35+
url {
36+
src:
37+
"https://github.com/reasonml/reason/releases/download/3.15.0/reason-3.15.0.tbz"
38+
checksum: [
39+
"sha256=ec3d2025f4391f0d2b88d2053e627a85aa1addd9c51320e9e72c690e05fb66a6"
40+
"sha512=2bc7681a0e7649f619a8e93e961690531f697fadb1ae5d3f2c5913b0fce6995780394f2ce5b3e1920902ca7a2f4e188f62696f58f20ae3dd81c3658528bd0a33"
41+
]
42+
}
43+
x-commit-hash: "71797e1529a7d08312e4741ba64562f362878047"

0 commit comments

Comments
 (0)