C framework for Glacier package manager
Go to file
2024-07-21 22:37:27 -04:00
bootstrap 7/21 2024-07-21 22:35:38 -04:00
curl 7/21 2024-07-21 22:35:38 -04:00
etc 7/21 2024-07-21 22:35:38 -04:00
include 7/21 2024-07-21 22:35:38 -04:00
lua 7/21 2024-07-21 22:35:38 -04:00
pkg 7/21 2024-07-21 22:35:38 -04:00
busybox 7/21 2024-07-21 22:35:38 -04:00
config.mk init 2024-02-08 09:01:44 -05:00
glacier.cfg 7/21 2024-07-21 22:35:38 -04:00
libglacier.c 7/21 2024-07-21 22:35:38 -04:00
libglacier.test 7/21 2024-07-21 22:35:38 -04:00
Makefile init 2024-02-08 09:01:44 -05:00
README init 2024-02-08 09:01:44 -05:00
wget 7/21 2024-07-21 22:35:38 -04:00

+ libglacier

The underlying C libraries for the Glacier package manager

+ Rationale

Glacier has been written in Bash since its conception. For obvious reasons, this is terrible for portability.
While writing an entire library for a project that's been in the works for a year at this point will take
much more time, it should futureproof Glacier and make it easier to deploy and test.

+ Usage

	#include <glacier_log.h>
	#include <glacier_config.h>