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