package/hare-ev: new package

Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Francois Perrad
2026-08-03 08:59:37 +02:00
committed by Julien Olivain
parent 44d3843234
commit 2bcc975125
4 changed files with 26 additions and 0 deletions

View File

@@ -2176,6 +2176,7 @@ menu "Other"
source "package/gsl/Config.in"
source "package/gtest/Config.in"
source "package/gumbo-parser/Config.in"
source "package/hare-ev/Config.in"
source "package/highway/Config.in"
source "package/jemalloc/Config.in"
source "package/lapack/Config.in"

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_HARE_EV
bool "hare-ev"
depends on BR2_PACKAGE_HOST_HARE_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_HOST_HARE
help
This package provides an event loop for Hare programs.
https://git.sr.ht/~sircmpwn/hare-ev

View File

@@ -0,0 +1,3 @@
# Locally computed
sha256 c80dc647f3a227259c05dab3b42b4cdfee44c68acd8e7cf31245807a8fa79188 hare-ev-0.26.0.0-git4.tar.gz
sha256 be782a711236b742d7231a4a9a15ca781013e61dead0d6908105fbc2cb38a317 COPYING

View File

@@ -0,0 +1,14 @@
################################################################################
#
# hare-ev
#
################################################################################
HARE_EV_VERSION = 0.26.0.0
HARE_EV_SITE_METHOD = git
HARE_EV_SITE = https://git.sr.ht/~sircmpwn/hare-ev
HARE_EV_LICENSE = MPL-2.0
HARE_EV_LICENSE_FILES = COPYING
HARE_EV_INSTALL_STAGING = YES
$(eval $(hare-package))