# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GH_DOM="github.com"
GH_REPO="johnstonskj/racket-langtag"
GH_COMMIT="532e9daaf728e7d6e8caa28f574f942344049f4c"
inherit gh racket
DESCRIPTION="BCP-47 compliant language tag predicates."
HOMEPAGE="https://github.com/johnstonskj/racket-langtag"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
RDEPEND="dev-racket/rx"
BDEPEND="${RDEPEND}"