this repo has no description
1opam-version: "2.0" 2synopsis: "PPX validates the tailwindcss class names" 3description: """ 4ppx_tailwindcss validates the tailwindcss class names in compile time. 5""" 6maintainer: "Greenlabs Dev <developer@greenlabs.co.kr>" 7authors: "Greenlabs Dev <developer@greenlabs.co.kr>" 8license: "MIT" 9homepage: "https://github.com/green-labs/res_tailwindcss" 10bug-reports: "https://github.com/green-labs/res_tailwindcss/issues" 11dev-repo: "git+https://github.com/green-labs/res_tailwindcss.git" 12depends: [ 13 "ocaml" {>= "4.12.1"} 14 "dune" { >= "2.8"} 15 "ppxlib" 16 "core" {< "v0.15"} 17 "ppx_inline_test" 18 "ppx_expect" 19 "ppx_deriving" 20 "menhir" { >= "20211230"} 21] 22build: [ 23 ["dune" "build" "-p" name "-j" jobs] 24] 25url { 26 src: 27 "https://github.com/green-labs/ppx_tailwindcss/archive/opam-0.1.2.tar.gz" 28 checksum: [ 29 "md5=41ee181d9324e451341f5f99ba843ad1" 30 "sha512=c74b38da98efa381e0c950de0daa96f5c2702c770062733c6cbf2852b6737e5195aa6c7d56ab7775dbc4740a632e83814e0f987c5d747316752023b08484cfd7" 31 ] 32}