Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.17 KB

ur-c

An (incomplete) C library for parsing BCR UR types. At the moment the following Uniform resources are supported:

how to build and run tests

the easy way

It requires cmake support for --preset option, which is included only on versions >=3.20

$ cmake --preset dev
$ cmake --build --preset dev
$ ctest --preset dev --output-on-failure