ocamlPackages.async_websocket: use dune 3

This commit is contained in:
Vincent Laporte 2023-01-05 09:47:39 +01:00 committed by Vincent Laporte
parent d75e38bb6e
commit 7bab58ecd1

View file

@ -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";