This is a generated Julia wrapper package for the GAP package GRAPE 4.9.2.
Using GRAPE in your Julia session for technical reasons requires two steps:
using GAP_pkg_grape
GAP_pkg_grape.load()
This is necessary to deal with difference between how GAP and Julia resolve dependencies between packages. In addition, it allows passings arguments to load. For example:
GAP_pkg_grape.load(banner=true, onlyneeded=false)
Please report issues specific to this wrapper package at https://github.com/oscar-system/GAP_pkg.
Report general issues with the GAP package at https://github.com/gap-packages/grape/issues.
This wrapper is under the MIT license (see file LICENSE
).
The license of the wrapped GAP package is Apache-2.0 AND GPL-2.0-or-later.