SDL_net

SDL_net 1.2.8-unstable-2026-05-27

SDL networking library

https://github.com/libsdl-org/SDL_net
zlib License
programs: -
Platforms (80)
x86_64-netbsdwasm64-wasimips-nonepowerpc64-linuxmips64-linuxaarch64-netbsdriscv64-linuxarmv6l-linux
View source on NixOS/nixpkgs →

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