this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_css" 5bug-reports: "https://github.com/janestreet/ppx_css/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_css.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_css/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "5.1.0"} 14 "async" {>= "v0.17" & < "v0.18"} 15 "async_unix" {>= "v0.17" & < "v0.18"} 16 "core" {>= "v0.17" & < "v0.18"} 17 "core_kernel" {>= "v0.17" & < "v0.18"} 18 "core_unix" {>= "v0.17" & < "v0.18"} 19 "ppx_here" {>= "v0.17" & < "v0.18"} 20 "ppx_jane" {>= "v0.17" & < "v0.18"} 21 "ppx_let" {>= "v0.17" & < "v0.18"} 22 "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 23 "ppx_string" {>= "v0.17" & < "v0.18"} 24 "stdio" {>= "v0.17" & < "v0.18"} 25 "virtual_dom" {>= "v0.17" & < "v0.18"} 26 "dune" {>= "3.11.0"} 27 "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} 28 "js_of_ocaml-ppx" {>= "5.1.1" & < "5.7.0"} 29 "menhirLib" 30 "ppxlib" {>= "0.28.0"} 31 "sedlex" {>= "2.6"} 32] 33available: arch != "arm32" & arch != "x86_32" 34synopsis: "A ppx that takes in css strings and produces a module for accessing the unique names defined within" 35description: " 36A ppx that takes in css strings and produces a module for accessing the unique names defined within. 37" 38url { 39src: "https://github.com/janestreet/ppx_css/archive/refs/tags/v0.17.0.tar.gz" 40checksum: "sha256=e60e31aadd820b131f7f05827f369164564400bd4fd51c199d066abf7e68753f" 41}