Skip to content

ctags.io

A maintained ctags implementation

Package Information

  • Domain: ctags.io
  • Name: ctags.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install ctags

Programs

This package provides the following executable programs:

  • ctags

Aliases

This package can also be accessed using these aliases:

  • ctags

Available Versions

Show all 2 versions
  • 6.2.0, 6.1.0

Latest Version: 6.2.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +ctags.io@6.2.0 -- $SHELL -i

Dependencies

This package depends on:

  • digip.org/jansson^2
  • pyyaml.org/libyaml^0.2
  • pcre.org/v2^10
  • gnome.org/libxml2~2.13 # 2.14 changes the API

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ctagsio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.