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 (80)
m68k-netbsdarmv7l-netbsdarmv6l-netbsdaarch64_be-nonemicroblaze-nonemmix-mmixwareaarch64-freebsdarmv5tel-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