rcl/tools
Ruud van Asseldonk 2038088d9b Add script to verify dependency licenses
I started out with "cargo deny", which is easy enough and checks for
more, but I couldn't make it work under Nix because it downloads stuff.
There is a separate "fetch" command, but we'd have to integrate it as a
fixed-output derivation, and some of the downloads are moving targets,
so it's not so clear how to achieve that.

So I thought I'd write a simple script based on "cargo license" instead.
Then I learned that this tool too requires Internet connectivity. Oh
well. No automated dependency check for now then, but at least there is
some check.
2025-11-22 21:33:02 +01:00
..
check_deps.py Add script to verify dependency licenses 2025-11-22 21:33:02 +01:00
expand_fuzz_corpus.py Remove historical fuzz modes from corpus 2024-04-27 14:11:03 +02:00
fuzz_all.py Add script to run all fuzzers briefly 2025-08-30 21:28:19 +02:00
generate_keywords.py Autoformat Python sources, make Mypy happy 2025-03-15 20:54:25 +01:00
migrate_fuzz_corpus.py Add a script to migrate the fuzz corpus 2023-09-23 22:26:21 +02:00
seed_fuzz_corpus.py Update seed_fuzz_corpus for new fuzzers 2025-03-02 20:51:55 +01:00
update_repos.py Make repo update script fill in the latest TS commit 2025-08-30 21:28:19 +02:00