hyakko: Literate-style Documentation Generator

[ documentation, mit, program ] [ Propose Tags ]

Hyakko is a Haskell port of Docco: the original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
threadedEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7
Change log CHANGELOG.md
Dependencies aeson (>=0.7 && <0.10), base (>=4 && <5), blaze-html (>=0.5 && <1.0), bytestring (>=0.9 && <1.0), cmdargs (>=0.10 && <0.11), directory (>=1.0 && <2.0), filepath (>=1.2 && <1.5), highlighting-kate (>=0.6 && <0.7), mtl (>=2.1 && <2.2), pandoc (>=1.14 && <1.15), regex-pcre-builtin (>=0.9 && <1.0), text (>=0.11 && <2.0), unordered-containers (>=0.2 && <0.3) [details]
License MIT
Copyright (c) 2015 Jeremy Hull
Author Jeremy Hull <sourdrums@gmail.com>
Maintainer Jeremy Hull <sourdrums@gmail.com>
Category Documentation
Home page http://sourrust.github.io/hyakko/
Bug tracker https://github.com/sourrust/hyakko/issues
Source repo head: git clone git://github.com/sourrust/hyakko.git
Uploaded by JeremyHull at 2015-06-03T21:41:12Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hyakko
Downloads 11618 total (41 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-06-09 [all 7 reports]

Readme for hyakko-0.6.7

[back to package description]

                   _                 _    _
                  | |__  _   _  __ _| | _| | _ ___
                  | '_ \| | | |/ _` | |/ / |/ / _ \
                  | | | | |_| | (_| |   <|   < (_) |
                  |_| |_|\__, |\__,_|_|\_\_|\_\___/
                         |___/



    Hyakko is a Haskell port of Docco: the original quick-and-dirty,
    hundred-line-long, literate-programing-style documentation generator.
    More info: <http://sourrust.github.io/hyakko>

    coffeescript (original): <http://jashkenas.github.io/docco>

    Other ports
    -----------
    Clojure: <http://fogus.github.io/marginalia>
    Lua:     <http://rgieseke.github.io/locco>
    .NET:    <http://dontangg.github.io/nocco>
    Python:  <http://fitzgen.github.io/pycco>
    Ruby:    <http://rtomayko.github.io/rocco>
    Shell:   <http://rtomayko.github.io/shocco>