Fri, 03 May 2024 09:33:56 UTC | login

Information for build gap-pkg-json-2.0.2-2.fc33

ID184998
Package Namegap-pkg-json
Version2.0.2
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/gap-pkg-json.git#abc856267da3bdffc552a05da9e3aa67134d174b
SummaryJSON reading and writing for GAP
DescriptionThis package defines a mapping between the JSON markup language and GAP. The built-in datatypes of GAP provide an easy mapping to and from JSON. This package uses the following mapping between GAP and JSON. - JSON lists are mapped to GAP lists - JSON dictionaries are mapped to GAP records - JSON strings are mapped to GAP strings - Integers are mapped to GAP integers, non-integer numbers are mapped to Floats - true, false and null are mapped to true, false and fail respectively Note that this library will not map any other GAP types, such as groups, permutations, to or from JSON. If you wish to map between more complex types, look at the gap-pkg-openmath package, or IO_Pickle in the gap-pkg-io package.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Nov 2020 17:24:33 UTC
CompletedFri, 27 Nov 2020 18:39:31 UTC
Taskbuild (f33, /rpms/gap-pkg-json.git:abc856267da3bdffc552a05da9e3aa67134d174b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/gap-pkg-json.git#abc856267da3bdffc552a05da9e3aa67134d174b'}}
Tags
f33
f37
f38
f39
f40
RPMs
src
gap-pkg-json-2.0.2-2.fc33.src.rpm (info) (download)
noarch
gap-pkg-json-doc-2.0.2-2.fc33.noarch.rpm (info) (download)
riscv64
gap-pkg-json-2.0.2-2.fc33.riscv64.rpm (info) (download)
gap-pkg-json-debuginfo-2.0.2-2.fc33.riscv64.rpm (info) (download)
gap-pkg-json-debugsource-2.0.2-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Apr 03 2020 Jerry James <loganjerry@gmail.com> - 2.0.2-1 - Version 2.0.2 * Wed Mar 11 2020 Jerry James <loganjerry@gmail.com> - 2.0.1-3 - Rebuild for gap 4.11.0 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Nov 04 2019 Jerry James <loganjerry@gmail.com> - 2.0.1-1 - Version 2.0.1 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Apr 24 2019 Jerry James <loganjerry@gmail.com> - 2.0.0-2 - Rebuild for changed bin dir name in gap 4.10.1 * Tue Feb 26 2019 Jerry James <loganjerry@gmail.com> - 2.0.0-1 - Initial RPM