# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GH_DOM="github.com"
GH_REPO="soegaard/parsers"
GH_COMMIT="99d1df6ca9a559fe4fb3c913e19d5dee7bd437fe"

inherit gh racket

DESCRIPTION="The documentation for parsers"
HOMEPAGE="https://github.com/soegaard/parsers"
S="${S}/parsers-doc"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"

RDEPEND="dev-racket/parsers-lib"
BDEPEND="${RDEPEND}"