Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37749924
en ru br
ALT Linux repos
S:8.00.03-alt1

Group :: Development/ML
RPM: ocaml-camlp5

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module camlp5
Name: ocaml-camlp5
Version: 8.00.03
Release: alt1

Summary: preprocessor-pretty-printer of OCaml
License: BSD-style
Group: Development/ML
Url: https://camlp5.github.io/

Source: %name-%version.tar
Provides: camlp5 = %EVR
Obsoletes: camlp5 < %EVR
BuildRequires: ocaml >= 4.08.1 ocaml-findlib
BuildRequires: perl-IPC-System-Simple perl-String-ShellQuote

%description
Camlp5 is a preprocessor-pretty-printer of OCaml.
It is compatible with OCaml versions from 3.08.0 to 3.11 included.

This package is compiled in 'transitional' mode, to simplify
compilation of older packages (e.g. ocamlnet).

%prep
%setup -q

%build
./configure --strict --mandir %_mandir
%make world.opt

%install
%make_install DESTDIR=%buildroot install

install -p -m644 compile/pa_o_fast.cmi %buildroot%_libdir/ocaml/%module/

%files
%_bindir/%{module}*
%_bindir/mk%{module}*
%_bindir/ocpp5
%_libdir/ocaml/%module
%_man1dir/*5*.1*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin