Update builder-web.opam

- We no longer directly depend on modulectomy and opam-graph
- We expect ocaml-solo5-elftool >= 0.3.0 that doesn't raise exceptions
  (inshallah)
This commit is contained in:
Reynir Björnsson 2022-06-23 12:24:04 +02:00
parent 949dbab501
commit bc692c46c6

View file

@ -47,11 +47,9 @@ depends: [
"uri"
"fmt" {>= "0.8.7"}
"omd"
"modulectomy"
"opam-graph"
"tar"
"owee"
"solo5-elftool"
"solo5-elftool" {>= "0.3.0"}
"decompress"
]