Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | Prolog Starter Project |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 1.0.4 |
SHA1 sum: | f73782a5a3d3de83cd9dfb6df19078936271d022 |
Author: | Wouter Beek <wouter@triply.cc> |
Maintainer: | Wouter Beek <wouter@triply.cc> |
Packager: | Wouter Beek <wouter@triply.cc> |
Home page: | https://github.com/wouterbeek/prolog_starter_project |
Download URL: | https://github.com/wouterbeek/prolog_starter_project/releases/*.zip |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
1.0.1 | 1d2cdfc81f4defba6d5d59036c37ad36af1a883c | 1 | https://github.com/wouterbeek/prolog_starter_project/archive/1.0.1.zip |
1.0.2 | d4bb416f9e467e0f6404eac1252d537b7aa282a0 | 5 | https://github.com/wouterbeek/prolog_starter_project/archive/1.0.2.zip |
1.0.4 | f73782a5a3d3de83cd9dfb6df19078936271d022 | 14 | https://github.com/wouterbeek/prolog_starter_project/archive/1.0.4.zip |
This is a very simple Prolog project that can be used as a template to build your own projects off of.
This works with SWI-Prolog.
Perform the following step to publish your own Prolog project in the Prolog package repository:
name
to
REPO and set version
to a Semantic
Version x.y.z
.x.y.z
).
.pack_install('https://github.com/USER/REPO/archive/x.y.z.zip').
That's all folks! Others can now reuse your project.
Others can now install your project from within Prolog with the following command:
pack_install(REPO).
Where REPO is the name of your project (see above).
Please create an issue if you encounter any issue, or if you have suggestion for improving the Prolog starter project.
Pack contains 4 files holding a total of 2.9K bytes.