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 a widely used file format in genealogy.


[Skip to Readme]

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.8 && <5), bytestring (>=0.10.8.1 && <0.11), containers (>=0.5.7.1 && <0.6), megaparsec (>=6.3 && <6.4), monad-loops (>=0.4.3 && <0.5), mtl (>=2.2.1 && <2.3), text-all (>=0.4.1.1 && <0.5), time (>=1.8 && <1.9) [details]
License BSD-3-Clause
Copyright 2018 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 2018-02-09T22:49:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1487 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-02-09 [all 1 reports]

Readme for gedcom-0.2.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/.