Package Details: ocaml-graphics 5.1.2-2

Git Clone URL: https://aur.archlinux.org/ocaml-graphics.git (read-only, click to copy)
Package Base: ocaml-graphics
Description: OCaml graphics library
Upstream URL: https://github.com/ocaml/graphics
Keywords: draw drawing graphics gui library ocaml primitive primitives x11
Licenses: LGPL-2.1-only WITH OCaml-LGPL-linking-exception
Submitter: Singularity
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 2
Popularity: 0.026169
First Submitted: 2020-02-08 03:23 (UTC)
Last Updated: 2024-06-02 18:05 (UTC)

Pinned Comments

dpeukert commented on 2023-08-11 11:30 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/ocaml-graphics

Latest Comments

meadow commented on 2024-06-02 18:22 (UTC)

Thanks for the prompt fix!

dpeukert commented on 2024-06-02 18:15 (UTC)

@meadow: Good point, done!

meadow commented on 2024-06-02 16:00 (UTC)

Hey,

Could you bump the pkgver by one to force a rebuild for Ocaml 5.2? :)

Background: Some of my packages don't build because they need ocaml-graphics built with the same Ocaml version.

Thanks!

dpeukert commented on 2023-08-11 11:30 (UTC)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/ocaml-graphics

Score_Under commented on 2023-04-18 05:51 (UTC)

This should depend on ocaml-compiler-libs (maybe makedepends only?) and libx11, otherwise it does not build from a clean chroot

dune also seems to have tightened its restrictions, because this error occurs in the package step after including those dependencies:

==> Starting package()...
dune: option '--libdir': the path must be absolute to avoid ambiguity
Usage: dune install [OPTION]… [PACKAGE]…
Try 'dune install --help' or 'dune --help' for more information.