forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#26276 from davesnx/release-styled-ppx-0.59.1
[new release] styled-ppx (0.59.1)
- Loading branch information
Showing
2 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ description: | |
"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." | ||
maintainer: ["David Sancho <[email protected]>"] | ||
authors: ["David Sancho <[email protected]>"] | ||
license: "MIT" | ||
license: "BSD-2-Clause" | ||
homepage: "https://styled-ppx.vercel.app" | ||
bug-reports: "https://github.com/davesnx/styled-ppx/issues" | ||
depends: [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
opam-version: "2.0" | ||
synopsis: "Type-safe styled components for ReScript and Melange" | ||
description: | ||
"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." | ||
maintainer: ["David Sancho <[email protected]>"] | ||
authors: ["David Sancho <[email protected]>"] | ||
license: "BSD-2-Clause" | ||
homepage: "https://styled-ppx.vercel.app" | ||
bug-reports: "https://github.com/davesnx/styled-ppx/issues" | ||
depends: [ | ||
"dune" {>= "3.8"} | ||
"ocaml" {>= "5.1.0" & < "5.2.0"} | ||
"reason" {>= "3.11.0"} | ||
"menhir" {>= "20220210"} | ||
"ppx_deriving" {>= "5.0"} | ||
"ppx_deriving_yojson" {>= "3.7.0"} | ||
"ppxlib" {>= "0.27.0"} | ||
"sedlex" {>= "3.2"} | ||
"melange" {>= "3.0.0"} | ||
"server-reason-react" {>= "0.3.1"} | ||
"reason-react" {>= "0.14.0"} | ||
"alcotest" {with-test} | ||
"conf-npm" {with-test} | ||
"reason-react-ppx" {with-dev-setup} | ||
"ocaml-lsp-server" {with-dev-setup} | ||
"ocamlformat" {with-dev-setup} | ||
"utop" {with-dev-setup} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/davesnx/styled-ppx.git" | ||
depexts: [ | ||
["@emotion/css"] {npm-version = ">=11.0.0"} | ||
] | ||
url { | ||
src: | ||
"https://github.com/davesnx/styled-ppx/releases/download/0.59.1/styled-ppx-0.59.1.tbz" | ||
checksum: [ | ||
"sha256=8e9aabb5b5f98be5ecf8ba733a0111bcffd5fa2cba85181a58ba791f6d01d454" | ||
"sha512=fcd0cd606a2630268e8cf38e36dedfdbb1fb6171160808b486d79200c0170460cf32900741eaa7b881ceea644b31ee1dc2a555ad208ccb9ad845c3d86b83085c" | ||
] | ||
} | ||
x-commit-hash: "21b4a4bd7c7aa98eade34a1149ea4ac5a4a4a30e" |