Thu, 23 May 2024 04:48:34 UTC | login

Information for build ocaml-pyml-20220905-1.fc38

ID232864
Package Nameocaml-pyml
Version20220905
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-pyml.git#7a41c30a916ea06748c807608ed7716ffaef6d49
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
StartedSat, 25 Feb 2023 10:37:36 UTC
CompletedSat, 25 Feb 2023 12:36:27 UTC
Taskbuild (f38, /rpms/ocaml-pyml.git:7a41c30a916ea06748c807608ed7716ffaef6d49)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-pyml.git#7a41c30a916ea06748c807608ed7716ffaef6d49'}}
Tags
f38
f39
f40
RPMs
src
ocaml-pyml-20220905-1.fc38.src.rpm (info) (download)
riscv64
ocaml-pyml-20220905-1.fc38.riscv64.rpm (info) (download)
ocaml-pyml-devel-20220905-1.fc38.riscv64.rpm (info) (download)
ocaml-pyml-debuginfo-20220905-1.fc38.riscv64.rpm (info) (download)
ocaml-pyml-debugsource-20220905-1.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Wed Feb 15 2023 Jerry James <loganjerry@gmail.com> - 20220905-1 - Version 20220905 - Add library-unload patch to fix test suite crashes - Convert License tag to SPDX * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 20220615-5 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20220615-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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