|
|
|
@ -3,7 +3,7 @@ package("libhv") |
|
|
|
|
set_homepage("https://github.com/ithewei/libhv") |
|
|
|
|
set_description("Like libevent, libev, and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler api and richer protocols.") |
|
|
|
|
|
|
|
|
|
add_urls("https://github.com/ithewei/libhv/archive/v$(version).zip") |
|
|
|
|
add_urls("https://github.com/ithewei/libhv/archive/v$(version).zip", {excludes = {"*/html/*"}}) |
|
|
|
|
add_versions("1.0.0", "39adb77cc7addaba82b69fa9a433041c8288f3d9c773fa360162e3391dcf6a7b") |
|
|
|
|
add_versions("1.1.0", "a753c268976d9c4f85dcc10be2377bebc36d4cb822ac30345cf13f2a7285dbe3") |
|
|
|
|
add_versions("1.1.1", "e012d9752fe8fb3f788cb6360cd9abe61d4ccdc1d2085501d85f1068eba8603e") |
|
|
|
@ -11,6 +11,7 @@ package("libhv") |
|
|
|
|
add_versions("1.2.2", "a15ec12cd77d1fb745a74465b8bdee5a45247e854371db9d0863573beca08466") |
|
|
|
|
add_versions("1.2.3", "c30ace04597a0558ce957451d64acc7cd3260d991dc21628e048c8dec3028f34") |
|
|
|
|
add_versions("1.2.4", "389fa60f0d6697b5267ddc69de00e4844f1d8ac8ee4d2ad3742850589c20d46e") |
|
|
|
|
add_versions("1.2.6", "dd5ed854f5cdc0bdd3a3310a9f0452ec194e2907006551aebbb603825a989ed1") |
|
|
|
|
|
|
|
|
|
add_configs("protocol", {description = "compile protocol", default = false, type = "boolean"}) |
|
|
|
|
add_configs("http", {description = "compile http", default = true, type = "boolean"}) |
|
|
|
|