ada
ada 4.0.0
WHATWG-compliant and fast URL parser written in modern C
https://github.com/ada-url/adaApache License 2.0MIT License
programs: -
Maintainers
Platforms (79)
i686-windowsx86_64-cygwins390x-linuxaarch64-netbsdmicroblazeel-nones390-nones390x-nonesh4-linux
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