dev-libs/tree-sitter-unison - 2.1.3 (gentoo)

Search

Install

Install this version:

emerge -a =dev-libs/tree-sitter-unison-2.1.3

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

autounmask =dev-libs/tree-sitter-unison-2.1.3

Or alternatively:

emerge --autounmask-write -a =dev-libs/tree-sitter-unison-2.1.3

Package Information

Description:
Unison programming language grammar for Tree-sitter
Homepage:
https://github.com/kylegoetz/tree-sitter-unison/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.1.3 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit tree-sitter-grammar

DESCRIPTION="Unison programming language grammar for Tree-sitter"
HOMEPAGE="https://github.com/kylegoetz/tree-sitter-unison/"
SRC_URI="https://github.com/kylegoetz/tree-sitter-unison/archive/${PV}.tar.gz
	-> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DOCS=( CHANGELOG.md README.md )

src_install() {
	tree-sitter-grammar_src_install
	einstalldocs
}

Inherited Eclasses

Manifest for 2.1.3

Type File Size Source URLs
DIST tree-sitter-unison-2.1.3.gh.tar.gz 566221 bytes https://github.com/kylegoetz/tree-sitter-unison/archive/2.1.3.tar.gz