| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1 | 7 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="Estimates, filters, and queries language models"
HOMEPAGE="https://kheafield.com/code/kenlm/"
SRC_URI="https://kheafield.com/code/kenlm.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
COMMON_DEPEND=""
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
S=${WORKDIR}/${PN}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | kenlm.tar.gz | 491888 bytes | https://kheafield.com/code/kenlm.tar.gz |