net-libs/llhttp - 9.4.1 (gentoo)

Search

Install

Install this version:

emerge -a =net-libs/llhttp-9.4.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-libs/llhttp-9.4.1

Or alternatively:

emerge --autounmask-write -a =net-libs/llhttp-9.4.1

Package Information

Description:
Port of http_parser to llparse
Homepage:
https://github.com/nodejs/llhttp/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9.4.1 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 0/$(ver_cut 1-2)
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

MY_P=llhttp-release-v${PV}
DESCRIPTION="Port of http_parser to llparse"
HOMEPAGE="https://github.com/nodejs/llhttp/"
# note the tag with generated release data is called "release/v${PV}"
# (while "v${PV}" is just snapshot of the unprocessed source repo)
SRC_URI="
	https://github.com/nodejs/llhttp/archive/release/v${PV}.tar.gz
		-> ${MY_P}.tar.gz
"
S=${WORKDIR}/${MY_P}

LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"

Inherited Eclasses

Manifest for 9.4.1

Type File Size Source URLs
DIST llhttp-release-v9.4.1.tar.gz 40396 bytes https://github.com/nodejs/llhttp/archive/release/v9.4.1.tar.gz