diff options
author | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2021-12-09 10:39:49 +0700 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2021-12-20 11:12:55 +0700 |
commit | 5ac71783534fd54992addb74ad4d5256ed6554d6 (patch) | |
tree | 1f7b8f737708be68be0f874b4138d2e338188dd2 /dev-libs/tree-sitter-ocaml | |
parent | dev-libs/tree-sitter-julia: new package (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-libs/tree-sitter-ocaml/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/tree-sitter-ocaml/metadata.xml | 19 | ||||
-rw-r--r-- | dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.19.0.ebuild | 15 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-ocaml/Manifest b/dev-libs/tree-sitter-ocaml/Manifest new file mode 100644 index 000000000000..a291d9385837 --- /dev/null +++ b/dev-libs/tree-sitter-ocaml/Manifest @@ -0,0 +1 @@ +DIST tree-sitter-ocaml-0.19.0.tar.gz 1314747 BLAKE2B 8bceac43a40b11b27395a52a450ab734312fbb43cd4b711ca27e629f16599a04cbb55b13a05540ad20f7aa00f068ef57752b7ba42c45bbc75fc87c344133a743 SHA512 897ce5fcb58241c8ec123536ce52eba64698cb5da08403801f4d1760fab1addaced0b3cda5c24460cf2b4531215becf3a6b29c34ba871370b02b467a13b171ba diff --git a/dev-libs/tree-sitter-ocaml/metadata.xml b/dev-libs/tree-sitter-ocaml/metadata.xml new file mode 100644 index 000000000000..38ac08cf86e4 --- /dev/null +++ b/dev-libs/tree-sitter-ocaml/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>matt@offtopica.uk</email> + <name>Matthew Smith</name> + </maintainer> + <maintainer type="person" proxied="proxy"> + <email>sarnex@gentoo.org</email> + <name>Nick Sarnie</name> + </maintainer> + <maintainer type="person"> + <email>mva@gentoo.org</email> + <name>Vadim Misbakh-Soloviov</name> + </maintainer> + <upstream> + <remote-id type="github">tree-sitter/tree-sitter-ocaml</remote-id> + </upstream> +</pkgmetadata> 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" |