2024-01-06 07:54:29 +01:00
|
|
|
Name: ocaml-integers
|
|
|
|
Version: 0.2.2
|
2024-01-06 07:54:29 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 07:54:29 +01:00
|
|
|
Summary: Various signed and unsigned integer types for OCaml
|
|
|
|
Group: System/Libraries/OCaml
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/ocamllabs/ocaml-integers
|
|
|
|
## GITSOURCE https://github.com/ocamllabs/ocaml-integers.git 0.3.0
|
|
|
|
Source: https://github.com/ocamllabs/ocaml-integers.git/v%{version}/ocaml-integers-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: dune
|
2024-01-06 07:54:29 +01:00
|
|
|
BuildRequires: ocaml >= 4.09.0-4mamba
|
|
|
|
BuildRequires: ocaml-findlib-devel >= 1.8.1-3mamba
|
|
|
|
BuildRequires: ocamlbuild >= 0.14.0-3mamba
|
2024-01-06 07:54:29 +01:00
|
|
|
BuildRequires: opam
|
|
|
|
BuildRequires: ocaml-topkg
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
The ocaml-integers library provides a number of 8-, 16-, 32- and 64-bit signed and unsigned integer types, together with aliases such as `long` and `size_t` whose sizes depend on the host platform.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
opam-installer \
|
|
|
|
--prefix=%{buildroot}%{_prefix} \
|
|
|
|
--libdir=%{buildroot}$(ocamlc -where) \
|
|
|
|
--docdir=%{buildroot}%{_docdir} \
|
|
|
|
--stubsdir=%{buildroot}$(ocamlc -where)/stublibs
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/ocaml/integers
|
|
|
|
%{_libdir}/ocaml/integers/*
|
|
|
|
%{_libdir}/ocaml/stublibs/dllintegers.so
|
|
|
|
%dir %{_datadir}/doc/integers
|
|
|
|
%{_datadir}/doc/integers/*
|
|
|
|
%doc LICENSE.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:54:29 +01:00
|
|
|
* Mon Dec 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-2mamba
|
|
|
|
- rebuilt with ocaml 4.09.0-4mamba
|
|
|
|
|
2024-01-06 07:54:29 +01:00
|
|
|
* Sun May 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.2-1mamba
|
|
|
|
- package created using the webbuild interface
|