Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37483340
en ru br
Репозитории ALT

Группа :: Разработка/ML
Пакет: ocaml-iter

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define libname iter
Name: ocaml-%libname
Version: 1.4
Release: alt1
Summary: Simple and lightweight iterator abstract data type for OCaml
License: BSD
Group: Development/ML
Url: https://github.com/c-cube/iter/
Source0: %name-%version.tar
BuildRequires: ocaml-findlib-devel ocaml-dune-configurator-devel ocaml-result-devel
BuildRequires: ocaml-qcheck-devel ocaml-ounit-devel ocaml-odoc ocaml-qtest-devel
Provides: ocaml-sequence = %EVR
Obsoletes: ocaml-sequence

%description
Simple abstraction over `iter` functions, intended to iterate efficiently
on collections while performing some transformations.

%package devel
Summary: Development files for %name
Group: Development/ML
Requires: %name = %version-%release
Provides: ocaml-sequence-devel = %EVR
Obsoletes: ocaml-sequence-devel

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

%prep
%setup

%build
rm -f dune
%dune_build --release  at install

%install
%dune_install

%check
%dune_check

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

%files devel -f ocaml-files.devel

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin