rebuilt with ocaml 4.14.1 [release 0.9.2-2mamba;Thu Jul 06 2023]

This commit is contained in:
Sdk Build System 2024-01-06 07:52:10 +01:00
parent 9889b89f5d
commit 16f11dc0b4

View File

@ -2,21 +2,23 @@
Name: ocaml-curl Name: ocaml-curl
Version: 0.9.2 Version: 0.9.2
Release: 1mamba Release: 2mamba
Summary: OCaml bindings to libcurl Summary: OCaml bindings to libcurl
Group: System/Libraries/OCaml Group: System/Libraries/OCaml
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://ygrek.org/p/ocurl URL: https://ygrek.org/p/ocurl/
Source: https://github.com/ygrek/ocurl.git/%{version}/ocurl-%{version}.tar.bz2 Source: https://github.com/ygrek/ocurl.git/%{version}/ocurl-%{version}.tar.bz2
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
BuildRequires: ocaml BuildRequires: ocaml
BuildRequires: ocaml-lwt-devel
BuildRequires: ocaml-runtime
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: ocaml BuildRequires: ocaml >= 4.14.1
BuildRequires: ocaml-findlib BuildRequires: ocaml-findlib
%description %description
@ -68,5 +70,8 @@ make install FINDLIB=ocamlfind
%doc CHANGES* README.md %doc CHANGES* README.md
%changelog %changelog
* Thu Jul 06 2023 Sdk Build System <sdk@mambasoft.it> 0.9.2-2mamba
- rebuilt with ocaml 4.14.1
* Sun Feb 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2-1mamba * Sun Feb 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2-1mamba
- package created using the webbuild interface - package created using the webbuild interface