Search Criteria
Package Details: ocaml-uunf 17.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ocaml-uunf.git (read-only, click to copy) |
|---|---|
| Package Base: | ocaml-uunf |
| Description: | Unicode text normalization for OCaml |
| Upstream URL: | https://erratique.ch/software/uunf |
| Keywords: | character library normalization normalize ocaml text unicode |
| Licenses: | ISC |
| Submitter: | dpeukert |
| Maintainer: | None |
| Last Packager: | dpeukert |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-07-16 18:45 (UTC) |
| Last Updated: | 2025-11-02 21:45 (UTC) |
Dependencies (8)
- ocaml (ocaml-gitAUR)
- ocaml-cmdliner
- ocaml-uucdAUR
- ocaml-uutfAUR
- ocaml-findlib (make)
- ocaml-topkg (make)
- ocamlbuild (make)
- opam (opam-gitAUR) (make)
Required by (3)
- ocaml-crowbar (check)
- ocaml-omd
- ocaml-uucp
Latest Comments
eclairevoyant commented on 2022-12-11 11:46 (UTC)
Looks good, thanks for looking into this!
dpeukert commented on 2022-12-11 11:07 (UTC)
@eclairevoyant: Thanks for the heads-up, all affected packages (ocaml-logs, ocaml-uucd, ocaml-uucp, ocaml-uunf, ocaml-uuseg) should be fixed now.
eclairevoyant commented on 2022-12-03 14:02 (UTC) (edited on 2022-12-03 14:05 (UTC) by eclairevoyant)
Actually on further review I think it makes more sense to add
'ocaml-xmlm'as a regular dependency underocaml-uucd, since uucd seems to require xmlm according to its source files:eclairevoyant commented on 2022-12-03 13:52 (UTC)
It seems this package also requires 'ocaml-xmlm' in
makedepends:Adding that dep allows completing the build in a clean chroot. The same error also appears when building
ocaml-uucpbut I figured I'd refrain from repeating in multiple places since you maintain both packages.