Logtalk Pack Registry
Situation Calculus:
- SitCalc - Situation Calculus Reasoning (
do/2
situation) - STRIPState - Situation Calculus Reasoning (STRIPS style situation)
- BedSit - Rapid Prototyping tool built on Situation Calculus
- Situations - dependency for SitCalc and STRIPState
Other:
- json_repl - An object to hijack the REPL so that responses to queries are a single line of JSON
- swidict - SWI-Prolog dictionaries with the Logtalk Dictionary Protocols
- REPL Help - printing useful information about objects and their predicates in the REPL
To add, at your Logtalk REPL:
?- {packs(loader)}.
...
?- registries::add('https://github.com/PaulBrownMagic/woolpack.git').
...
Once added, let's see what's in there:
?- packs::available(woolpack).
...
And to look at a pack's details and then install it:
?- packs::describe(sitcalc).
...
?- packs::install(sitcalc).
Check out the docs at logtalk.org/manuals/devtools/packs.html