opam-version: "2.0"
maintainer: "Anton Yabchinskiy <arn@bestmx.ru>"
authors: "Anton Yabchinskiy <arn@bestmx.ru>"
homepage: "https://bitbucket.org/a12n/ocaml-tcx/"
bug-reports: "https://bitbucket.org/a12n/ocaml-tcx/issues/"
license: "MIT"
build: [make]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "xml-light"
]
synopsis:
  "OCaml library for parsing and formatting Training Center XML files."
url {
  src: "https://bitbucket.org/a12n/ocaml-tcx/get/0.25.0.tar.gz"
  checksum: "md5=b01f089da78e3c110767c73e877fd519"
}
