opam-version: "2.0"
maintainer: "Julien Sagot <ju.sagot@gmail.com>"



homepage: "http://rundat.github.io/ocaml-gpx/"

dev-repo: "git+https://github.com/rundat/ocaml-gpx.git"
bug-reports: "http://github.com/rundat/ocaml-gpx/issues"

license: "MIT"

build: [
  [make "-C" "src" "build"]
  [make "-C" "src" "doc"] {with-doc}
]
install: [ make "-C" "src" "install" ]

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

depends: [
  "ocaml" {>= "4.01"}
  "ocamlfind" {build}
  "xml-light"
  "ISO8601" {< "0.2"}
]
synopsis: "Conversions between XML and GPX (1.1) types."
description: """
Based on Xml-light library.

See http://www.topografix.com/GPX/1/1/
for more details about GPX file format."""
authors: "Julien Sagot <ju.sagot@gmail.com>"
url {
  src: "https://github.com/rundat/ocaml-gpx/archive/1.1.0.tar.gz"
  checksum: "md5=48aef323af1319c86452b50397f96913"
}
