ada

ada 4.0.0

WHATWG-compliant and fast URL parser written in modern C

https://github.com/ada-url/ada
Apache License 2.0MIT License
programs: -
Platforms (79)
i686-windowsx86_64-cygwins390x-linuxaarch64-netbsdmicroblazeel-nones390-nones390x-nonesh4-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