My agentic slop goes here. Not intended for anyone else!
1(lang dune 3.0)
2(name lonlat)
3
4(generate_opam_files true)
5
6(package
7 (name lonlat)
8 (synopsis "Geographic coordinate manipulation library for OCaml")
9 (description "LonLat provides types and operations for working with \
10 latitude/longitude coordinates, including distance calculations, \
11 bearings, bounding boxes, and coordinate parsing.")
12 (depends
13 ocaml
14 dune))
15
16(authors "LonLat Authors")
17(maintainers "maintainer@example.com")
18(license MIT)