this repo has no description
0
fork

Configure Feed

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

Merge pull request #26276 from davesnx/release-styled-ppx-0.59.1

[new release] styled-ppx (0.59.1)

authored by

Raphaël Proust and committed by
GitHub
cc7e6689 dcefe2bf

+57 -1
+1 -1
packages/styled-ppx/styled-ppx.0.56.0/opam
··· 4 4 "styled-ppx is the ppx that brings styled components to ReScript and Melange, allowing you to create React Components with type-safe style definitions using CSS." 5 5 maintainer: ["David Sancho <dsnxmoreno@gmail.com>"] 6 6 authors: ["David Sancho <dsnxmoreno@gmail.com>"] 7 - license: "MIT" 7 + license: "BSD-2-Clause" 8 8 homepage: "https://styled-ppx.vercel.app" 9 9 bug-reports: "https://github.com/davesnx/styled-ppx/issues" 10 10 depends: [
+56
packages/styled-ppx/styled-ppx.0.59.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Type-safe styled components for ReScript and Melange" 3 + description: 4 + "styled-ppx is the ppx that brings styled components to ReScript and Melange, allowing you to create React Components with type-safe style definitions using CSS." 5 + maintainer: ["David Sancho <dsnxmoreno@gmail.com>"] 6 + authors: ["David Sancho <dsnxmoreno@gmail.com>"] 7 + license: "BSD-2-Clause" 8 + homepage: "https://styled-ppx.vercel.app" 9 + bug-reports: "https://github.com/davesnx/styled-ppx/issues" 10 + depends: [ 11 + "dune" {>= "3.8"} 12 + "ocaml" {>= "5.1.0" & < "5.2.0"} 13 + "reason" {>= "3.11.0"} 14 + "menhir" {>= "20220210"} 15 + "ppx_deriving" {>= "5.0"} 16 + "ppx_deriving_yojson" {>= "3.7.0"} 17 + "ppxlib" {>= "0.27.0"} 18 + "sedlex" {>= "3.2"} 19 + "melange" {>= "3.0.0"} 20 + "server-reason-react" {>= "0.3.1"} 21 + "reason-react" {>= "0.14.0"} 22 + "alcotest" {with-test} 23 + "conf-npm" {with-test} 24 + "reason-react-ppx" {with-dev-setup} 25 + "ocaml-lsp-server" {with-dev-setup} 26 + "ocamlformat" {with-dev-setup} 27 + "utop" {with-dev-setup} 28 + "odoc" {with-doc} 29 + ] 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "@install" 40 + "@runtest" {with-test} 41 + "@doc" {with-doc} 42 + ] 43 + ] 44 + dev-repo: "git+https://github.com/davesnx/styled-ppx.git" 45 + depexts: [ 46 + ["@emotion/css"] {npm-version = ">=11.0.0"} 47 + ] 48 + url { 49 + src: 50 + "https://github.com/davesnx/styled-ppx/releases/download/0.59.1/styled-ppx-0.59.1.tbz" 51 + checksum: [ 52 + "sha256=8e9aabb5b5f98be5ecf8ba733a0111bcffd5fa2cba85181a58ba791f6d01d454" 53 + "sha512=fcd0cd606a2630268e8cf38e36dedfdbb1fb6171160808b486d79200c0170460cf32900741eaa7b881ceea644b31ee1dc2a555ad208ccb9ad845c3d86b83085c" 54 + ] 55 + } 56 + x-commit-hash: "21b4a4bd7c7aa98eade34a1149ea4ac5a4a4a30e"