File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 98
98
default: https://github.com/ocaml/opam-repository.git
99
99
alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
100
100
101
- - run : opam install cstruct eio_main bigstringaf fmt mdx
101
+ - run : opam install cstruct eio_main bigstringaf fmt mdx uri
102
102
103
103
- run : opam exec -- dune build -p http,cohttp-eio --profile release
104
104
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ depends: [
25
25
"cstruct"
26
26
"bigstringaf"
27
27
"fmt"
28
+ "uri"
28
29
"mdx" {with-test}
29
30
"eio_main" {with-test}
30
31
"conf-nmap" {with-test}
Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ should also be fine under Windows too.
346
346
cstruct
347
347
bigstringaf
348
348
fmt
349
+ uri
349
350
( mdx :with -test)
350
351
( eio_main :with -test)
351
352
( conf-nmap :with -test)
You can’t perform that action at this time.
0 commit comments