~eshel/ropes.pl

Ropes data structure library for SWI-Prolog
c0e1bbcf — Eshel Yaron 2 years ago
Add a Makefile and bump patch version to 0.1.8
6fb71145 — Eshel Yaron 2 years ago
Move tests to `test` directory
89fbbd5a — Eshel Yaron 2 years ago
DOC: Fix typo

clone

read-only
https://git.sr.ht/~eshel/ropes.pl
read/write
git@git.sr.ht:~eshel/ropes.pl

You can also use your local clone with git send-email.

#ropes.pl

builds.sr.ht status

SWI-Prolog pack implementing the rope data structure.

#Installation

To install this package as a library run the following command:

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

#Documentation

Online autogenerated documentation can be found here and also 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 specifying the name of this repository in mail subject, e.g. [PATCH ropes.pl] fix it.