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

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

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

Name: ocaml-pcre
Version: 7.5.0
Release: alt1

Summary: Perl compatibility regular expressions (PCRE) for OCaml
License: LGPLv2.1 with OCaml-LGPL-linking-exception
Group: Development/ML
Url: http://mmottl.github.io/pcre-ocaml/
# https://github.com/mmottl/pcre-ocaml
Source: %name-%version.tar
Provides: pcre-ocaml = %version-%release
Obsoletes: pcre-ocaml
Provides: ocaml-pcre-runtime = %version-%release
Obsoletes: ocaml-pcre-runtime < %version-%release

BuildRequires: libpcre-devel
BuildRequires: ocaml-dune-configurator-devel ocaml-base

%description
This OCaml-library interfaces the PCRE (Perl-compatibility regular
expressions) library which is written in C. it can be used for matching
regular expressions which are written in "PERL"-style.

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

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

%prep
%setup

%build
%dune_build -p pcre

%install
%dune_install

%check
%dune_check

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

%files devel -f ocaml-files.devel
%doc README.md

%changelog

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

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