Skip to content

Commit

Permalink
[alco] New package, version 1.1.1 (#1074)
Browse files Browse the repository at this point in the history
Co-authored-by: gap-package-distribution-bot <100730870+gap-package-distribution-bot[bot]@users.noreply.github.com>
  • Loading branch information
gap-package-distribution-bot[bot] authored Jan 30, 2025
1 parent 748a88e commit 363a2b5
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions packages/alco/meta.json
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": "&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": "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"
}

0 comments on commit 363a2b5

Please sign in to comment.