Skip to content

Commit

Permalink
Merge pull request #25346 from anmonteiro/release-reason-3.11.0
Browse files Browse the repository at this point in the history
[new release] reason (2 packages) (3.11.0)
  • Loading branch information
mseri authored Feb 26, 2024
2 parents 2293eef + 52f6d4a commit 9a5e86c
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
51 changes: 51 additions & 0 deletions packages/reason/reason.3.11.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
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.3"}
"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"
"@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.11.0/reason-3.11.0.tbz"
checksum: [
"sha256=a58837f14a79f047c8eb99d5518aeb16ee64353574286cfd5b284c98a1a27250"
"sha512=28d6d1c3636e400614b1a7d8c78b0bbb5de143e259edf683139b75d2fd2013da8e1a6c58d11047e6853f1e559c387d233570665de0de646005197b5f4d6f4879"
]
}
x-commit-hash: "3930092ac1cc04b7f3c62c71956592cf158ef8bb"
44 changes: 44 additions & 0 deletions packages/rtop/rtop.3.11.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
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.3"}
"reason" {= version}
"utop" {>= "2.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@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.11.0/reason-3.11.0.tbz"
checksum: [
"sha256=a58837f14a79f047c8eb99d5518aeb16ee64353574286cfd5b284c98a1a27250"
"sha512=28d6d1c3636e400614b1a7d8c78b0bbb5de143e259edf683139b75d2fd2013da8e1a6c58d11047e6853f1e559c387d233570665de0de646005197b5f4d6f4879"
]
}
x-commit-hash: "3930092ac1cc04b7f3c62c71956592cf158ef8bb"

0 comments on commit 9a5e86c

Please sign in to comment.