An open API service indexing awesome lists of open source software.

https://github.com/limakzi/smallantimagmas

A library of antiassociative magmas of small order.
https://github.com/limakzi/smallantimagmas

antiassociative gap-system groupoid magma

Last synced: 3 months ago
JSON representation

A library of antiassociative magmas of small order.

Awesome Lists containing this project

README

        

[![release](https://github.com/limakzi/smallantimagmas/actions/workflows/release-bump.yaml/badge.svg)](https://github.com/limakzi/smallantimagmas/actions/workflows/release-bump.yaml)

## smallantimagmas

A library of antiassociative magmas of small order.

## Installation

* Simply use [`packagemanager`][gap-pkg-packagemanager-homepage].

```
gap> LoadPackage("packagemanager");
true

gap> InstallPackage("https://github.com/limakzi/smallantimagmas.git");
#I Created directory /home/limakzi/.gap/
#I Created directory /home/limakzi/.gap/pkg/
#I Cloning to /home/limakzi/.gap/pkg/smallantimagmas ...
#I Package cloned successfully
#I Checking dependencies for smallantimagmas...
#I GAPDoc 1.5: true
#I Building documentation (using makedoc.g)...
Extracting manual examples for smallantimagmas package ...
1 chapters detected
Chapter 1 : extracted 20 examples
true
gap>
```

* _Alternative_; just put `smallantimagmas` package in your `pkgs` directory.

[gap-pkg-packagemanager-homepage]: https://github.com/gap-packages/PackageManager