Files
hakurei/internal/rosa/package/tllist.az
Ophestra a3867ad65f internal/rosa/azalea: replace binding token
This replaces the '*' placeholder with a less confusing '#'.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-24 16:20:26 +09:00

15 lines
399 B
Go

package tllist {
description = "a C header file only implementation of a typed linked list";
website = "https://codeberg.org/dnkl/tllist";
anitya = 141661;
version# = "1.1.0";
source = remoteTar {
url = "https://codeberg.org/dnkl/tllist/archive/"+version+".tar.gz";
checksum = "EEgawChPB8hO7mW9dAzakBGWSRnrgK8pWhCF7Z5F_ycYEqOXxJPCWq6mFUi95U9d";
compress = gzip;
};
exec = meson {};
}