GPS Exchange Format library/CLI in OCaml

ci: fix

Changed files
+4 -2
.tangled
workflows
-2
.tangled/workflows/build.yml
···
- gzip
- bzip2
- gcc
-
- dune_3
-
- ocaml
steps:
- name: opam
+2
dune-project
···
(license ISC)
(authors "Anil Madhavapeddy")
(homepage "https://tangled.sh/@anil.recoil.org/ocaml-gpx")
+
(maintainers "Anil Madhavapeddy <anil@recoil.org>")
+
(bug_reports https://tangled.sh/@anil.recoil.org/ocaml-gpx/issues)
(maintenance_intent "(latest)")
)
+2
mlgpx.opam
···
"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."
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
authors: ["Anil Madhavapeddy"]
license: "ISC"
homepage: "https://tangled.sh/@anil.recoil.org/ocaml-gpx"
+
bug-reports: "https://tangled.sh/@anil.recoil.org/ocaml-gpx/issues"
depends: [
"ocaml"
"dune" {>= "3.18"}