Skip to content

Commit fa1b103

Browse files
committed
mlgpx: sync with upstream
1 parent d3b3124 commit fa1b103

File tree

1 file changed

+5
-10
lines changed
  • packages/mlgpx/mlgpx.1.0.0

1 file changed

+5
-10
lines changed

packages/mlgpx/mlgpx.1.0.0/opam

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
# This file is generated by dune, edit dune-project instead
12
opam-version: "2.0"
23
synopsis:
34
"Library and CLI for parsing and generating GPS Exchange (GPX) formats"
45
description:
56
"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."
6-
maintainer: "Anil Madhavapeddy <[email protected]>"
7-
authors: "Anil Madhavapeddy"
7+
maintainer: ["Anil Madhavapeddy <[email protected]>"]
8+
authors: ["Anil Madhavapeddy"]
89
license: "ISC"
910
homepage: "https://tangled.sh/@anil.recoil.org/ocaml-gpx"
1011
bug-reports: "https://tangled.sh/@anil.recoil.org/ocaml-gpx/issues"
@@ -13,7 +14,7 @@ depends: [
1314
"dune" {>= "3.18"}
1415
"xmlm"
1516
"ptime"
16-
"eio" {>= "1.0.0"}
17+
"eio" {>= "1.2"}
1718
"ppx_expect"
1819
"alcotest"
1920
"eio_main"
@@ -36,11 +37,5 @@ build: [
3637
"@doc" {with-doc}
3738
]
3839
]
39-
url {
40-
src: "https://www.cl.cam.ac.uk/~avsm2/distrib/mlgpx-1.0.0.tbz"
41-
checksum: [
42-
"md5=5342bb7e601273245a9fe263e5a08770"
43-
"sha512=cd73b16e988b3ed3cc427a6c6c6d6c9c745adb1eb7efaae3c34e8d006e9c03d9f9d2616cd4118564bd9873903969d3e4053b585e79dbd3e3e7d0f541e2faac83"
44-
]
45-
}
4640
x-maintenance-intent: ["(latest)"]
41+
dev-repo: "git+https://tangled.sh/@anil.recoil.org/ocaml-gpx"

0 commit comments

Comments
 (0)