golang-github-alecthomas-participle-v2-dev (2.1.4-3)

2 versions available in kali/kali-last-snapshot/main/i386

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
golang-github-alecthomas-participle-v2
Architecture
i386
Section
golang
Priority
optional
Maintainer
Debian Go Packaging Team <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
610 B
Size expected
163 kB
Size actual
163 kB
Size match

Dependencies

Required package dependencies

  • golang-github-stretchr-testify-dev

Suggested packages

Recommended additional packages

  • None

Description

parser library for Go (library)

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD5c86ddf73…8faafaad
SHA-1e655418b…66f744df
SHA-256bf4f9d92…86e7ac5c
SHA-512ab200968…ae47b4a3

Contents

Files and directories included

.
usr
usr/share
usr/share/doc
usr/share/doc/golang-github-alecthomas-participle-v2-dev
usr/share/doc/golang-github-alecthomas-participle-v2-dev/changelog.Debian.gz
usr/share/doc/golang-github-alecthomas-participle-v2-dev/changelog.gz
usr/share/doc/golang-github-alecthomas-participle-v2-dev/copyright
usr/share/gocode
usr/share/gocode/src
usr/share/gocode/src/github.com
usr/share/gocode/src/github.com/alecthomas
usr/share/gocode/src/github.com/alecthomas/participle
usr/share/gocode/src/github.com/alecthomas/participle/v2
usr/share/gocode/src/github.com/alecthomas/participle/v2/.github
usr/share/gocode/src/github.com/alecthomas/participle/v2/.github/FUNDING.yml
usr/share/gocode/src/github.com/alecthomas/participle/v2/.github/workflows
usr/share/gocode/src/github.com/alecthomas/participle/v2/.github/workflows/ci.yml
usr/share/gocode/src/github.com/alecthomas/participle/v2/.github/workflows/release.yml
usr/share/gocode/src/github.com/alecthomas/participle/v2/.golangci.yml
usr/share/gocode/src/github.com/alecthomas/participle/v2/.goreleaser.yml
usr/share/gocode/src/github.com/alecthomas/participle/v2/CHANGES.md
usr/share/gocode/src/github.com/alecthomas/participle/v2/README.md
usr/share/gocode/src/github.com/alecthomas/participle/v2/TUTORIAL.md
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/basic
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/basic/ast.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/basic/eval.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/basic/example.bas
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/basic/hidden.bas
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/basic/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/basic/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/ebnf
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/ebnf/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/ebnf/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr2
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr2/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr2/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr3
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr3/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr3/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr4
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr4/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/expr4/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/generics
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/generics/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/go.mod
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/go.sum
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/graphql
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/graphql/example.graphql
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/graphql/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/graphql/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/hcl
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/hcl/example.hcl
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/hcl/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/hcl/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/ini
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/ini/example.ini
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/ini/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/ini/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/json
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/json/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/json/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/json/test.json
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/jsonpath
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/jsonpath/github-webhook.json
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/jsonpath/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/jsonpath/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/microc
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/microc/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/microc/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/precedenceclimbing
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/precedenceclimbing/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/precedenceclimbing/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/protobuf
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/protobuf/example.proto
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/protobuf/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/protobuf/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/simpleexpr
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/simpleexpr/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/simpleexpr/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/sql
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/sql/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/sql/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/stateful
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/stateful/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/stateful/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/thrift
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/thrift/lexer_gen.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/thrift/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/thrift/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/toml
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/toml/example.toml
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/toml/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/_examples/toml/main_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/api.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/README.hermit.md
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/activate-hermit
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/hermit
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/hermit.hcl
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/participle
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/participle/codegen.go.tmpl
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/participle/gen_lexer_cmd.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/participle/go.mod
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/participle/go.sum
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/participle/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/railroad
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/railroad/assets
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/railroad/assets/railroad-diagrams.css
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/railroad/assets/railroad-diagrams.js
usr/share/gocode/src/github.com/alecthomas/participle/v2/cmd/railroad/main.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/context.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/doc.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/ebnf
usr/share/gocode/src/github.com/alecthomas/participle/v2/ebnf/ebnf.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/ebnf/ebnf_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/ebnf.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/ebnf_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/error.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/error_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/go.mod
usr/share/gocode/src/github.com/alecthomas/participle/v2/go.sum
usr/share/gocode/src/github.com/alecthomas/participle/v2/grammar.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/grammar_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/api.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/doc.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/errors.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/internal
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/internal/basiclexer.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/internal/basiclexer.json
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/internal/conformance
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/internal/conformance/conformance_codegen_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/internal/conformance/conformance_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/peek.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/peek_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/simple.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/stateful.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/stateful_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/text_scanner.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lexer/text_scanner_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/lookahead_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/map.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/map_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/nodes.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/options.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/parser.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/parser_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/railroad.png
usr/share/gocode/src/github.com/alecthomas/participle/v2/renovate.json5
usr/share/gocode/src/github.com/alecthomas/participle/v2/scripts
usr/share/gocode/src/github.com/alecthomas/participle/v2/scripts/participle
usr/share/gocode/src/github.com/alecthomas/participle/v2/scripts/regen-lexer
usr/share/gocode/src/github.com/alecthomas/participle/v2/struct.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/struct_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/validate.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/validate_test.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/visit.go
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/.go-1.23.5.pkg
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/.golangci-lint-1.63.4.pkg
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/.goreleaser-1.26.2.pkg
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/go
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/gofmt
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/golangci-lint
usr/share/gocode/src/github.com/alecthomas/participle/v2/bin/goreleaser