Did you know ... | Search Documentation: |
![]() | Pack ropes -- README.md |

SWI-Prolog pack
implementing the rope data structure).
To install this package as a library run the following command in the repository's root directory:
$ swipl -g "pack_install(.)" -t halt
Online autogenerated documentation can be found at here.
To generate and view the library's documentation locally, run:
$ mkdir -p doc && \ swipl -g "[library(ropes)], doc_save(library(ropes), [doc_root(doc)])" -t halt && \ open doc/ropes.html
For questions, requests, patches, please write to ~eshel/dev@lists.sr.ht specifying the name of this repository in mail subject, e.g. `[PATCH ropes.pl] fix it`.