bobbin/index.html @ dd80d93f061a

bobbin: Update site.
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 15:31:37 -0500
parents 7974489eae48
children 656d1d794087
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Bobbin</title>
        <link rel="stylesheet" href="./_dmedia/tango.css"/>
        <link rel="stylesheet/less" type="text/css" href="./_dmedia/style.less">
        <script src="./_dmedia/less.js" type="text/javascript">
        </script>
    </head>
    <body class="index">
        <div class="wrap">
            <header><h1><a href="">Bobbin</a></h1></header>
                <div class="markdown">
<p>Bobbin is a simple word-wrapping library for strings in Common Lisp.  It depends
only on <code>split-sequence</code>.</p>
<p>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.</p>
<p>Bobbin can be installed with Quicklisp: <code>(ql:quickload :bobbin)</code>.</p>
<ul>
<li><strong>License:</strong> MIT</li>
<li><strong>Documentation:</strong> <a href="https://docs.stevelosh.com/bobbin/">https://docs.stevelosh.com/bobbin/</a></li>
<li><strong>Mercurial:</strong> <a href="https://hg.sr.ht/~sjl/bobbin/">https://hg.sr.ht/~sjl/bobbin/</a></li>
<li><strong>Git:</strong> <a href="http://github.com/sjl/bobbin/">http://github.com/sjl/bobbin/</a></li>
</ul><h2>Table of Contents</h2><ol class="toc"><li><a href="usage/">Usage</a></li><li><a href="reference/"> API Reference</a></li><li><a href="changelog/">Changelog</a></li></ol>
                </div>
            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.</p>
<p><br/><a id='rochester-made' href='https://rochestermade.com' title='Rochester Made'><img src='http://rochestermade.com/media/images/rochester-made-dark-on-light.png' alt='Rochester Made' title='Rochester Made' /></a></p></footer>
        </div>
    </body>
</html>