GPS Exchange Format library/CLI in OCaml

fmt

+6 -2
+6 -2
CLAUDE.md
··· 1 - My goal is to build a high quality GPX (GPS Exchange Format) in OCaml, using the xmlm streaming code library to make the core library portable. Then build a Unix-based layer over that to implement the IO. 1 + My goal is to build a high quality GPX (GPS Exchange Format) in OCaml, using 2 + the xmlm streaming code library to make the core library portable. Then build a 3 + Unix-based layer over that to implement the IO. 2 4 3 - The GPX homepage is at https://www.topografix.com/gpx.asp with the XSD scheme at https://www.topografix.com/GPX/1/1/gpx.xsd and the docs at https://www.topografix.com/GPX/1/1/ 5 + The GPX homepage is at https://www.topografix.com/gpx.asp with the XSD scheme 6 + at https://www.topografix.com/GPX/1/1/gpx.xsd and the docs at 7 + https://www.topografix.com/GPX/1/1/ 4 8 5 9