lol

ocamlPackages.async_websocket: use dune 3

authored by

Vincent Laporte and committed by
Vincent Laporte
7bab58ec d75e38bb

+1
+1
pkgs/development/ocaml-modules/janestreet/0.15.nix
··· 161 161 }; 162 162 163 163 async_websocket = janePackage { 164 + duneVersion = "3"; 164 165 pname = "async_websocket"; 165 166 hash = "16ixqfnx9jp77bvx11dlzsq0pzfpyiif60hl2q06zncyswky9xgb"; 166 167 meta.description = "A library that implements the websocket protocol on top of Async";