···6677(package
88 (name mlgpx)
99- (depends ocaml dune xmlm ptime eio ppx_expect alcotest eio_main cmdliner fmt logs)
99+ (depends ocaml dune xmlm ptime (eio (>= 1.2)) ppx_expect alcotest eio_main cmdliner fmt logs)
1010 (synopsis "Library and CLI for parsing and generating GPS Exchange (GPX) formats")
1111 (description
1212 "mlgpx is a streaming GPX (GPS Exchange Format) library for OCaml. It provides a portable core library using the xmlm streaming XML parser, with a separate Unix layer for file I/O operations. The library supports the complete GPX 1.1 specification including waypoints, routes, tracks, and metadata with strong type safety and validation.")