roul/index.html @ 15d3b832fdc5 default tip

cl-digraph: Update site.
author Steve Losh <steve@stevelosh.com>
date Wed, 21 Jun 2023 15:21:12 -0400
parents 0be66a504a79
children (none)
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Roul</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="">Roul</a></h1></header>
                <div class="markdown">
<p>Roul (from "roulette") is a tiny Clojure library that makes working with random
numbers more convenient.</p>
<p>It's still in the early stages of development, but if you can think of something
useful that should be in it feel free to open a feature request on the issue
tracker!</p>
<ul>
<li>License: MIT/X11</li>
<li>Mercurial: <a href="http://bitbucket.org/sjl/roul/">http://bitbucket.org/sjl/roul/</a></li>
<li>Git: <a href="http://github.com/sjl/roul/">http://github.com/sjl/roul/</a></li>
<li>Issues: <a href="http://github.com/sjl/roul/issues/">http://github.com/sjl/roul/issues/</a></li>
</ul><h2>Table of Contents</h2><ol class="toc"><li><a href="installation/">Installation</a></li><li><a href="usage/">Usage</a></li></ol>
                </div>
            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.
Docs made with <a href="http://sjl.bitbucket.org/d/">d</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>
<script type="text/javascript">
  var _gauges = _gauges || [];
  (function() {
    var t   = document.createElement('script');
    t.type  = 'text/javascript';
    t.async = true;
    t.id    = 'gauges-tracker';
    t.setAttribute('data-site-id', '4f80ace2f5a1f538860000c2');
    t.src = '//secure.gaug.es/track.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(t, s);
  })();
</script></footer>
        </div>
    </body>
</html>