Skip to content

mlliarm/mlliarm_packs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlliarm_packs

My Logtalk pack registry.

Available packs

Using mlliarm_packs

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.

About

My Logtalk pack registry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published