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

Group :: Development/ML
RPM: ocaml-gsl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define ocamlmod gsl
Name: ocaml-%ocamlmod
Version: 1.24.3
Release: alt1
Summary: Interface to GSL (GNU scientific library) for OCaml
Summary(ru_RU.UTF-8): Интерфейс библиотеки GSL для OCaml
License: GPLv3
Group: Development/ML
Url: http://mmottl.github.io/gsl-ocaml/
ExcludeArch: armh
Provides: ocaml4-gsl
Obsoletes: ocaml4-gsl

Source: %name-%version.tar
Patch0: %name-%version-%release.patch

BuildRequires: libgsl-devel ocaml-findlib ocaml-dune-configurator-devel ocaml-ocamldoc
BuildRequires: ocaml-base-devel ocaml-stdio-devel

%package devel
Summary: Development files for programs which will use the OcamlGSL library
Summary(ru_RU.UTF-8): Заголовочные файлы для программ, использующих библиотеку OcamlGSL
Group: Development/ML
Requires: %name = %EVR

%description
This is an interface to GSL (GNU scientific library), for the
Objective Caml language.

%description devel
This package includes development files necessary for developing
programs which use interface to GSL (GNU scientific library)

%prep
%setup
%patch0 -p1

%build
%dune_build -p %ocamlmod

%install
%dune_install

%check
%dune_check

%files -f ocaml-files.runtime
%doc LICENSE.md README.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