bobbin

2020-10-16

Simple (word) wrapping utilities for strings.

Upstream URL

hg.stevelosh.com/bobbin

Author

Steve Losh <steve@stevelosh.com>

License

MIT
README

Bobbin

       .─────────────.
   _.─'      ( )      `──.
 ,'    ( )         ( )    `.
;          -------          :
:  ( )    |.......|    ( )  ;
 ╲         -------         ╱
  `.   ( )         ( )   ,'
 ,' `──.     ( )     _.─' `.
;       `───────────'       :
:  ( )    |       |    ( )  ;
 ╲         \_____/         ╱
  `.   ( )         ( )   ,'
    `──.     ( )     _.─'
        `───────────'

Bobbin is a simple word-wrapping library for strings in Common Lisp. It depends only on split-sequence.

It aims to be simple, work nicely for the majority of cases, and degrade gracefully for edge cases. It is not particularly concerned with speed — if you need very high-performance word wrapping Bobbin is not for you.

Bobbin can be installed with Quicklisp: (ql:quickload :bobbin).

Dependencies (2)

  • 1am
  • split-sequence
  • GitHub
  • Quicklisp