this repo has no description

[new release] reason (2 packages) (3.14.0)

CHANGES:

- Support OCaml 5.3 (@anmonteiro,
[reasonml/reason#2800](https://github.com/reasonml/reason/pull/2800))
- Fix: don't print all extension strings as quoted extensions (@anmonteiro,
[reasonml/reason#2809](https://github.com/reasonml/reason/pull/2809))
- Fix: unify printing of extensions across structure items / expressions
(@anmonteiro, [reasonml/reason#2814](https://github.com/reasonml/reason/pull/2814))

Changed files
+95
packages
reason
reason.3.14.0
rtop
rtop.3.14.0
+51
packages/reason/reason.3.14.0/opam
···
+
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 <jordojw@gmail.com>"
+
"Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
]
+
authors: ["Jordan Walke <jordojw@gmail.com>"]
+
license: "MIT"
+
homepage: "https://reasonml.github.io/"
+
bug-reports: "https://github.com/reasonml/reason/issues"
+
depends: [
+
"dune" {>= "3.8"}
+
"ocaml" {>= "4.06" & < "5.4"}
+
"ocamlfind" {build}
+
"dune-build-info" {>= "2.9.3"}
+
"menhir" {>= "20180523"}
+
"merlin-extend" {>= "0.6.2"}
+
"fix"
+
"ppx_derivers"
+
"cppo"
+
"ppxlib" {>= "0.28.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/reasonml/reason.git"
+
url {
+
src:
+
"https://github.com/reasonml/reason/releases/download/3.14.0/reason-3.14.0.tbz"
+
checksum: [
+
"sha256=1d09ba24a0594745ab6b38b4d5f81ead8565b73cb69ad46af1c2c26f8d324f00"
+
"sha512=542d63c99ab976d011ca39953c022bdd2120177d5905df7ee6ff9623ec4d52c09a323ff7aec95fba5e71611c3850a88172e1c2be94ce68d966b5680ddd436494"
+
]
+
}
+
x-commit-hash: "d322b122fa2dafc93e7f980943d30268715e61ac"
+44
packages/rtop/rtop.3.14.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Reason toplevel"
+
description:
+
"rtop is the toplevel (or REPL) for Reason, based on utop (https://github.com/ocaml-community/utop)."
+
maintainer: [
+
"Jordan Walke <jordojw@gmail.com>"
+
"Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
]
+
authors: ["Jordan Walke <jordojw@gmail.com>"]
+
license: "MIT"
+
homepage: "https://reasonml.github.io/"
+
bug-reports: "https://github.com/reasonml/reason/issues"
+
depends: [
+
"dune" {>= "3.8"}
+
"ocaml" {>= "4.06" & < "5.4"}
+
"reason" {= version}
+
"utop" {>= "2.0"}
+
"cppo"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/reasonml/reason.git"
+
url {
+
src:
+
"https://github.com/reasonml/reason/releases/download/3.14.0/reason-3.14.0.tbz"
+
checksum: [
+
"sha256=1d09ba24a0594745ab6b38b4d5f81ead8565b73cb69ad46af1c2c26f8d324f00"
+
"sha512=542d63c99ab976d011ca39953c022bdd2120177d5905df7ee6ff9623ec4d52c09a323ff7aec95fba5e71611c3850a88172e1c2be94ce68d966b5680ddd436494"
+
]
+
}
+
x-commit-hash: "d322b122fa2dafc93e7f980943d30268715e61ac"