gedcom: Parser for the GEDCOM genealogy file format.

[ bsd3, genealogy, library ] [ Propose Tags ]

A parser for the legacy GEDCOM 5.5 file format. GEDCOM is widely used by genealogy software, despite the limitations of the format.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0
Change log changelog.md
Dependencies array (>=0.5.1.1 && <0.6), base (>=4.7 && <5), bytestring (>=0.10.8.1 && <0.11), containers (>=0.5.7.1 && <0.6), megaparsec (>=5.3.1 && <5.4), monad-loops (>=0.4.3 && <4.4), mtl (>=2.2.1 && <2.3), text-all (>=0.4.1.1 && <0.5), time (>=1.6.0.1 && <1.7) [details]
License BSD-3-Clause
Copyright 2017 Callum Lowcay
Author Callum Lowcay
Maintainer cwslowcay@gmail.com
Category Genealogy
Home page https://github.com/CLowcay/hs-gedcom
Source repo head: git clone https://github.com/CLowcay/hs-gedcom
Uploaded by cwslowcay at 2017-09-27T00:19:53Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1492 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-09-27 [all 1 reports]

Readme for gedcom-0.1.0.0

[back to package description]

gedcom

A parser for the GEDCOM genealogy file format. More information on https://en.wikipedia.org/wiki/GEDCOM. The full specification is https://www.familysearch.org/developers/docs/gedcom/.