Update URLs
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Mon, 23 Dec 2019 15:31:19 -0500 | 
    
        | parents | a9ab8d792a4d | 
    
        | children | 856fc364e2b0 | 
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)`.
* **License:** MIT
* **Documentation:** <https://docs.stevelosh.com/bobbin/>
* **Mercurial:** <https://hg.sr.ht/~sjl/bobbin/>
* **Git:** <http://github.com/sjl/bobbin/>