(lang dune 3.18) (name mlgpx) (generate_opam_files true) (package (name mlgpx) (depends ocaml dune xmlm ptime eio ppx_expect alcotest eio_main cmdliner fmt logs) (synopsis "Library and CLI for parsing and generating GPS Exchange (GPX) formats") (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 ISC) (authors "Anil Madhavapeddy") (homepage "https://tangled.sh/@anil.recoil.org/ocaml-gpx") (maintainers "Anil Madhavapeddy ") (bug_reports https://tangled.sh/@anil.recoil.org/ocaml-gpx/issues) (maintenance_intent "(latest)") )