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" {>= "4.14.0"} 14 "async" {>= "v0.16" & < "v0.17"} 15 "async_unix" {>= "v0.16" & < "v0.17"} 16 "core" {>= "v0.16" & < "v0.17"} 17 "core_kernel" {>= "v0.16" & < "v0.17"} 18 "core_unix" {>= "v0.16" & < "v0.17"} 19 "ppx_here" {>= "v0.16" & < "v0.17"} 20 "ppx_jane" {>= "v0.16" & < "v0.17"} 21 "ppx_let" {>= "v0.16" & < "v0.17"} 22 "ppx_sexp_conv" {>= "v0.16" & < "v0.17"} 23 "stdio" {>= "v0.16" & < "v0.17"} 24 "virtual_dom" {>= "v0.16" & < "v0.17"} 25 "dune" {>= "2.0.0"} 26 "js_of_ocaml" {>= "5.1.1"} 27 "js_of_ocaml-ppx" {>= "5.1.1"} 28 "menhirLib" 29 "ppxlib" {>= "0.28.0"} 30 "re" {>= "1.8.0"} 31 "sedlex" {>= "2.6"} 32] 33synopsis: "A ppx that takes in css strings and produces a module for accessing the unique names defined within" 34description: " 35A ppx that takes in css strings and produces a module for accessing the unique names defined within. 36" 37url { 38src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_css-v0.16.0.tar.gz" 39checksum: "sha256=58a8f237e28c0f223e85552f0f1097c9f7a9682fccee61c593dae32c506926ae" 40}