ocamlPackages.async_rpc_websocket: use dune 3

This commit is contained in:
Vincent Laporte 2023-01-05 09:47:31 +01:00 committed by Vincent Laporte
parent 6bda65e481
commit 481df0c264

View file

@ -110,6 +110,7 @@ with self;
};
async_rpc_websocket = janePackage {
duneVersion = "3";
pname = "async_rpc_websocket";
hash = "1n93jhkz5r76xcc40c4i4sxcyfz1dbppz8sjfxpwcwjyi6lyhp1p";
meta.description = "Library to serve and dispatch Async RPCs over websockets";