ada

ada 3.4.4

WHATWG-compliant and fast URL parser written in modern C

https://github.com/ada-url/ada
Apache License 2.0MIT License
programs: -
Platforms (80)
x86_64-genodearmv5tel-linuxpowerpc64le-linuxarmv7a-netbsdm68k-netbsdx86_64-freebsdi686-openbsdmips64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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