-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 #26271 from anmonteiro/release-reason-3.12.0
[new release] reason (2 packages) (3.12.0)
- Loading branch information
Showing
2 changed files
with
98 additions
and
0 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 |
---|---|---|
@@ -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 <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" {>= "2.9"} | ||
"ocaml" {>= "4.06" & < "5.3"} | ||
"ocamlfind" {build} | ||
"dune-build-info" {>= "2.9.3"} | ||
"menhir" {>= "20180523"} | ||
"merlin-extend" {>= "0.6"} | ||
"fix" | ||
"ppx_derivers" | ||
"cppo" | ||
"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.12.0/reason-3.12.0.tbz" | ||
checksum: [ | ||
"sha256=63d950affbe203701a3d4c076a2750b56211bae7017cd8f59da508efb09a1afe" | ||
"sha512=3ed24f4567dcf2ef2c05cec45fae18da2b9a78dab098a8e97e6430aaed4c8e3f659c7a5ccab88bce498c4b3d3cd54b01e72b2be4fefdf9f3bfcc2c8eb7fd86d4" | ||
] | ||
} | ||
x-commit-hash: "66d220960cb0fedc3674a1e80aa13b599e9a633e" |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
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" {>= "2.9"} | ||
"ocaml" {>= "4.03" & < "5.3"} | ||
"reason" {= version} | ||
"utop" {>= "2.0"} | ||
"cppo" | ||
"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.12.0/reason-3.12.0.tbz" | ||
checksum: [ | ||
"sha256=63d950affbe203701a3d4c076a2750b56211bae7017cd8f59da508efb09a1afe" | ||
"sha512=3ed24f4567dcf2ef2c05cec45fae18da2b9a78dab098a8e97e6430aaed4c8e3f659c7a5ccab88bce498c4b3d3cd54b01e72b2be4fefdf9f3bfcc2c8eb7fd86d4" | ||
] | ||
} | ||
x-commit-hash: "66d220960cb0fedc3674a1e80aa13b599e9a633e" |