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)
aarch64_be-nonemips64-nonearmv7l-linuxpowerpc-netbsdi686-windowsor1k-nonex86_64-uefiarmv6l-netbsd
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