My Logtalk pack registry.
To add this pack registry to your system, start Logtalk with your favorite Prolog backend and then:
?- {packs(loader)}.
...
?- registries::add('https://github.com/mlliarm/mlliarm_packs.git').
...
?- packs::available(mlliarm_packs).
...
To look into a pack details, e.g. ia
, and then install it:
?- packs::describe(ia).
...
?- packs::install(ia).
...
See the packs home pages for more details.