fdopen / uwt

libuv bindings for OCaml
https://fdopen.github.io/uwt/
MIT License
55 stars 7 forks source link

installation attempts to access remote server #1

Closed dsheets closed 7 years ago

dsheets commented 9 years ago

https://github.com/fdopen/uwt/blob/master/libuv-compile.sh#L17 is uncool.

Why does it do this? Can you just make libuv a dependency/depext?

Also, version 0.0.1 published in opam uses the old broken URL and so fails every build now.

fdopen commented 9 years ago

Ok, I've made it optional ( https://github.com/fdopen/uwt/commit/ec04354631d0892e302652ec788825ccf2a0be86 ) and fixed the broken URL ( https://github.com/ocaml/opam-repository/pull/4401 )