pmlag

Poor man's link aggregation
git clone git://git.finwo.net/app/pmlag
Log | Files | Refs | LICENSE

commit 5154b545644b288fa67b5bab3a7c0fac8a75ec51
parent 31a735047b37a631ea87d82795f6a899b3f3bce7
Author: finwo <finwo@pm.me>
Date:   Sat,  5 Sep 2026 19:16:22 +0200

Move .dep to common target, allows for target-specific deps

Diffstat:
D.dep | 3---
Atarget/common/.dep | 3+++
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.dep b/.dep @@ -1,3 +0,0 @@ -benhoyt/inih https://git.finwo.net/misc/dep-repository/archives/heads/pkg/benhoyt/inih.tar.gz -cofyc/argparse https://git.finwo.net/misc/dep-repository/archives/heads/pkg/cofyc/argparse.tar.gz -finwo/mindex https://git.finwo.net/lib/mindex.c/archives/heads/main.tar.gz diff --git a/target/common/.dep b/target/common/.dep @@ -0,0 +1,3 @@ +cofyc/argparse https://git.finwo.net/misc/dep-repository/archives/heads/pkg/cofyc/argparse.tar.gz +finwo/cnfparse https://git.finwo.net/lib/cnfparse.c/archives/heads/main.tar.gz +finwo/mindex https://git.finwo.net/lib/mindex.c/archives/heads/main.tar.gz