🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

tree-sitter-apertium

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-apertium

tree-sitter grammars for Apertium formats

0.2.1
PyPI
Maintainers
2

tree-sitter-apertium

This repository contains tree-sitter parsers for the various non-XML file formats used in Apertium.

Requirements

Parsers

  • npm
  • tree-sitter CLI
  • a C compiler
npm install tree-sitter-cli

Python bindings

Runtime dependencies

pip3 install tree_sitter

Build dependencies

  • setuptools
  • on Linux, auditwheel and patchelf
pip3 install auditwheel setuptools
apt install patchelf

Compiling

To compile everything, run

make

To compile only the parsers and not the Python bindings, run

make langs

Keywords

incremental

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts