Fri, 21 Jun 2024 03:56:21 UTC | login

Information for build ocaml-pyml-20220615-3.fc37

ID201257
Package Nameocaml-pyml
Version20220615
Release3.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-pyml.git#b4a81c713d290960372daf414510c7483e290ad7
SummaryOCaml bindings for Python
Descriptionpy.ml provides OCaml bindings for Python 2 and Python 3. This library subsumes the pycaml library, which is no longer actively maintained. The Python library is linked at runtime and the same executable can be run in a Python 2 or a Python 3 environment. py.ml does not require any Python library at compile time. The only compile time dependency is Stdcompat to ensure compatibility with all OCaml compiler versions from 3.12. Bindings are split in three modules: - Py provides the initialization functions and some high-level bindings, with error handling and naming conventions closer to OCaml usages. - Pycaml provides a signature close to the old Pycaml module, so as to ease migration. - Pywrappers provides low-level bindings, which follow closely the conventions of the C bindings for Python. Submodules Pywrappers.Python2 and Pywrappers.Python3 contain version-specific bindings.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 09 Oct 2022 07:57:18 UTC
CompletedSun, 09 Oct 2022 10:11:01 UTC
Taskbuild (f37, /rpms/ocaml-pyml.git:b4a81c713d290960372daf414510c7483e290ad7)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-pyml.git#b4a81c713d290960372daf414510c7483e290ad7'}}
Tags
f37
f38
RPMs
src
ocaml-pyml-20220615-3.fc37.src.rpm (info) (download)
riscv64
ocaml-pyml-20220615-3.fc37.riscv64.rpm (info) (download)
ocaml-pyml-devel-20220615-3.fc37.riscv64.rpm (info) (download)
ocaml-pyml-debuginfo-20220615-3.fc37.riscv64.rpm (info) (download)
ocaml-pyml-debugsource-20220615-3.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Aug 01 2022 Jerry James <loganjerry@gmail.com> - 20220615-3 - Add patch for compatibility with python 3.11 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20220615-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 20220615-2 - Use new OCaml macros * Sun Jun 19 2022 Richard W.M. Jones <rjones@redhat.com> - 20220615-2 - OCaml 4.14.0 rebuild * Thu Jun 16 2022 Jerry James <loganjerry@gmail.com> - 20220615-1 - Version 20220615 * Wed Apr 27 2022 Jerry James <loganjerry@gmail.com> - 20220325-1 - Version 20220325 - Drop upstreamed -wide-character patch - Conditionally build the custom toplevels * Mon Feb 28 2022 Jerry James <loganjerry@gmail.com> - 20211015-5 - Rebuild for ocaml-stdcompat 18 * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 20211015-4 - OCaml 4.13.1 rebuild to remove package notes * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20211015-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jan 07 2022 Jerry James <loganjerry@gmail.com> - 20211015-2 - Modify license to include LGPLv2+ - Change doc subpackage to noarch - Build the binaries without rebuilding the entire library * Fri Dec 31 2021 Jerry James <loganjerry@gmail.com> - 20211015-1 - Initial RPM