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

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

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

%define  modulename ipaddr
Name:    ocaml-%modulename
Version: 5.3.0
Release: alt1
Summary: An OCaml library for manipulation of IP (and MAC) address representations
License: ISC
Group:   Development/ML
URL:     https://github.com/mirage/ocaml-ipaddr
Source:  %name-%version.tar
Patch0:   %name-%version-%release.patch
BuildRequires: dune
BuildRequires: ocaml-domain-name-devel
BuildRequires: ocaml-ounit-devel
BuildRequires: ocaml-ppx_sexp_conv-devel
BuildRequires: ocaml-cstruct-devel
BuildPreReq: rpm-build-ocaml >= 1.4

%description
%summary

%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
%patch0 -p1

%build
sed -si 's,oUnit,ounit2,' lib_test/dune
%dune_build --release  at install

%install
%dune_install

%check
%dune_check

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

%files devel -f ocaml-files.devel

%changelog

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

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