Skip to content

Commit

Permalink
multipart_form requires result
Browse files Browse the repository at this point in the history
versions 0.1.0, 0.4.1 and 0.5.0 are failing with
```
=== ERROR while compiling multipart_form.0.1.0 ===============================#
 context              2.2.0~alpha3 | linux/x86_64 | ocaml-base-compiler.4.14.1 | file:///home/opam/opam-repository
 path                 ~/.opam/4.14/.opam-switch/build/multipart_form.0.1.0
 command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p multipart_form -j 255
 exit-code            1
 env-file             ~/.opam/log/multipart_form-7-0e3ea2.env
 output-file          ~/.opam/log/multipart_form-7-0e3ea2.out
 File "lib/dune", line 5, characters 8-14:
 5 |    pecu result rresult uutf fmt angstrom))
             ^^^^^^
 Error: Library "result" not found.
 -> required by library "multipart_form" in _build/default/lib
 -> required by _build/default/META.multipart_form
 -> required by _build/install/default/lib/multipart_form/META
 -> required by _build/default/multipart_form.install
 -> required by alias install
```

Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Dec 18, 2023
1 parent 0b3c8b3 commit b593f08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/multipart_form/multipart_form.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ depends: [
"uutf"
"stdlib-shims"
"pecu" {>= "0.4"}
"result"
"fmt"
"ke" {>= "0.4"}
"alcotest" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/multipart_form/multipart_form.0.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"uutf"
"pecu" {>= "0.4"}
"prettym"
"result"
"fmt" {>= "0.8.7"}
"logs"
"ke" {>= "0.6"}
Expand Down
1 change: 1 addition & 0 deletions packages/multipart_form/multipart_form.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ depends: [
"uutf"
"pecu" {>= "0.4"}
"prettym"
"result"
"fmt" {>= "0.8.7"}
"logs"
"ke" {>= "0.6"}
Expand Down

0 comments on commit b593f08

Please sign in to comment.