microformats2-parser: A Microformats 2 parser.

[ library, public-domain, web ] [ Propose Tags ]

Modules

[Last Documentation]

  • Data
    • Microformats2
      • Data.Microformats2.Parser
        • Data.Microformats2.Parser.Internal

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 1.0.0, 1.0.1, 1.0.1.1, 1.0.1.2, 1.0.1.3, 1.0.1.4, 1.0.1.5, 1.0.1.6, 1.0.1.7, 1.0.1.8, 1.0.1.9, 1.0.2.0, 1.0.2.1, 1.0.2.2
Dependencies base (>=4.0.0.0 && <5), blaze-markup, containers, data-default, either, html-conduit, microformats2-types, pcre-heavy, safe, text, time, xml-lens, xss-sanitize [details]
License LicenseRef-PublicDomain
Copyright 2015 Val Packett <val@packett.cool>
Author Val Packett
Maintainer val@packett.cool
Revised Revision 1 made by myfreeweb at 2022-10-16T19:13:52Z
Category Web
Home page https://codeberg.org/valpackett/microformats2-parser
Bug tracker https://codeberg.org/valpackett/microformats2-parser/issues
Source repo head: git clone https://codeberg.org/valpackett/microformats2-parser.git
Uploaded by myfreeweb at 2015-07-30T22:01:46Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 8695 total (35 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-02 [all 6 reports]

Readme for microformats2-parser-0.1.0

[back to package description]

microformats2-parser Hackage Build Status Coverage Status unlicense

Microformats 2 parser for Haskell!

Originally created for sweetroll :-)

The types are located in a separate package called microformats2-types.

Development

Use stack to build.
Use ghci to run tests quickly with :test (see the .ghci file).

$ stack build

$ stack test && rm tests.tix

$ stack ghci --ghc-options="-fno-hpc"

Contributing

Please feel free to submit pull requests! Bugfixes and simple non-breaking improvements will be accepted without any questions :-)

By participating in this project you agree to follow the Contributor Code of Conduct.

The list of contributors is available on GitHub.

License

This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE file or unlicense.org.