Skip to content

kir68k/url-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kir68k/url-info

What this

url-info is a simple C++ project/learning exercise which outputs information about a specified URL, using ada.

How to build

This project uses Nix + meson for compilation

Dependencies

Using Nix

  • Nix
    • Requires enabled flake support

Native meson

  • ada
  • boost
  • meson
  • pkg-config
  • cmake
    • CMake is required for finding ada, pkg-config does not work.

Building

Using nix

Simply run the following commands from this directory:

$ nix build

You can then use ./result/bin/url-info.

Using native meson

Run the following commands from this directory:

meson setup build && cd build
ninja

You can then use ./url-info from the build directory.

Installing

Using nix

$ nix profile install github:kir68k/url-info

Using native meson

meson setup build
meson compile -C build
meson install -C build

About

Parses and outputs information about a valid given URL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published