mirage_stack.ml1 2 3 4 5 6 7 8module type V4 = Tcpip.Stack.V4 [@@ocaml.deprecated "Please use 'Tcpip.Stack.V4' directly (and depend on tcpip >= 7.0.0)"] module type V6 = Tcpip.Stack.V6 [@@ocaml.deprecated "Please use 'Tcpip.Stack.V6' directly (and depend on tcpip >= 7.0.0)"] module type V4V6 = Tcpip.Stack.V4V6 [@@ocaml.deprecated "Please use 'Tcpip.Stack.V4V6' directly (and depend on tcpip >= 7.0.0)"]