opam-version: "2.0" maintainer: "Anton Yabchinskiy " authors: "Anton Yabchinskiy " 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://github.com/ocaml/opam-source-archives/raw/main/tcx-0.25.0.tar.gz" checksum: [ "sha256=81dc842fde38773cc3d7b06144aea495c2460f7dfe42ba3acecc839b8a5ec546" "md5=b01f089da78e3c110767c73e877fd519" ] }