dep-repository

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

commit ce3c1b0dd84ed3e5fcc7332cca593d8fe69e9640
parent f6401bd4bddd646961ba4f90477481fc6f92d46e
Author: finwo <finwo@pm.me>
Date:   Sun, 29 Jan 2023 16:44:56 +0100

Added antirez/linenoise \& rax to repository manifests

Diffstat:
Dantirez/rax/config | 2--
Aantirez/rax/config.mk | 1+
Aantirez/rax/package.ini | 12++++++++++++
Medge.cnf | 2++
Mstable.cnf | 2++
5 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/antirez/rax/config b/antirez/rax/config @@ -1,2 +0,0 @@ -tarball=https://github.com/antirez/rax/archive/3562565262c34ea45b9bac71851c6a02faae95d7.tar.gz -sha256=a906c724501aa1ae71700e219afeeb8b93b6b1bad394e527eacb06f0ef07b4a7 diff --git a/antirez/rax/config.mk b/antirez/rax/config.mk @@ -0,0 +1 @@ +SRC+=__DIRNAME__/rax.c diff --git a/antirez/rax/package.ini b/antirez/rax/package.ini @@ -0,0 +1,12 @@ +[package] +name=antirez/rax +src=https://github.com/antirez/rax/archive/1927550cb218ec3c3dda8b39d82d1d019bf0476d.tar.gz +src-sha256=53727eba23850135771b774ad70f0f7e56304e9d50022d4e0ebc27d479d8ed03 + +[fetch] +config.mk=https://raw.githubusercontent.com/finwo/dep-repository/master/antirez/rax/config.mk + +[export] +config.mk=config.mk +include/antirez/rax.h=rax.h +include/antirez/rax_malloc.h=rax_malloc.h diff --git a/edge.cnf b/edge.cnf @@ -1 +1,3 @@ +antirez/linenoise=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/package.ini +antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/package.ini finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/edge.tar.gz diff --git a/stable.cnf b/stable.cnf @@ -1 +1,3 @@ +antirez/linenoise=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/linenoise/package.ini +antirez/rax=https://raw.githubusercontent.com/finwo/dep-repository/main/antirez/rax/package.ini finwo/assert=https://github.com/finwo/c-assert/archive/refs/tags/stable.tar.gz