File tree Expand file tree Collapse file tree 2 files changed +93
-0
lines changed Expand file tree Collapse file tree 2 files changed +93
-0
lines changed Original file line number Diff line number Diff line change
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.14.0/reason-3.14.0.tbz"
45
+ checksum: [
46
+ "sha256=1d09ba24a0594745ab6b38b4d5f81ead8565b73cb69ad46af1c2c26f8d324f00"
47
+ "sha512=542d63c99ab976d011ca39953c022bdd2120177d5905df7ee6ff9623ec4d52c09a323ff7aec95fba5e71611c3850a88172e1c2be94ce68d966b5680ddd436494"
48
+ ]
49
+ }
50
+ x-commit-hash: "d322b122fa2dafc93e7f980943d30268715e61ac"
Original file line number Diff line number Diff line change
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.14.0/reason-3.14.0.tbz"
38
+ checksum: [
39
+ "sha256=1d09ba24a0594745ab6b38b4d5f81ead8565b73cb69ad46af1c2c26f8d324f00"
40
+ "sha512=542d63c99ab976d011ca39953c022bdd2120177d5905df7ee6ff9623ec4d52c09a323ff7aec95fba5e71611c3850a88172e1c2be94ce68d966b5680ddd436494"
41
+ ]
42
+ }
43
+ x-commit-hash: "d322b122fa2dafc93e7f980943d30268715e61ac"
You can’t perform that action at this time.
0 commit comments