dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit e93c955ea0bac3e6de30d91183d96008da426f10
parent e8caf1242bf1cd2e8602b9de480eb802ee897fd9
Author: finwo <finwo@pm.me>
Date:   Mon, 16 Mar 2026 11:23:18 +0100

Update rxi/dyad to new package format

Diffstat:
MMANIFEST | 1+
Drxi/dyad/config.mk | 1-
Drxi/dyad/package.ini | 8--------
3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/MANIFEST b/MANIFEST @@ -12,6 +12,7 @@ graphitemaster/incbin https://git.finwo.net/misc/dep-repository/archives/heads/p orlp/ed25519 https://git.finwo.net/misc/dep-repository/archives/heads/pkg/orlp/ed25519.tar.gz rxi/log https://git.finwo.net/misc/dep-repository/archives/heads/pkg/rxi/log.tar.gz rxi/microtar https://git.finwo.net/misc/dep-repository/archives/heads/pkg/rxi/microtar.tar.gz +rxi/dyad https://git.finwo.net/misc/dep-repository/archives/heads/pkg/rxi/dyad.tar.gz tidwall/buf https://git.finwo.net/misc/dep-repository/archives/heads/pkg/tidwall/buf.tar.gz tidwall/btree https://git.finwo.net/misc/dep-repository/archives/heads/pkg/tidwall/btree.tar.gz tidwall/evio https://git.finwo.net/misc/dep-repository/archives/heads/pkg/tidwall/evio.tar.gz diff --git a/rxi/dyad/config.mk b/rxi/dyad/config.mk @@ -1 +0,0 @@ -SRC+=__DIRNAME/src/dyad.c diff --git a/rxi/dyad/package.ini b/rxi/dyad/package.ini @@ -1,8 +0,0 @@ -[package] -name=rxi/dyad -src=https://github.com/rxi/dyad/archive/915ae4939529b9aaaf6ebfd2f65c6cff45fc0eac.tar.gz -src-sha256=830e432c3ef3feec769a9a00649a7532f0f9bd0179e7cfd8d1e9c6a10713228e - -[export] -config.mk=config.mk -include/rxi/dyad.h=src/dyad.h