Compare commits

..

2 commits

Author SHA1 Message Date
Simon Cruanes
4f61478bad
prepare for 0.3
Some checks failed
format / format (push) Has been cancelled
github pages / deploy (push) Has been cancelled
build / Build (push) Has been cancelled
2026-01-22 21:34:18 -05:00
Simon Cruanes
1d176da7e6
disable the mdx test 2026-01-22 21:34:18 -05:00

View file

@ -49,8 +49,9 @@ Using `ezcurl-lwt`, a module `Ezcurl_lwt` becomes available, with
functions that are similar to the ones in `Ezcurl` but are non blocking.
This makes it easy to run several queries in parallel:
```ocaml
```ocaml, skip
# #require "ezcurl-lwt";;
# let urls = [
"https://en.wikipedia.org/wiki/CURL";
"https://en.wikipedia.org/wiki/OCaml";