Owntracks location tracking with MQTT and HTTPS (recorder) support
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix missing opam dependencies across multiple packages

- atp: add re dependency
- frontmatter: add yamlt dependency
- init: convert bytesrw, eio, bytesrw-eio from depopts to real deps
- mdns: add cstruct, fmt, cmdliner, eio_main dependencies
- owntracks: add geojson, bytesrw dependencies
- tomlt: convert eio, jsont from depopts to real deps, remove (optional) from sublibraries

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+4
+2
dune-project
··· 22 22 (depends 23 23 (ocaml (>= 5.1)) 24 24 (jsont (>= 0.1.0)) 25 + (bytesrw (>= 0.1)) 26 + geojson 25 27 (odoc :with-doc))) 26 28 27 29 (package
+2
owntracks.opam
··· 16 16 "dune" {>= "3.20"} 17 17 "ocaml" {>= "5.1"} 18 18 "jsont" {>= "0.1.0"} 19 + "bytesrw" {>= "0.1"} 20 + "geojson" 19 21 "odoc" {with-doc} 20 22 ] 21 23 build: [