blob: 91ba37b439bf6db2035d9b8d40b21fcc24b9f2ea [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit cros-rust
DESCRIPTION="Determine if a char is a valid identifier for a parser and/or lexer according to Unicode Standard Annex #31 rules."
HOMEPAGE="https://github.com/unicode-rs/unicode-xid"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="${PV}/${PR}"
KEYWORDS="*"