|
@@ -2,8 +2,10 @@ package("uthash")
|
|
|
set_kind("library", {headeronly = true})
|
|
|
set_homepage("https://troydhanson.github.io/uthash")
|
|
|
set_description("C macros for hash tables and more")
|
|
|
+ set_license("BSD")
|
|
|
|
|
|
add_urls("https://github.com/troydhanson/uthash.git")
|
|
|
+ add_versions("2025.05.05", "af6e637f19c102167fb914b9ebcc171389270b48")
|
|
|
add_versions("2023.7.11", "ca98384ce7f30beb216f9a0bc88a3b4340ead729")
|
|
|
|
|
|
on_install(function (package)
|