dev-lang/janet - 1.42.0 (amano-kenji)

Search

Install

Install this version:

emerge -a =dev-lang/janet-1.42.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lang/janet-1.42.0

Or alternatively:

emerge --autounmask-write -a =dev-lang/janet-1.42.0

Package Information

Description:
A functional and imperative language for scripting and embedding
Homepage:
https://janet-lang.org/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.42.0 8 ~amd64 1.42.0
View Raw Ebuild
EAPI=8

inherit meson

DESCRIPTION="A functional and imperative language for scripting and embedding"
HOMEPAGE="https://janet-lang.org/"
SRC_URI="https://github.com/janet-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="${PV}"
KEYWORDS="~amd64"
DOCS=( CHANGELOG.md CONTRIBUTING.md README.md examples )
RESTRICT="primaryuri"
RDEPEND="
	!<dev-lang/janet-${PV}
	!>dev-lang/janet-${PV}"

Inherited Eclasses

Dependencies

RDEPEND

	!<dev-lang/janet-1.42.0
	!>dev-lang/janet-1.42.0

Manifest for 1.42.0

Type File Size Source URLs
DIST janet-1.42.0.tar.gz 630683 bytes https://github.com/janet-lang/janet/archive/refs/tags/v1.42.0.tar.gz