···44 "Library and CLI for parsing and generating GPS Exchange (GPX) formats"
55description:
66 "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."
77+maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
78authors: ["Anil Madhavapeddy"]
89license: "ISC"
910homepage: "https://tangled.sh/@anil.recoil.org/ocaml-gpx"
1111+bug-reports: "https://tangled.sh/@anil.recoil.org/ocaml-gpx/issues"
1012depends: [
1113 "ocaml"
1214 "dune" {>= "3.18"}