this repo has no description
0
fork

Configure Feed

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

Merge pull request #26765 from anmonteiro/release-reason-3.13.0

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

authored by

Marcello Seri and committed by
GitHub
68fbccd0 2659e073

+97
+52
packages/reason/reason.3.13.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" {>= "2.9"} 17 + "ocaml" {>= "4.06" & < "5.3"} 18 + "ocamlfind" {build} 19 + "dune-build-info" {>= "2.9.3"} 20 + "menhir" {>= "20180523"} 21 + "merlin-extend" {>= "0.6"} 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 + "--promote-install-files=false" 38 + "@install" 39 + "@doc" {with-doc} 40 + ] 41 + ["dune" "install" "-p" name "--create-install-files" name] 42 + ] 43 + dev-repo: "git+https://github.com/reasonml/reason.git" 44 + url { 45 + src: 46 + "https://github.com/reasonml/reason/releases/download/3.13.0/reason-3.13.0.tbz" 47 + checksum: [ 48 + "sha256=df2544606bc824a67082e2011826e7a1cde7af0ccb5ba457e937fe018c3ce7e4" 49 + "sha512=ad6606defad2dcc2456b42e77eb77d5aee02ccda7ad32c313dcbb2c5d25953ff0c80719a3c6ef30b8443d8e6105b46aacdccc3607620c36ce8c8d0537574c21c" 50 + ] 51 + } 52 + x-commit-hash: "9e71ba66b7ffea5faad2829cf90c9f307d9e2b99"
+45
packages/rtop/rtop.3.13.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" {>= "2.9"} 15 + "ocaml" {>= "4.06" & < "5.3"} 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 + "--promote-install-files=false" 31 + "@install" 32 + "@doc" {with-doc} 33 + ] 34 + ["dune" "install" "-p" name "--create-install-files" name] 35 + ] 36 + dev-repo: "git+https://github.com/reasonml/reason.git" 37 + url { 38 + src: 39 + "https://github.com/reasonml/reason/releases/download/3.13.0/reason-3.13.0.tbz" 40 + checksum: [ 41 + "sha256=df2544606bc824a67082e2011826e7a1cde7af0ccb5ba457e937fe018c3ce7e4" 42 + "sha512=ad6606defad2dcc2456b42e77eb77d5aee02ccda7ad32c313dcbb2c5d25953ff0c80719a3c6ef30b8443d8e6105b46aacdccc3607620c36ce8c8d0537574c21c" 43 + ] 44 + } 45 + x-commit-hash: "9e71ba66b7ffea5faad2829cf90c9f307d9e2b99"