name:                 tabular
version:              0.2.2.8
visibility:           public
id:                   tabular-0.2.2.8-FpcfjjgJYzL6Vlhz91di26
key:                  tabular-0.2.2.8-FpcfjjgJYzL6Vlhz91di26
license:              BSD-3-Clause
maintainer:           Ben Gamari <bgamari@well-typed.com>
author:               Eric Kow
homepage:             https://github.com/bgamari/tabular
synopsis:             Two-dimensional data tables with rendering functions
description:
    Tabular provides a Haskell representation of two-dimensional
    data tables, the kind that you might find in a spreadsheet or
    or a research report.  It also comes with some default
    rendering functions for turning those tables into ASCII art,
    simple text with an arbitrary delimiter, CSV, HTML or LaTeX.

    Below is an example of the kind of output this library produces.
    The tabular package can group rows and columns, each group
    having one of three separators (no line, single line, double line)
    between its members.

    >     || memtest 1 | memtest 2 ||  time test  | time test 2
    > ====++===========+===========++=============+============
    > A 1 ||       hog |  terrible ||        slow |      slower
    > A 2 ||       pig |   not bad ||        fast |     slowest
    > ----++-----------+-----------++-------------+------------
    > B 1 ||      good |     awful || intolerable |    bearable
    > B 2 ||    better | no chance ||    crawling |     amazing
    > B 3 ||       meh |   well... ||  worst ever |          ok

category:             Text
abi:                  29c9d38c717430e47a378b508411ee57
exposed:              True
exposed-modules:
    Text.Tabular Text.Tabular.AsciiArt Text.Tabular.Csv
    Text.Tabular.Html Text.Tabular.Latex Text.Tabular.SimpleText

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/tabular-0.2.2.8-FpcfjjgJYzL6Vlhz91di26

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/tabular-0.2.2.8-FpcfjjgJYzL6Vlhz91di26

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/tabular-0.2.2.8-FpcfjjgJYzL6Vlhz91di26

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/tabular-0.2.2.8
hs-libraries:         HStabular-0.2.2.8-FpcfjjgJYzL6Vlhz91di26
depends:
    base-4.20.0.0-inplace csv-0.1.2-Ioyho765uTx9sh2Sh7eHQM
    html-1.0.1.2-4sB15zMI0nGENawW0CON2c mtl-2.3.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/tabular-0.2.2.8/html/tabular.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/tabular-0.2.2.8/html
