# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GH_DOM="gitlab.com"
GH_REPO="xgqt/racket-ini"
GH_COMMIT="93d9806b9d3bedd1ad1f0c38c03bd230c6d8ffda"
inherit gh racket
DESCRIPTION="Racket parser for Ini and UNIX Conf files. Typed interface."
HOMEPAGE="https://gitlab.com/xgqt/racket-ini"
S="${S}/src/typed-ini-lib"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
RDEPEND="dev-racket/ini-lib"
BDEPEND="${RDEPEND}"