Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37716992
en ru br
ALT Linux repos
S:5.1.2-alt1

Group :: Development/ML
RPM: ocaml-graphics

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define libname graphics
Name: ocaml-%libname
Version: 5.1.2
Release: alt1
Summary: The OCaml graphics library
License: LGPLv2.1 with OCaml-LGPL-linking-exception
Group: Development/ML
Url: https://github.com/ocaml/graphics
Source0: %name-%version.tar
BuildRequires: ocaml ocaml-dune-configurator-devel libX11-devel

%description
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.

%package devel
Summary: Development files for %name
Group: Development/ML
Requires: %name = %version-%release

%description devel
The %name-devel package contains libraries and signature files for
developing applications that use %name.

%prep
%setup

%build
%dune_build --release  at install

%install
%dune_install

%check
%dune_check

%files -f ocaml-files.runtime
%doc README.md LICENSE CHANGES.md

%files devel -f ocaml-files.devel

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin