ppx_unicode/ppx_unicode.opam

34 lines
819 B
Plaintext
Raw Normal View History

2024-04-25 04:14:52 +00:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
2024-04-25 06:53:01 +00:00
version: "0.1.0"
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"
maintainer: ["xenia <xenia@awoo.systems>"]
authors: ["xenia <xenia@awoo.systems>"]
2024-04-25 06:53:01 +00:00
license: "CC-BY-NC-SA-4.0"
2024-04-25 06:26:41 +00:00
homepage: "https://git.lain.faith/haskal/ppx_unicode"
bug-reports: "https://git.lain.faith/haskal/ppx_unicode"
2024-04-25 04:14:52 +00:00
depends: [
"ocaml"
"dune" {>= "3.15"}
2024-04-25 06:26:41 +00:00
"ppxlib" {>= "0.32"}
"uunf" {>= "15.1"}
2024-04-25 04:14:52 +00:00
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
2024-04-25 06:26:41 +00:00
dev-repo: "https://git.lain.faith/haskal/ppx_unicode.git"