gentoo/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.24.0.ebuild
Arthur Zamarin 17b92476f0
dev-libs/tree-sitter-ocaml: Stabilize 0.24.0 amd64, #966761
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-28 22:49:19 +02:00

15 lines
320 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit tree-sitter-grammar
DESCRIPTION="OCaml grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-ocaml"
S=${WORKDIR}/${P}/grammars/ocaml
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"