More doc+metadata cleaning for release
Getty Ritter
7 years ago
| 1 |
0.1.0
|
| 2 |
=====
|
| 3 |
|
| 4 |
Initial working library version.
|
60 | 60 |
entry = (,) <$> X.attr "title" X.string <*> X.contents X.string
|
61 | 61 |
~~~~
|
62 | 62 |
|
63 | |
For a larger example, look at the [Atom-parsing example](examples/atom/Main.hs), which is both more idiomatic and more complete.
|
| 63 |
For a larger example, look at the [Atom-parsing example](https://github.com/aisamanra/xleb/blob/master/examples/atom/Main.hs), which is both more idiomatic and more complete.
|
3 | 3 |
synopsis: A simple monadic language for parsing XML structures.
|
4 | 4 |
homepage: https://github.com/aisamanra/xleb
|
5 | 5 |
description:
|
6 | |
A simple monadic language for parsing XML structures.
|
| 6 |
A simple monadic language designed for easily describing and parsing
|
| 7 |
XML structures.
|
| 8 |
.
|
| 9 |
The library in general has a small surface area and should be easy
|
| 10 |
to pick up just given the Haddock documentation, but slightly more
|
| 11 |
involved documentation can be found at
|
| 12 |
<https://github.com/aisamanra/xleb the Xleb github page> along with
|
| 13 |
<https://github.com/aisamanra/xleb/tree/master/examples some examples>.
|
| 14 |
.
|
| 15 |
Please report bugs and suggest features at
|
| 16 |
<https://github.com/aisamanra/xleb/issues the Xleb issue tracker>.
|
7 | 17 |
license: BSD3
|
8 | 18 |
license-file: LICENSE
|
9 | 19 |
author: Getty Ritter <xleb@infinitenegativeutility.com>
|
|
11 | 21 |
copyright: ©2017 Getty Ritter
|
12 | 22 |
category: XML
|
13 | 23 |
build-type: Simple
|
14 | |
cabal-version: >= 1.14
|
| 24 |
cabal-version: >= 1.18
|
15 | 25 |
bug-reports: https://github.com/aisamanra/xleb/issues
|
| 26 |
extra-doc-files: README.md,
|
| 27 |
CHANGELOG.md
|
16 | 28 |
|
17 | 29 |
source-repository head
|
18 | 30 |
type: git
|