The package Axl.jl is for the connection between Axl and Julia.
The algebraic-geometric modeler axl should be installed (see axl.inria.fr).
To install the package within julia:
] # key to switch to the pkg mode
add https://github.com/AlgebraicGeometricModeling/Axl.jl
build AxlThe package depends on SemiAlgebraicTypes.jl.