dep-repository

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

commit c651aec6953a9aebaa18afb99afb362a86b87705
parent 1e19a70f032f78240e8aa7707e8fbf804164f5d8
Author: finwo <finwo@pm.me>
Date:   Sun, 29 Jan 2023 20:37:34 +0100

Updated urls in antirez packages ; updated rxi/dyad to new format

Diffstat:
Mantirez/linenoise/package.ini | 2+-
Mantirez/rax/package.ini | 2+-
Medge.cnf | 1+
Djuliamath/openlibm/config | 2--
Drxi/dyad/config | 2--
Arxi/dyad/config.mk | 1+
Arxi/dyad/package.ini | 11+++++++++++
Mstable.cnf | 1+
8 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/antirez/linenoise/package.ini b/antirez/linenoise/package.ini @@ -4,7 +4,7 @@ src=https://github.com/antirez/linenoise/archive/97d2850af13c339369093b78abe5265 src-sha256=1086f82fbf30b0618b1953b05d33db62c68fc7ce49391ce1374192f776fde72d [fetch] -config.mk=https://raw.githubusercontent.com/finwo/dep-repository/master/antirez/linenoise/config.mk +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/config.mk [export] config.mk=config.mk diff --git a/antirez/rax/package.ini b/antirez/rax/package.ini @@ -4,7 +4,7 @@ src=https://github.com/antirez/rax/archive/1927550cb218ec3c3dda8b39d82d1d019bf04 src-sha256=53727eba23850135771b774ad70f0f7e56304e9d50022d4e0ebc27d479d8ed03 [fetch] -config.mk=https://raw.githubusercontent.com/finwo/dep-repository/master/antirez/rax/config.mk +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/config.mk [export] config.mk=config.mk diff --git a/edge.cnf b/edge.cnf @@ -3,3 +3,4 @@ antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/ finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/edge.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/edge.tar.gz finwo/matter=https://github.com/finwo/matter/archive/refs/tags/edge.tar.gz +rxi/dyad=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/package.ini diff --git a/juliamath/openlibm/config b/juliamath/openlibm/config @@ -1,2 +0,0 @@ -tarball=https://github.com/JuliaMath/openlibm/archive/v0.7.0.tar.gz -sha256=1699f773198018b55b12631db9c1801fe3ed191e618a1ee1be743f4570ae06a3 diff --git a/rxi/dyad/config b/rxi/dyad/config @@ -1,2 +0,0 @@ -tarball=https://github.com/rxi/dyad/archive/915ae4939529b9aaaf6ebfd2f65c6cff45fc0eac.tar.gz -sha256=830e432c3ef3feec769a9a00649a7532f0f9bd0179e7cfd8d1e9c6a10713228e diff --git a/rxi/dyad/config.mk b/rxi/dyad/config.mk @@ -0,0 +1 @@ +SRC+=__DIRNAME/src/dyad.c diff --git a/rxi/dyad/package.ini b/rxi/dyad/package.ini @@ -0,0 +1,11 @@ +[package] +name=rxi/dyad +src=https://github.com/rxi/dyad/archive/915ae4939529b9aaaf6ebfd2f65c6cff45fc0eac.tar.gz +src-sha256=830e432c3ef3feec769a9a00649a7532f0f9bd0179e7cfd8d1e9c6a10713228e + +[fetch] +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/config.mk + +[export] +config.mk=config.mk +include/rxi/dyad.h=src/dyad.h diff --git a/stable.cnf b/stable.cnf @@ -3,3 +3,4 @@ antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/ finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/stable.tar.gz finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/stable.tar.gz finwo/matter=https://github.com/finwo/matter/archive/refs/tags/stable.tar.gz +rxi/dyad=https://raw.githubusercontent.com/finwo/dep-repository/main/rxi/dyad/package.ini