this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

CHANGES:

- require OCaml >= 4.08 (@anmonteiro,
[reasonml/reason#2840](https://github.com/reasonml/reason/pull/2840))
- support ppxlib with OCaml 5.2 AST (and require ppxlib >= 0.36) (@anmonteiro,
[reasonml/reason#2835](https://github.com/reasonml/reason/pull/2835))

+95
+51
packages/reason/reason.3.16.0/opam
··· 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 <jordojw@gmail.com>" 9 + "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 10 + ] 11 + authors: ["Jordan Walke <jordojw@gmail.com>"] 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.08" & < "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.36.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 + "@runtest" {with-test} 39 + "@doc" {with-doc} 40 + ] 41 + ] 42 + dev-repo: "git+https://github.com/reasonml/reason.git" 43 + url { 44 + src: 45 + "https://github.com/reasonml/reason/releases/download/3.16.0/reason-3.16.0.tbz" 46 + checksum: [ 47 + "sha256=47b0e43a7d348e2a850658ab4bec5a4fbbb9fd4ff3ec8a1c1816511558c5364e" 48 + "sha512=0d8dbe33ac17b765ea018522910a333831fec278ae4da25ba039ce4d2d8152f9b2fbba5b40c453241bf4323e55e0dc070170b04caa35742c6e33a7f726feafb3" 49 + ] 50 + } 51 + x-commit-hash: "c77eebbe79e8dd46b0733b0301a9f458263a5842"
+44
packages/rtop/rtop.3.16.0/opam
··· 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 <jordojw@gmail.com>" 7 + "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 8 + ] 9 + authors: ["Jordan Walke <jordojw@gmail.com>"] 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.08" & < "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 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/reasonml/reason.git" 36 + url { 37 + src: 38 + "https://github.com/reasonml/reason/releases/download/3.16.0/reason-3.16.0.tbz" 39 + checksum: [ 40 + "sha256=47b0e43a7d348e2a850658ab4bec5a4fbbb9fd4ff3ec8a1c1816511558c5364e" 41 + "sha512=0d8dbe33ac17b765ea018522910a333831fec278ae4da25ba039ce4d2d8152f9b2fbba5b40c453241bf4323e55e0dc070170b04caa35742c6e33a7f726feafb3" 42 + ] 43 + } 44 + x-commit-hash: "c77eebbe79e8dd46b0733b0301a9f458263a5842"