Anton Bachin
Anton Bachin
The release is now in opam, visible after `opam update`.
> Just for the record, need `libgmp-dev` on **debian** Thank you! Do I understand correctly that it wasn't automatically installed or suggested by opam during the Dream install? If so,...
I'm not sure what to do about the deployability check. The [link](https://deploy.ci.ocaml.org/?repo=ocaml/ocaml.org-builds), judging from the logs linked on it, is for a different PR, and the errors look unrelated to...
Thank you! I've merged that in and changed the base image in `.devcontainer/Dockerfile`, which is the other `Dockerfile` that I see in this repo. Should I push branches directly to...
A separate option regarding ocamlnet might be to port River to use Lambda Soup for HTML parsing. Lambda Soup itself originally used ocamlnet, but I later wrote [Markup.ml](https://github.com/aantron/markup.ml) as its...
Can confirm that with `river` pinned to https://github.com/tarides/river/pull/15, `ocamlnet` is no longer in the dependency cone of OCaml.org. I was able to install, build, and run OCaml.org `main` on 5.2.0...
I've switched this PR to pin the River PR rather than ocamlnet. Based on a recommendation from @sabine, to test, I ran ``` rm -rf data/planet/* make scrape ``` to...
Great, thank you!
@hannesm I see the tool has been released with that PR. Is this ready for attention again?
This is waiting for https://github.com/aantron/dream/pull/393.