Fri, 03 May 2024 05:09:58 UTC | login

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

ID155239
Package Namegap-pkg-json
Version2.0.2
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/gap-pkg-json.git#80cc1902608b8dfd1e0c850138fe460f333a1b68
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
StartedWed, 08 Apr 2020 22:49:16 UTC
CompletedWed, 08 Apr 2020 23:32:03 UTC
Taskbuild (f33, /rpms/gap-pkg-json.git:80cc1902608b8dfd1e0c850138fe460f333a1b68)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/gap-pkg-json.git#80cc1902608b8dfd1e0c850138fe460f333a1b68'}}
Tags
f33
RPMs
src
gap-pkg-json-2.0.2-1.fc33.src.rpm (info) (download)
noarch
gap-pkg-json-doc-2.0.2-1.fc33.noarch.rpm (info) (download)
riscv64
gap-pkg-json-2.0.2-1.fc33.riscv64.rpm (info) (download)
gap-pkg-json-debuginfo-2.0.2-1.fc33.riscv64.rpm (info) (download)
gap-pkg-json-debugsource-2.0.2-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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