SDL2_net

SDL2_net 2.4.0

SDL multiplatform networking library

https://github.com/libsdl-org/SDL_net
zlib License
programs: -
Platforms (79)
mips64el-linuxmsp430-noneaarch64-uefiriscv32-netbsdx86_64-redoxs390-linuxriscv64-linuxarm-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  SDL2_net
];
Ad-hoc shell
nix-shell -p SDL2_net
Flake (nix run)
nix run nixpkgs#SDL2_net