upstream: https://github.com/mirage/ocaml-gpt
0
fork

Configure Feed

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

fix: add missing package dependencies found by monopam lint

Adds 108 missing dependency declarations across 52 packages.
Most common missing dep was fmt (38 packages), followed by wire,
eio, and bytesrw. Also improves lint output with tty tables and
better subtree filtering display.

+2
+1
dune-project
··· 29 29 (uuidm (>= 0.9.7)) 30 30 (checkseum (>= 0.4.0)) 31 31 (mbr (>= 2.0.0)) 32 + (wire (>= 0.1)) 32 33 (alcotest :with-test) 33 34 (fmt :with-test) 34 35 (crowbar :with-test)))
+1
gpt.opam
··· 20 20 "uuidm" {>= "0.9.7"} 21 21 "checkseum" {>= "0.4.0"} 22 22 "mbr" {>= "2.0.0"} 23 + "wire" {>= "0.1"} 23 24 "alcotest" {with-test} 24 25 "fmt" {with-test} 25 26 "crowbar" {with-test}