ocaml-graphics 5.1.2
The OCaml graphics library
The graphics library provides a set of portable drawing primitives. Drawing takes place in a separate window that is created when Graphics.open_graph is called. This library used to be distributed with OCaml up to OCaml 4.08.
- Outputs:
out
- Website: https://github.com/ocaml/graphics
- Licenses: LGPL 2.1+
- Package source: gnu/packages/ocaml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ocaml-graphics 5.1.2
as follows:
guix install ocaml-graphics@5.1.2
Or install the latest version:
guix install ocaml-graphics
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.