Did you know ... Search Documentation:
Pack ropes -- README.md

ropes.pl

![builds.sr.ht status](https://builds.sr.ht/~eshel/ropes.pl?)

SWI-Prolog pack implementing the rope data structure).

Installation

To install this package as a library run the following command in the repository's root directory:

$ swipl -g "pack_install(.)" -t halt

Documentation

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

Contributing

For questions, requests, patches, please write to [~eshel/dev@lists.sr.ht](mailto:~eshel/dev@lists.sr.ht) specifying the name of this repository in mail subject, e.g. `[PATCH ropes.pl] fix it`.