Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[alco] New package, version 0.2 #1074

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
71 changes: 71 additions & 0 deletions packages/alco/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"AbstractHTML": "The <span class=\"pkgname\">ALCO</span> package provides tools for algebraic combinatorics including implementations of octonion and Jordan algebras.",
"ArchiveFormats": ".tar.gz",
"ArchiveSHA256": "4dce655c109e8dcacd7b1c732c738395cccb7c52c487226ade8a319e212cd434",
"ArchiveURL": "https://github.com/BNasmith/alco/releases/download/v0.2/ALCO-0.2",
"AutoDoc": {
"TitlePage": {
"Abstract": "ALCO provides implementations in &GAP; of octonion algebras, Jordan algebras, and certain important integer subrings of those algebras. It also provides tools to compute the parameters of t-designs in spherical and projective spaces (modeled as manifolds of primitive idempotent elements in a simple Euclidean Jordan algebra). Finally, this package provides tools to explore octonion lattice constructions, including octonion Leech lattices.\n",
"Acknowledgements": "This documentation was prepared using the &GAPDoc; package.\n<P/>\n",
"Copyright": "&copyright; 2024 by Benjamin Nasmith<P/>\n\nThis package may be distributed under the terms and conditions of the GNU Public License Version 3 or (at your option) any later version.\n"
},
"entities": {
"ALCO": "<Package>ALCO</Package>",
"DATE": "04/02/2024",
"VERSION": "0.2",
"io": "<Package>io</Package>"
}
},
"AvailabilityTest": null,
"BannerString": "----------------------------------------------------------------\nLoading ALCO 0.2\t(Tools for Algebraic Combinatorics)\nby Benjamin Nasmith (https://github.com/BNasmith/)\nThis program is distributed under GNU General Public License 3.0\n----------------------------------------------------------------\n",
"Date": "04/02/2024",
"Dependencies": {
"ExternalConditions": [],
"GAP": "4.12",
"NeededOtherPackages": [],
"SuggestedOtherPackages": []
},
"IssueTrackerURL": "https://github.com/BNasmith/alco/issues",
"Keywords": [
"Octonions",
"Jordan algebras",
"t-Designs"
],
"License": "GPL-3.0-or-later",
"PackageDoc": [
{
"ArchiveURLSubset": [
"doc"
],
"BookName": "ALCO",
"HTMLStart": "doc/chap0.html",
"LongTitle": "Tools for algebraic combinatorics",
"PDFFile": "doc/manual.pdf",
"SixFile": "doc/manual.six"
}
],
"PackageInfoSHA256": "33871b29bca2b19d6502f5a60912c9b66354b2224db9a43a62e5738429f48b24",
"PackageInfoURL": "https://github.com/BNasmith/alco/PackageInfo.g",
"PackageName": "ALCO",
"PackageWWWHome": "https://github.com/BNasmith/alco",
"Persons": [
{
"Email": "[email protected]",
"FirstNames": "Benjamin",
"IsAuthor": true,
"IsMaintainer": true,
"LastName": "Nasmith",
"WWWHome": "https://github.com/BNasmith/"
}
],
"README_URL": "https://github.com/BNasmith/alco/README.md",
"SourceRepository": {
"Type": "git",
"URL": "https://github.com/BNasmith/alco"
},
"Status": "dev",
"Subtitle": "Tools for algebraic combinatorics",
"SupportEmail": "[email protected]",
"TestFile": "tst/testall.g",
"Version": "0.2"
}
Loading