summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Misbakh-Soloviov <mva@gentoo.org>2021-12-09 10:39:49 +0700
committerVadim Misbakh-Soloviov <mva@gentoo.org>2021-12-20 11:12:55 +0700
commit5ac71783534fd54992addb74ad4d5256ed6554d6 (patch)
tree1f7b8f737708be68be0f874b4138d2e338188dd2 /dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild
parentdev-libs/tree-sitter-julia: new package (diff)
downloadgentoo-5ac71783534fd54992addb74ad4d5256ed6554d6.tar.gz
gentoo-5ac71783534fd54992addb74ad4d5256ed6554d6.tar.bz2
gentoo-5ac71783534fd54992addb74ad4d5256ed6554d6.zip
dev-libs/tree-sitter-ocaml: new package
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild')
-rw-r--r--dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild b/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild
new file mode 100644
index 000000000000..adc64bb944d1
--- /dev/null
+++ b/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${P}/ocaml/src"