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

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

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

%define  modulename ppx_here

Name:    ocaml-%modulename
Version: 0.15.0
Release: alt1
Summary: Expands [%%here_str] into its location
License: MIT
Group:   Development/ML
URL:     https://github.com/janestreet/ppx_here
Source:  %modulename-%version.tar
BuildRequires: ocaml >= 4.10
BuildRequires: ocaml-ppxlib-devel
BuildRequires: ocaml-base-devel
BuildRequires: dune

%description
A ppx rewriter that defines an extension node whose value is its source
position.

%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 ppx_here

%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