Matter smart home protocol implementation for OCaml
0
fork

Configure Feed

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

matter: declare cmdliner, eio_main, vlog dependencies

bin/dune uses all three. Surfaced by `dune build -p matter`.

+6
+3
dune-project
··· 33 33 (domain-name (>= 0.4)) 34 34 (logs (>= 0.7)) 35 35 (fmt (>= 0.9)) 36 + (cmdliner (>= 1.3)) 37 + eio_main 38 + vlog 36 39 (x509 (>= 1.0)) 37 40 (alcotest :with-test) 38 41 (mdx :with-test)
+3
matter.opam
··· 26 26 "domain-name" {>= "0.4"} 27 27 "logs" {>= "0.7"} 28 28 "fmt" {>= "0.9"} 29 + "cmdliner" {>= "1.3"} 30 + "eio_main" 31 + "vlog" 29 32 "x509" {>= "1.0"} 30 33 "alcotest" {with-test} 31 34 "mdx" {with-test}