gdritter repos xleb / 7f7d1e0
More doc+metadata cleaning for release Getty Ritter 6 years ago
3 changed file(s) with 19 addition(s) and 3 deletion(s). Collapse all Expand all
1 0.1.0
2 =====
3
4 Initial working library version.
6060 entry = (,) <$> X.attr "title" X.string <*> X.contents X.string
6161 ~~~~
6262
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.
33 synopsis: A simple monadic language for parsing XML structures.
44 homepage: https://github.com/aisamanra/xleb
55 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>.
717 license: BSD3
818 license-file: LICENSE
919 author: Getty Ritter <xleb@infinitenegativeutility.com>
1121 copyright: ©2017 Getty Ritter
1222 category: XML
1323 build-type: Simple
14 cabal-version: >= 1.14
24 cabal-version: >= 1.18
1525 bug-reports: https://github.com/aisamanra/xleb/issues
26 extra-doc-files: README.md,
27 CHANGELOG.md
1628
1729 source-repository head
1830 type: git