Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
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 |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
0.1.0 | c57f0307ff6872c9a00eeff7778c67f26860930e | 1 | https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.0.zip |
0.1.1 | 7cc9aba1616b1ec8607d0a473bc5b1a54bf2a275 | 1 | https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.1.zip |
0.1.2 | ce13113a4ba481a02ce75be18aa41432b08069c4 | 2 | https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.2.zip |
0.1.3 | 58beb44bb9c0fa1b2db1c12c7748f171e821c4ac | 1 | https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.3.zip |
0.1.5 | 0d928e538c01223be44370f167adc9c7db273d5f | 2 | https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.5.zip |
0.1.7 | 537cf640242427f4145cbc79693b3de5f3636fa2 | 11 | https://git.sr.ht/~eshel/ropes.pl/refs/download/v0.1.0/ropes-0.1.7.zip |
![builds.sr.ht status](https://builds.sr.ht/~eshel/ropes.pl?)
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`.
Pack contains 4 files holding a total of 7.5K bytes.