# HG changeset patch # User Steve Losh # Date 1527451870 14400 # Node ID 04c1ad3989b0984dccb156f87a1e322a4ce61c1a # Parent 03cbb60ca153c5315cd237eeb824042514232a77 Add logo diff -r 03cbb60ca153 -r 04c1ad3989b0 README.markdown --- 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`.