SDL_net
SDL_net 1.2.8-unstable-2026-05-27
SDL networking library
https://github.com/libsdl-org/SDL_netzlib License
programs: -
Maintainers
Platforms (79)
armv7a-linuxarmv7l-linuxx86_64-netbsdx86_64-linuxor1k-noneaarch64-uefix86_64-noneriscv64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ SDL_net ];
Ad-hoc shell
nix-shell -p SDL_net
Flake (nix run)
nix run nixpkgs#SDL_net