04c1ad3989b0
Add logo
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sun, 27 May 2018 16:11:10 -0400 | 
| parents | 03cbb60ca153 | 
| children | b4d578b8d6c3 | 
| branches/tags | (none) | 
| files | README.markdown | 
Changes
--- a/README.markdown Sun May 27 16:04:34 2018 -0400 +++ b/README.markdown Sun May 27 16:11:10 2018 -0400 @@ -1,3 +1,26 @@ +Bobbin +====== + +``` + .─────────────. + _.─' . `──. + ,─' . ( ) . '─. + ╱ ( ) ' ( ) ╲ +; . ' ooooo ' . : +: ( ) ooooooo ( ) ; + ╲ ' . ooooo . ' ╱ + ╲ ( ) . ( ) ╱ + ,'─. ' ( ) ' ,─'. + ╱ `──. ' _.─' ╲ +; . `───────────' . : +: ( ) lllllll ( ) ; + ╲ ' . lllllll . ' ╱ + ╲ ( ) . ( ) ╱ + '─. ' ( ) ' ,─' + `──. ' _.─' + `───────────' +``` + Bobbin is a simple (50 LOC) word-wrapping library for strings in Common Lisp. It depends only on `split-sequence`.