oscar-system / GAP_pkg

Julia wrapper packages for GAP packages
MIT License
0 stars 0 forks source link

Julia wrappers for GAP packages

This repository contains a bunch of Julia packages that act as wrappers for GAP packages.

GAP versus Julia versions

You may have noticed that the versions used by the Julia wrapper packages do not match the versions of the wrapped GAP packages. The reason for this is that Julia uses semantic versioning, while GAP does not. Also, GAP puts fewer restrictions on what constitutes a valid version string. As such, in general it in general does not make sense to map GAP versions directly to Julia versions.