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

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

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

%define ocamlmod ppx_inline_test
Name: ocaml-%ocamlmod
Version: 0.15.0
Release: alt1
Summary: Syntax extension for writing in-line tests in ocaml code
Group: Development/ML
License: MIT
Url: https://github.com/janestreet/ppx_inline_test
Source: %name-%version.tar
Patch0: %name-%version-%release.patch

BuildRequires: ocaml >= 4.10
BuildRequires: ocaml-ppxlib-devel
BuildRequires: ocaml-time_now-devel
BuildRequires: ocaml-base-devel
BuildRequires: dune
BuildRequires: rpm-build-ocaml >= 1.4

%description
Syntax extension for writing in-line tests in ocaml code.
Part of the Jane Street's PPX rewriters collection.

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

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

%prep
%setup

%build
%dune_build --release  at install

%install
%dune_install

# tests is broken in upstream

#%check
#dune_check

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

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

%changelog

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

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