Update builder-web

This commit is contained in:
Reynir Björnsson 2022-07-12 17:24:32 +02:00
parent a16b340ce6
commit 8fcf3c5335

View file

@ -29,7 +29,6 @@ depends: [
"pbkdf" "pbkdf"
"mirage-crypto-rng" "mirage-crypto-rng"
"scrypt-kdf" "scrypt-kdf"
"alcotest" {with-test}
"opam-core" "opam-core"
"opam-format" {>= "2.1.0"} "opam-format" {>= "2.1.0"}
"metrics" {>= "0.3.0"} "metrics" {>= "0.3.0"}
@ -51,6 +50,9 @@ depends: [
"owee" "owee"
"solo5-elftool" {>= "0.3.0"} "solo5-elftool" {>= "0.3.0"}
"decompress" "decompress"
"alcotest" {with-test}
"ppx_deriving" {with-test}
"ppx_deriving_yojson" {with-test}
] ]
synopsis: "Web interface for builder" synopsis: "Web interface for builder"