GPS Exchange Format library/CLI in OCaml

ci: fix

+4 -2
-2
.tangled/workflows/build.yml
··· 17 17 - gzip 18 18 - bzip2 19 19 - gcc 20 - - dune_3 21 - - ocaml 22 20 23 21 steps: 24 22 - name: opam
+2
dune-project
··· 11 11 (license ISC) 12 12 (authors "Anil Madhavapeddy") 13 13 (homepage "https://tangled.sh/@anil.recoil.org/ocaml-gpx") 14 + (maintainers "Anil Madhavapeddy <anil@recoil.org>") 15 + (bug_reports https://tangled.sh/@anil.recoil.org/ocaml-gpx/issues) 14 16 (maintenance_intent "(latest)") 15 17 )
+2
mlgpx.opam
··· 4 4 "Library and CLI for parsing and generating GPS Exchange (GPX) formats" 5 5 description: 6 6 "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." 7 + maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7 8 authors: ["Anil Madhavapeddy"] 8 9 license: "ISC" 9 10 homepage: "https://tangled.sh/@anil.recoil.org/ocaml-gpx" 11 + bug-reports: "https://tangled.sh/@anil.recoil.org/ocaml-gpx/issues" 10 12 depends: [ 11 13 "ocaml" 12 14 "dune" {>= "3.18"}