mirage / ocaml-dns

OCaml implementation of the DNS protocol
BSD 2-Clause "Simplified" License
105 stars 43 forks source link

Upgrade to dune 2.0 #327

Closed reynir closed 1 year ago

reynir commented 1 year ago

I found that dune would attempt to compile ocaml-dns to javascript if its source was included as a subdirectory in happy-eyeballs. With help from people on the discord I had two solutions, and one of them was to upgrade to dune-lang 2.0.

hannesm commented 1 year ago

ok, but why then 2.0.1? to me, 2.0 or 2.0.0 would be more intuitive (dune 2.0.0 is also marked as unavailable).

reynir commented 1 year ago

Sure. I used 2.0.1 as 2.0.0 was unavailable. I'll change it.

hannesm commented 1 year ago

thanks