url-info is a simple C++ project/learning exercise which outputs information about a specified URL, using ada.
This project uses Nix + meson for compilation
- Nix
- Requires enabled flake support
- ada
- boost
- meson
- pkg-config
- cmake
- CMake is required for finding
ada
, pkg-config does not work.
- CMake is required for finding
Simply run the following commands from this directory:
$ nix build
You can then use ./result/bin/url-info
.
Run the following commands from this directory:
meson setup build && cd build
ninja
You can then use ./url-info
from the build directory.
$ nix profile install github:kir68k/url-info
meson setup build
meson compile -C build
meson install -C build