I finally released `mnet`, a new TCP/IP stack in #OCaml (with effects). You can check our announcement here: https://discuss.ocaml.org/t/ann-mnet-a-new-tcp-ip-stack-for-unikernels-in-ocaml/17851. A mini tutorial to build your own unikernel in #OCaml is available also here: https://robur-coop.github.io/mnet/. Happy hacking!
[ANN] mnet, a new TCP/IP stack for unikernels in OCaml
I am pleased to announce a series of releases for developing unikernels with OCaml 5 and Miou. After extensive testing, we are now able to offer a new TCP/IPv4 and IPv6 stack in OCaml that aims to replace mirage-tcpip and pave the way for direct-style unikernel development. Below is an overview of the libraries we have built to make this possible. mkernel mkernel is a small library that provides the essentials for developing a unikernel targeting Solo5 or Unikraft. Its purpose is to expose hype...