SDL2_net

SDL2_net 2.4.0

SDL multiplatform networking library

https://github.com/libsdl-org/SDL_net
zlib License
programs: -
Platforms (80)
s390x-nonepowerpc-netbsdarmv7a-linuxpowerpc-noneavr-nonemicroblaze-noneaarch64-darwinriscv32-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