Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "ropes"

Title:Ropes data structure library
Rating:Not rated. Create the first rating!
Latest version:0.1.7
SHA1 sum:537cf640242427f4145cbc79693b3de5f3636fa2
Author:Eshel Yaron <eshelshay.yaron@gmail.com>
Home page:https://git.sr.ht/~eshel/ropes.pl

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
0.1.0c57f0307ff6872c9a00eeff7778c67f26860930e1https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.0.zip
0.1.17cc9aba1616b1ec8607d0a473bc5b1a54bf2a2751https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.1.zip
0.1.2ce13113a4ba481a02ce75be18aa41432b08069c42https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.2.zip
0.1.358beb44bb9c0fa1b2db1c12c7748f171e821c4ac1https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.3.zip
0.1.50d928e538c01223be44370f167adc9c7db273d5f2https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.5.zip
0.1.7537cf640242427f4145cbc79693b3de5f3636fa211https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.7.zip

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`.

Contents of pack "ropes"

Pack contains 4 files holding a total of 7.5K bytes.