this repo has no description
1opam-version: "2.0" 2synopsis: "Type-safe styled components for ReScript and Melange" 3description: 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." 5maintainer: ["David Sancho <dsnxmoreno@gmail.com>"] 6authors: ["David Sancho <dsnxmoreno@gmail.com>"] 7license: "BSD-2-Clause" 8homepage: "https://styled-ppx.vercel.app" 9bug-reports: "https://github.com/davesnx/styled-ppx/issues" 10depends: [ 11 "dune" {>= "3.8"} 12 "ocaml" {>= "5.1.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" 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] 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-p" 36 name 37 "-j" 38 jobs 39 "@install" 40 "@doc" {with-doc} 41 ] 42] 43dev-repo: "git+https://github.com/davesnx/styled-ppx.git" 44url { 45 src: 46 "https://github.com/davesnx/styled-ppx/releases/download/0.56.0/styled-ppx-0.56.0.tbz" 47 checksum: [ 48 "sha256=f93a08d11849c6010fc3e1c5650d811a14dc60d1f2ea74edb6e2514f12d9f35f" 49 "sha512=ad90141c288c368ee60455380706deacc41daffb412e9716c28eadc7aff0360110ca0b953a71b4c58eb6ad33c4dafbc066a9002cc0b17a2fd2dd8a5714f7c668" 50 ] 51} 52x-commit-hash: "c38b8044898f306002ddb52425fbad9cc3ba7226"