Skip to content

Commit

Permalink
[new release] reason (2 packages) (3.10.0)
Browse files Browse the repository at this point in the history
CHANGES:

- Support `@mel.*` attributes in addition to `@bs.*` (@anmonteiro,
  [reasonml/reason#2721](reasonml/reason#2721))
  • Loading branch information
anmonteiro authored and nberth committed May 16, 2024
1 parent ab2c837 commit a1bf1df
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
52 changes: 52 additions & 0 deletions packages/reason/reason.3.10.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
opam-version: "2.0"
synopsis: "Reason: Syntax & Toolchain for OCaml"
description: """
Reason gives OCaml a new syntax that is remniscient of languages like
JavaScript. It's also the umbrella project for a set of tools for the OCaml &
JavaScript ecosystem."""
maintainer: [
"Jordan Walke <[email protected]>"
"Antonio Nuno Monteiro <[email protected]>"
]
authors: ["Jordan Walke <[email protected]>"]
license: "MIT"
homepage: "https://reasonml.github.io/"
bug-reports: "https://github.com/reasonml/reason/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.03" & < "5.2"}
"ocamlfind" {build}
"dune-build-info" {>= "2.9.3"}
"menhir" {>= "20180523"}
"merlin-extend" {>= "0.6"}
"fix"
"ppx_derivers"
"ppxlib" {>= "0.28.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/reasonml/reason.git"
url {
src:
"https://github.com/reasonml/reason/releases/download/3.10.0/reason-3.10.0.tbz"
checksum: [
"sha256=17ead4c2864af7273f56d0ad62c4564be2eade76d3da87b1d381ed5b44f466cb"
"sha512=31c1c0752c426e3a55a9f8eceb157de3536e5a72385a645112236129f2f1ac04e4df42ba2c82616eacc339b4627725e1472903fd4c56c44024cba7635f2602cb"
]
}
x-commit-hash: "a3545e5f40bf90f20214a878bd3072b2365d6504"
45 changes: 45 additions & 0 deletions packages/rtop/rtop.3.10.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
synopsis: "Reason toplevel"
description:
"rtop is the toplevel (or REPL) for Reason, based on utop (https://github.com/diml/utop)."
maintainer: [
"Jordan Walke <[email protected]>"
"Antonio Nuno Monteiro <[email protected]>"
]
authors: ["Jordan Walke <[email protected]>"]
license: "MIT"
homepage: "https://reasonml.github.io/"
bug-reports: "https://github.com/reasonml/reason/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.03" & < "5.1"}
"reason" {= version}
"utop" {>= "2.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/reasonml/reason.git"
url {
src:
"https://github.com/reasonml/reason/releases/download/3.10.0/reason-3.10.0.tbz"
checksum: [
"sha256=17ead4c2864af7273f56d0ad62c4564be2eade76d3da87b1d381ed5b44f466cb"
"sha512=31c1c0752c426e3a55a9f8eceb157de3536e5a72385a645112236129f2f1ac04e4df42ba2c82616eacc339b4627725e1472903fd4c56c44024cba7635f2602cb"
]
}
x-commit-hash: "a3545e5f40bf90f20214a878bd3072b2365d6504"

0 comments on commit a1bf1df

Please sign in to comment.