this repo has no description
0
fork

Configure Feed

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

Merge pull request #26376 from jchavarri/release-reason-react-0.15.0

[new release] reason-react (2 packages) (0.15.0)

authored by

Calascibetta Romain and committed by
GitHub
24c425b4 56bc8d6d

+102
+46
packages/reason-react-ppx/reason-react-ppx.0.15.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "React.js JSX PPX" 3 + description: "ReasonReact JSX PPX" 4 + maintainer: [ 5 + "David Sancho <dsnxmoreno@gmail.com>" 6 + "Antonio Monteiro <anmonteiro@gmail.com>" 7 + ] 8 + authors: [ 9 + "Cheng Lou <chenglou92@gmail.com>" "Ricky Vetter <rickywvetter@gmail.com>" 10 + ] 11 + license: "MIT" 12 + homepage: "https://reasonml.github.io/reason-react" 13 + doc: "https://reasonml.github.io/reason-react" 14 + bug-reports: "https://github.com/reasonml/reason-react/issues" 15 + depends: [ 16 + "dune" {>= "3.9"} 17 + "ocaml" {>= "4.14"} 18 + "reason" {>= "3.12.0"} 19 + "ppxlib" {>= "0.33.0"} 20 + "merlin" {with-test} 21 + "ocamlformat" {= "0.24.0" & with-dev-setup} 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "@install" 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + dev-repo: "git+https://github.com/reasonml/reason-react.git" 38 + url { 39 + src: 40 + "https://github.com/reasonml/reason-react/releases/download/0.15.0/reason-react-0.15.0.tbz" 41 + checksum: [ 42 + "sha256=fa93c9a3f6f9d2fa78a400bfca02352c70793b4a43275c6971064e7453fc43cd" 43 + "sha512=7408f3b9a86a78b8062d45b131f4fb166c75a783be7a33bf63b3841b32b9022230b45e69323ef7ed6b717921b4ddb375ead0f0ce534174552f032f4de23de2ad" 44 + ] 45 + } 46 + x-commit-hash: "c575d278daa73618a7883290fffe7397447c10a9"
+56
packages/reason-react/reason-react.0.15.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Reason bindings for React.js" 3 + description: """ 4 + ReasonReact helps you use Reason to build React components with deeply integrated, strong, static type safety. 5 + 6 + It is designed and built by people using Reason and React in large, mission critical production React codebases.""" 7 + maintainer: [ 8 + "David Sancho <dsnxmoreno@gmail.com>" 9 + "Antonio Monteiro <anmonteiro@gmail.com>" 10 + ] 11 + authors: [ 12 + "Cheng Lou <chenglou92@gmail.com>" "Ricky Vetter <rickywvetter@gmail.com>" 13 + ] 14 + license: "MIT" 15 + homepage: "https://reasonml.github.io/reason-react" 16 + doc: "https://reasonml.github.io/reason-react" 17 + bug-reports: "https://github.com/reasonml/reason-react/issues" 18 + depends: [ 19 + "dune" {>= "3.9"} 20 + "ocaml" 21 + "melange" {>= "3.0.0"} 22 + "reason-react-ppx" {= version} 23 + "reason" {>= "3.12.0"} 24 + "ocaml-lsp-server" {with-dev-setup} 25 + "opam-check-npm-deps" {= "1.0.0" & with-dev-setup} 26 + "ocamlformat" {= "0.24.0" & with-dev-setup} 27 + "odoc" {with-doc} 28 + ] 29 + build: [ 30 + ["dune" "subst"] {dev} 31 + [ 32 + "dune" 33 + "build" 34 + "-p" 35 + name 36 + "-j" 37 + jobs 38 + "@install" 39 + "@runtest" {with-test} 40 + "@doc" {with-doc} 41 + ] 42 + ] 43 + dev-repo: "git+https://github.com/reasonml/reason-react.git" 44 + depexts: [ 45 + ["react"] {npm-version = "^18.0.0"} 46 + ["react-dom"] {npm-version = "^18.0.0"} 47 + ] 48 + url { 49 + src: 50 + "https://github.com/reasonml/reason-react/releases/download/0.15.0/reason-react-0.15.0.tbz" 51 + checksum: [ 52 + "sha256=fa93c9a3f6f9d2fa78a400bfca02352c70793b4a43275c6971064e7453fc43cd" 53 + "sha512=7408f3b9a86a78b8062d45b131f4fb166c75a783be7a33bf63b3841b32b9022230b45e69323ef7ed6b717921b4ddb375ead0f0ce534174552f032f4de23de2ad" 54 + ] 55 + } 56 + x-commit-hash: "c575d278daa73618a7883290fffe7397447c10a9"