52 lines
1.6 KiB
Plaintext
Generated
52 lines
1.6 KiB
Plaintext
Generated
opam-version: "2.0"
|
|
synopsis: "Unicode character properties for OCaml"
|
|
description: """\
|
|
Uucp is an OCaml library providing efficient access to a selection of
|
|
character properties of the [Unicode character database].
|
|
|
|
Uucp is distributed under the ISC license. It has no dependency.
|
|
|
|
Home page: <http://erratique.ch/software/uucp>
|
|
|
|
[Unicode character database]: http://www.unicode.org/reports/tr44/"""
|
|
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
|
|
authors: "The uucp programmers"
|
|
license: "ISC"
|
|
tags: ["unicode" "text" "character" "org:erratique"]
|
|
homepage: "https://erratique.ch/software/uucp"
|
|
doc: "https://erratique.ch/software/uucp/doc/"
|
|
bug-reports: "https://github.com/dbuenzli/uucp/issues"
|
|
depends: [
|
|
"ocaml" {>= "4.14.0"}
|
|
"ocamlfind" {build}
|
|
"ocamlbuild" {build}
|
|
"topkg" {build & >= "1.0.3"}
|
|
"uucd" {with-test & dev & >= "16.0.0" & < "17.0.0"}
|
|
"uunf" {with-test}
|
|
]
|
|
depopts: ["uunf" "cmdliner"]
|
|
conflicts: [
|
|
"uunf" {< "16.0.0" | >= "17.0.0"}
|
|
"cmdliner" {< "1.1.0"}
|
|
]
|
|
build: [
|
|
"ocaml"
|
|
"pkg/pkg.ml"
|
|
"build"
|
|
"--dev-pkg"
|
|
"%{dev}%"
|
|
"--with-uunf"
|
|
"%{uunf:installed}%"
|
|
"--with-cmdliner"
|
|
"%{cmdliner:installed}%"
|
|
]
|
|
post-messages:
|
|
"If the build fails with \"ocamlopt.opt got signal and exited\", issue 'ulimit -s unlimited' and retry."
|
|
{failure & (arch = "ppc64" | arch = "arm64")}
|
|
dev-repo: "git+https://erratique.ch/repos/uucp.git"
|
|
url {
|
|
src: "https://erratique.ch/software/uucp/releases/uucp-16.0.0.tbz"
|
|
checksum:
|
|
"sha512=5c06d8cadb2b011b1e4ac52e14732044f6ab8e9c11e1184950ff8629b26bd173f1264247623a635b8aa4033e287bfe42d709994f19a3d79f7cbfd20158aa4992"
|
|
}
|
|
x-maintenance-intent: ["(latest)"] |