Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions packages/circle/meta.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
{
"AbstractHTML": "The <span class=\"pkgname\">Circle</span> package provides functionality for computations in adjoint groups of finite associative rings. It allows to construct circle objects that will respect the circle multiplication r*s=r+s+rs, create multiplicative groups, generated by such objects, and compute groups of elements, invertible with respect to this operation. Also it may serve as an example of extending the GAP system with new multiplicative objects.",
"ArchiveFormats": ".tar.gz",
"ArchiveSHA256": "c978093a555d8d54fa3fd84c4f52a5cc98ba83585bf2454fb29b0517d34e189d",
"ArchiveSize": 253694,
"ArchiveURL": "https://github.com/gap-packages/circle/releases/download/v1.7.0/circle-1.7.0",
"ArchiveSHA256": "9ecc2d63da589f258a85843238ab47e3d681f598cc23aa56c9bcbcbb036d94a4",
"ArchiveSize": 253773,
"ArchiveURL": "https://github.com/gap-packages/circle/releases/download/v1.7.1/circle-1.7.1",
"AutoDoc": {
"entities": {
"RELEASEDATE": "11 August 2026",
"RELEASEDATE": "14 August 2026",
"RELEASEYEAR": "2026",
"VERSION": "1.7.0"
"VERSION": "1.7.1"
}
},
"AvailabilityTest": null,
"Date": "2026-08-11",
"Date": "2026-08-14",
"Dependencies": {
"ExternalConditions": [],
"GAP": ">=4.8",
"NeededOtherPackages": [],
"SuggestedOtherPackages": []
"SuggestedOtherPackages": [],
"TestPackages": [
[
"smallgrp",
">= 1.0"
]
]
},
"IssueTrackerURL": "https://github.com/gap-packages/circle/issues",
"Keywords": [
Expand All @@ -40,7 +46,7 @@
"SixFile": "doc/manual.six"
}
],
"PackageInfoSHA256": "701b60f103ab85bbbf1727423e8d663446afff327643ce6ebf88741e194e39d0",
"PackageInfoSHA256": "e189201dfe54c6c89742a76b8577a79517cee05672347a82b9307f5bfc8b3e37",
"PackageInfoURL": "https://gap-packages.github.io/circle/PackageInfo.g",
"PackageName": "Circle",
"PackageWWWHome": "https://gap-packages.github.io/circle",
Expand Down Expand Up @@ -74,5 +80,5 @@
},
"Subtitle": "Adjoint groups of finite rings",
"TestFile": "tst/testall.g",
"Version": "1.7.0"
"Version": "1.7.1"
}
Loading