Skip to content

Temporary shim to get back the Async.Udp lost from async_extra.v0.12

License

Notifications You must be signed in to change notification settings

mbacarella/async_udp

Repository files navigation

Temporary Async_extra.Udp Compatibility Shim for v0.12

Your code that uses Async_extra.Udp won't build anymore? Same here!

Jane Street accidentally dropped the Async_extra.Udp module from their v0.12 release of async_extra. 😆

You can get it back by doing:

opam pin add async_udp git+https://github.com/mbacarella/async_udp

Say yes if it asks to create a new package.

Add async_udp to your project's dune libraries list.

You'll have to change stuff like Async_extra.Udp to Async_udp in your code. Hopefully this is all you need to do.

Some discussion here:

janestreet/async_extra#13

About

Temporary shim to get back the Async.Udp lost from async_extra.v0.12

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages