-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[alco] New package, version 1.1.1 (#1074)
Co-authored-by: gap-package-distribution-bot <100730870+gap-package-distribution-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
748a88e
commit 363a2b5
Showing
1 changed file
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"AbstractHTML": "The <span class=\"pkgname\">ALCO</span> package provides tools for algebraic combinatorics including implementations of octonion and Jordan algebras.", | ||
"ArchiveFormats": ".tar.gz", | ||
"ArchiveSHA256": "5fb653698ac560149c079d47c59e3581474bdf774ddd794ee0dab4617cf1de9b", | ||
"ArchiveURL": "https://github.com/BNasmith/alco/releases/download/v1.1.1/ALCO-1.1.1", | ||
"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": "©right; 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": "26/01/2025", | ||
"VERSION": "1.1.1", | ||
"io": "<Package>io</Package>" | ||
} | ||
}, | ||
"AvailabilityTest": null, | ||
"BannerString": "----------------------------------------------------------------\nLoading ALCO 1.1.1\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": "26/01/2025", | ||
"Dependencies": { | ||
"ExternalConditions": [], | ||
"GAP": "4.14", | ||
"NeededOtherPackages": [ | ||
[ | ||
"ResClasses", | ||
">=4.7.3" | ||
] | ||
], | ||
"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": "25beaa9a3dfb129324a064568fe33ddf45d386ed24ad33b63b949717e4ab5a87", | ||
"PackageInfoURL": "https://bnasmith.github.io/alco//PackageInfo.g", | ||
"PackageName": "ALCO", | ||
"PackageWWWHome": "https://bnasmith.github.io/alco/", | ||
"Persons": [ | ||
{ | ||
"Email": "[email protected]", | ||
"FirstNames": "Benjamin", | ||
"IsAuthor": true, | ||
"IsMaintainer": true, | ||
"LastName": "Nasmith", | ||
"WWWHome": "https://github.com/BNasmith/" | ||
} | ||
], | ||
"README_URL": "https://bnasmith.github.io/alco//README.md", | ||
"SourceRepository": { | ||
"Type": "git", | ||
"URL": "https://github.com/BNasmith/alco" | ||
}, | ||
"Status": "deposited", | ||
"Subtitle": "Tools for algebraic combinatorics", | ||
"SupportEmail": "[email protected]", | ||
"TestFile": "tst/testall.g", | ||
"Version": "1.1.1" | ||
} |