dep-repository

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

commit 7323e0dcc4ae0e4ffd2f2fc260f6cc463a5c3f3d
parent 8cc9b8b376655612fddd9afc534fd968bd735d8a
Author: finwo <finwo@pm.me>
Date:   Sun, 18 Feb 2024 23:27:42 +0100

Added win32ports/sys_time_h library

Diffstat:
Medge.cnf | 1+
Mstable.cnf | 1+
Awin32ports/sys_time_h/package.ini | 6++++++
3 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/edge.cnf b/edge.cnf @@ -42,3 +42,4 @@ user-none/winpthreads=https://github.com/finwo/winpthreads/archive/refs/tags/edg vmxdev/tkvdb=https://raw.githubusercontent.com/finwo/dep-repository/main/vmxdev/tkvdb/package.ini vurtun/mm_web=https://raw.githubusercontent.com/finwo/dep-repository/main/vurtun/mm_web/package.ini webview/webview=https://raw.githubusercontent.com/finwo/dep-repository/main/webview/webview/package.ini +win32ports/sys_time_h=https://raw.githubusercontent.com/finwo/dep-repository/main/win32ports/sys_time_h/package.ini diff --git a/stable.cnf b/stable.cnf @@ -42,3 +42,4 @@ user-none/winpthreads=https://github.com/finwo/winpthreads/archive/refs/tags/sta vmxdev/tkvdb=https://raw.githubusercontent.com/finwo/dep-repository/main/vmxdev/tkvdb/package.ini vurtun/mm_web=https://raw.githubusercontent.com/finwo/dep-repository/main/vurtun/mm_web/package.ini webview/webview=https://raw.githubusercontent.com/finwo/dep-repository/main/webview/webview/package.ini +win32ports/sys_time_h=https://raw.githubusercontent.com/finwo/dep-repository/main/win32ports/sys_time_h/package.ini diff --git a/win32ports/sys_time_h/package.ini b/win32ports/sys_time_h/package.ini @@ -0,0 +1,6 @@ +[package] +name=win32ports +src=https://github.com/win32ports/sys_time_h/archive/refs/heads/master.tar.gz + +[export] +include/win32ports/time.h=sys/time.h