Search Criteria
Package Details: ocaml-ogg 0.7.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ocaml-ogg.git (read-only, click to copy) |
|---|---|
| Package Base: | ocaml-ogg |
| Description: | OCaml binding to libogg |
| Upstream URL: | https://github.com/savonet/ocaml-ogg |
| Licenses: | LGPL2.1 |
| Submitter: | J5lx |
| Maintainer: | robertfoster |
| Last Packager: | robertfoster |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-10-10 11:47 (UTC) |
| Last Updated: | 2025-02-02 03:29 (UTC) |
Dependencies (4)
- libogg (libogg-gitAUR)
- ocaml (ocaml-gitAUR)
- dune (make)
- ocaml-findlib (make)
Latest Comments
lamarpavel commented on 2023-02-19 09:30 (UTC) (edited on 2023-02-19 09:30 (UTC) by lamarpavel)
Hey, thanks for packaging this. There is an error in the PKGBUILD where DESTDIR is defined:
DESTDIR="${pkgdir}" dune install --prefix "/usr" --libdir "lib/ocaml"Here, dune complains about the path passed to
--libdir:dune: option '--libdir': the path must be absolute to avoid ambiguityUnfortunately this error stops the build process for anything depending on ocaml-ogg, such as liquidsoap.
J5lx commented on 2016-11-16 22:10 (UTC)
ashaman-crypto commented on 2016-11-12 22:28 (UTC)