| Did you know ... | Search Documentation: |
| Pack matrix_utls -- README.md |
This SWI-Prolog matrix utilities package consists of:
Search for the package matrix_utls from SWI-Prolog command line using the pack_list/1 command. Note that, the leading i indicates that this package is already installed, and the leading p indicates that this package is known by the server.
?- pack_list(matrix_utls).
After finding the package matrix_utls on the server, then it can be installed using the pack_install/2 command.
% For matrix_utls version 1.0:
?- pack_install(matrix_utls, [url('https://albayaty.me/wp-content/uploads/matrix_utls-1.0.zip')]).
Or,
% For matrix_utls version 1.1:
?- pack_install(matrix_utls, [url('https://github.com/albayaty/matrix_utls.git')]).