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

EAPI=8

GH_DOM="github.com"
GH_REPO="google-deepmind/levintreesearch_cm"
GH_COMMIT="8194e67d2ee8085263cfcc43c7fdf4abd45a1d35"

inherit gh racket

DESCRIPTION="Like time but prefixes with a string and has optional display."
HOMEPAGE="https://github.com/google-deepmind/levintreesearch_cm"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"

RDEPEND="dev-racket/define2
	dev-racket/global"
BDEPEND="${RDEPEND}"