The opam repository for my Advent of Agentic Humps 2025

tomlt: make bytesrw and uutf hard dependencies

Move bytesrw and uutf from depopts to depends since they are
required by the core library functionality.

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

+2 -2
+2 -2
packages/tomlt/tomlt.dev/opam
··· 19 19 "dune" {>= "3.0"} 20 20 "ocaml" {>= "4.14.0"} 21 21 "ptime" {>= "1.0.0"} 22 + "bytesrw" {>= "0.1.0"} 23 + "uutf" {>= "1.0.0"} 22 24 "alcotest" {with-test} 23 25 "odoc" {with-doc} 24 26 ] 25 27 depopts: [ 26 - "bytesrw" {>= "0.1.0"} 27 - "uutf" {>= "1.0.0"} 28 28 "eio" 29 29 "jsont" 30 30 ]