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

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

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

%set_verify_elf_method textrel=relaxed
%define  modulename octavius

Name:    ocaml-%modulename
Version: 1.2.2
Release: alt3
Summary: ocamldoc comment syntax parser
License: ISC
Group:   Development/ML
URL:     https://github.com/ocaml-doc/octavius
BuildRequires: dune ocaml
BuildPreReq: rpm-build-ocaml >= 1.4

Source:  %modulename-%version.tar

%description
Octavius is a library to parse the ocamldoc comment syntax.

%package devel
Summary: Development files for %name
Group: Development/ML
Requires: %name = %EVR

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

%prep
%setup -n %modulename-%version

%build
%dune_build -p %modulename

%install
%dune_install

%check
%dune_check

%files -f ocaml-files.runtime
%doc README.md
%dir %_libdir/ocaml/%modulename
%_bindir/%modulename

%files devel -f ocaml-files.devel

%changelog

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

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