(lang dune 3.15) (package (name mlgpx) (depends ocaml dune xmlm ptime eio ppx_expect alcotest eio_main cmdliner fmt logs) (synopsis "OCaml library for parsing and generating GPX files") (description "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.") (license MIT) (authors "Anil Madhavapeddy"))