this repo has no description

Merge pull request #18489 from joseeMDS/add-conf-tree-sitter

Add conf-tree-sitter

Kate ee0f5393 64474fe0

Changed files
+35
packages
conf-tree-sitter
conf-tree-sitter.1
+35
packages/conf-tree-sitter/conf-tree-sitter.1/opam
···
···
+
opam-version: "2.0"
+
maintainer: "José Eduardo <josee.edumont@gmail.com>"
+
authors: ["Max Brunsfeld"]
+
homepage: "https://tree-sitter.github.io/"
+
bug-reports: "https://github.com/tree-sitter/tree-sitter/issues"
+
license: "MIT"
+
build: ["tree-sitter" "--version"]
+
depexts: [
+
["tree-sitter"] {os-distribution = "homebrew" & os = "macos"}
+
["tree-sitter"] {os-distribution = "macports" & os = "macos"}
+
["tree-sitter@testing"] {os-family = "alpine"}
+
["tree-sitter"] {os-family = "arch"}
+
["tree-sitter"] {os-distributions = "nixos"}
+
["dev-libs/tree-sitter"] {os-family = "gentoo"}
+
]
+
x-ci-accept-failures: [
+
# Not available on most linux distributions
+
"debian-10"
+
"centos-7"
+
"centos-8"
+
"debian-testing"
+
"debian-unstable"
+
"fedora-33"
+
"opensuse-15.2"
+
"oraclelinux-7"
+
"oraclelinux-8"
+
"ubuntu-16.04"
+
"ubuntu-18.04"
+
"ubuntu-20.04"
+
"ubuntu-20.10"
+
]
+
synopsis: "Check if tree-sitter is installed"
+
description:
+
"This package can only install if tree-sitter is installed on the system."
+
flags: conf