Skip to content

Commit c5c0525

Browse files
committed
[new release] uucp (17.0.0+dune)
CHANGES: - Unicode 17.0.0 support.
1 parent 03938bc commit c5c0525

File tree

1 file changed

+37
-0
lines changed
  • packages/uucp/uucp.17.0.0+dune

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "Unicode character properties for OCaml"
3+
description: """\
4+
Uucp is an OCaml library providing efficient access to a selection of
5+
character properties of the [Unicode character database].
6+
7+
Uucp is distributed under the ISC license. It has no dependency.
8+
9+
Home page: <http://erratique.ch/software/uucp>
10+
11+
[Unicode character database]: http://www.unicode.org/reports/tr44/"""
12+
maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>"
13+
authors: "The uucp programmers"
14+
license: "ISC"
15+
tags: ["unicode" "text" "character" "org:erratique"]
16+
homepage: "https://github.com/dune-universe/uucp"
17+
bug-reports: "https://github.com/dbuenzli/uucp/issues"
18+
depends: [
19+
"ocaml" {>= "4.14.0"}
20+
"dune" {>= "1.1"}
21+
]
22+
depopts: ["uunf" "cmdliner"]
23+
conflicts: [
24+
"uunf" {< "17.0.0" | >= "18.0.0"}
25+
"cmdliner" {< "1.1.0"}
26+
]
27+
build: [ "dune" "build" "-p" name "-j" jobs "@install" ]
28+
dev-repo: "git+https://github.com/dune-universe/uucp.git"
29+
url {
30+
src:
31+
"https://github.com/dune-universe/uucp/releases/download/v17.0.0%2Bdune/uucp-17.0.0.dune.tbz"
32+
checksum: [
33+
"sha256=7e67f7167b73beb48f2e78c4544b07ed50f0b1cf5697d581f2bbdfe00762ab2a"
34+
"sha512=4e9eabf92bec65b9e04d74f224953086a935bf25be7f94848dcdd5d1c08c4abdd7f68ff7f141ef8c97b291762ad405194d7c6505e6852a84aa069afc502334f9"
35+
]
36+
}
37+
x-commit-hash: "59bc49f627783de382df5f8098e176db6cad460c"

0 commit comments

Comments
 (0)