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

EAPI=8

GH_DOM="github.com"
GH_REPO="Bogdanp/racket-place-tcp-listener"
GH_COMMIT="f8b038594cc97c42e3e0648f77ff372aeb99b4f8"

inherit gh racket

DESCRIPTION="A TCP listener that dispatches new connections to places. (implementation only)"
HOMEPAGE="https://github.com/Bogdanp/racket-place-tcp-listener"
S="${S}/place-tcp-listener-lib"

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

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