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

EAPI=8

GH_DOM="codeberg.org"
GH_REPO="joeld/hash-view-scribble"

inherit gh racket

DESCRIPTION="Adds a defhashview form for documenting hash-views"
HOMEPAGE="https://codeberg.org/joeld/hash-view-scribble"

LICENSE="|| ( Apache-2.0 MIT )"
SLOT="0"

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