this repo has no description
1opam-version: "2.0" 2maintainer: "Anton Yabchinskiy <arn@bestmx.ru>" 3authors: "Anton Yabchinskiy <arn@bestmx.ru>" 4homepage: "https://bitbucket.org/a12n/ocaml-tcx/" 5bug-reports: "https://bitbucket.org/a12n/ocaml-tcx/issues/" 6license: "MIT" 7build: [make] 8install: [make "install"] 9remove: [make "uninstall"] 10depends: [ 11 "ocaml" {>= "4.01.0"} 12 "ocamlfind" {build} 13 "xml-light" 14] 15synopsis: 16 "OCaml library for parsing and formatting Training Center XML files." 17url { 18 src: 19 "https://github.com/ocaml/opam-source-archives/raw/main/tcx-0.25.0.tar.gz" 20 checksum: [ 21 "sha256=81dc842fde38773cc3d7b06144aea495c2460f7dfe42ba3acecc839b8a5ec546" 22 "md5=b01f089da78e3c110767c73e877fd519" 23 ] 24}