2024-04-25 04:14:52 +00:00
|
|
|
(lang dune 3.15)
|
|
|
|
|
|
|
|
(name ppx_unicode)
|
2024-04-25 06:26:41 +00:00
|
|
|
(version 0.0.1)
|
2024-04-25 04:14:52 +00:00
|
|
|
|
|
|
|
(generate_opam_files true)
|
|
|
|
|
|
|
|
(package
|
|
|
|
(name ppx_unicode)
|
2024-04-25 06:26:41 +00:00
|
|
|
(synopsis "opinionated ppx for string literals")
|
|
|
|
(description "ppx providing enforced and NFC normalized utf-8 on string literals, uchar literals, and bytes literals")
|
|
|
|
(license "CC-BY-NC-SA-4.0")
|
|
|
|
(homepage "https://git.lain.faith/haskal/ppx_unicode")
|
|
|
|
(bug_reports "https://git.lain.faith/haskal/ppx_unicode")
|
|
|
|
(authors "xenia <xenia@awoo.systems>")
|
|
|
|
(maintainers "xenia <xenia@awoo.systems>")
|
|
|
|
(source
|
|
|
|
(uri "https://git.lain.faith/haskal/ppx_unicode.git"))
|
|
|
|
(depends ocaml dune
|
|
|
|
(ppxlib (>= 0.32))
|
|
|
|
(uunf (>= 15.1))))
|