Minimal bootable disk image builder
0
fork

Configure Feed

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

uniboot: declare memtrace and monopam-info dependencies

bin/dune uses both. Surfaced by `dune build -p uniboot`.

+4
+2
dune-project
··· 38 38 (logs (>= 0.7)) 39 39 (vlog (>= 0.1)) 40 40 (uuidm (>= 0.9.9)) 41 + memtrace 42 + monopam-info 41 43 (mdx :with-test) 42 44 (alcotest :with-test)))
+2
uniboot.opam
··· 27 27 "logs" {>= "0.7"} 28 28 "vlog" {>= "0.1"} 29 29 "uuidm" {>= "0.9.9"} 30 + "memtrace" 31 + "monopam-info" 30 32 "mdx" {with-test} 31 33 "alcotest" {with-test} 32 34 "odoc" {with-doc}