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.11.0"}
14 "core" {>= "v0.15" & < "v0.16"}
15 "core_kernel" {>= "v0.15" & < "v0.16"}
16 "ppx_here" {>= "v0.15" & < "v0.16"}
17 "ppx_jane" {>= "v0.15" & < "v0.16"}
18 "stdio" {>= "v0.15" & < "v0.16"}
19 "dune" {>= "2.0.0"}
20 "js_of_ocaml" {>= "3.9.0"}
21 "js_of_ocaml-ppx" {>= "3.9.0"}
22 "menhirLib"
23 "ppxlib" {>= "0.23.0"}
24 "re" {>= "1.8.0"}
25 "sedlex"
26]
27synopsis: "A ppx that takes in css strings and produces a module for accessing the unique names defined within"
28description: "
29A ppx that takes in css strings and produces a module for accessing the unique names defined within.
30"
31url {
32src: "https://github.com/janestreet/ppx_css/archive/refs/tags/v0.15.1.tar.gz"
33checksum: "sha256=2f23a4b3e3cfccc25345d25a4d9ab5c64ca7fe6dbf293aa3bcce907a0534324c"
34}