ocamlPackages.async_websocket: use dune 3

This commit is contained in:
Vincent Laporte
2023-01-12 09:08:03 +01:00
committed by Vincent Laporte
parent d75e38bb6e
commit 7bab58ecd1
@@ -161,6 +161,7 @@ with self;
};
async_websocket = janePackage {
duneVersion = "3";
pname = "async_websocket";
hash = "16ixqfnx9jp77bvx11dlzsq0pzfpyiif60hl2q06zncyswky9xgb";
meta.description = "A library that implements the websocket protocol on top of Async";