opam-version: "2.0"

maintainer: "ju.sagot@gmail.com"

homepage: "http://sagotch.github.io/gedcom.ml/"
bug-reports: "https://github.com/sagotch/gedcom.ml/issues"

build: [make "-C" "src/" "build"]
remove: [ make "-C" "src/" "uninstall"]

depends: [
  "ocaml" {>= "4.00.1"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/sagotch/gedcom.ml"
install: [make "-C" "src/" "install"]
synopsis: "GEDCOM parsing."
description: """
First release parses a GEDCOM file easily, and creates the tree
representation of the file.
There is no real record type such as FAMI or INDI, just a generic
line representation.
No check is perform on file or parsed lines, so GEDCOM not
respecting official structures will be parsed without complaining."""
authors: "Julien Sagot <ju.sagot@gmail.com>"
url {
  src: "https://github.com/sagotch/gedcom.ml/archive/v1.0.0.tar.gz"
  checksum: "md5=ec7976dadcdbb807c8a3f17540ab5131"
}
