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/mattdamon108/res_tailwindcss/archive/opam-0.1.3.tar.gz"
28 checksum: [
29 "md5=23b68b1a1871fc87bb121e022aa8be89"
30 "sha512=964f61834cf0292e69cc189bece4e5d35874fd29aea17b97750570b870d349da28b284f150a1382ad37b033b1fe8e3397cc744458805617ec5d9b1121a859d38"
31 ]
32}