adopt: Update site.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 17 May 2019 23:12:54 -0400 |
parents |
7974489eae48 |
children |
dd80d93f061a |
<!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://sjl.bitbucket.io/bobbin/">https://sjl.bitbucket.io/bobbin/</a></li>
<li><strong>Mercurial:</strong> <a href="http://bitbucket.org/sjl/bobbin/">http://bitbucket.org/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='http://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>