re2c (2.0.3-1)

Details

Core information at a glance

Distribution
debian
Origin
debian-bullseye
Repository
https://deb.debian.org/debian
Codename
bullseye
Component
main
Source
re2c
Architecture
armhf
Multi-Arch
foreign
Section
devel
Priority
optional
Maintainer
JCF Ploemen (jcfp) <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
1.7 MB
Size expected
323.7 kB
Size actual
323.7 kB
Size match
match

Dependencies

Required package dependencies

Recommends

Recommended package dependencies

  • None

Suggested packages

Recommended additional packages

  • None

Provides

Virtual packages provided

  • None

Description

lexer generator for C, C++ and Go

Tags

Package classification tags

devel::code-generator
devel::lang:c
devel::library
implemented-in::c

Checksums

Hash values and integrity verification status

TypeActualMatch
MD52067a024…4f7bff3ematch
SHA-1e4799c31…7d85fe59not available
SHA-256c8ec39c4…0d19f6b8match
SHA-51215b6eb9a…53d41b69not available

Contents

Files and directories included

.
usr
usr/bin
usr/bin/re2c
usr/bin/re2go
usr/share
usr/share/doc
usr/share/doc/re2c
usr/share/doc/re2c/changelog.Debian.gz
usr/share/doc/re2c/changelog.gz
usr/share/doc/re2c/copyright
usr/share/doc/re2c/examples
usr/share/doc/re2c/examples/c
usr/share/doc/re2c/examples/c/01_basic.c
usr/share/doc/re2c/examples/c/01_basic.re
usr/share/doc/re2c/examples/c/conditions
usr/share/doc/re2c/examples/c/conditions/parse_u32_blocks.c
usr/share/doc/re2c/examples/c/conditions/parse_u32_blocks.re
usr/share/doc/re2c/examples/c/conditions/parse_u32_conditions.c
usr/share/doc/re2c/examples/c/conditions/parse_u32_conditions.re
usr/share/doc/re2c/examples/c/eof
usr/share/doc/re2c/examples/c/eof/01_sentinel.c
usr/share/doc/re2c/examples/c/eof/01_sentinel.re
usr/share/doc/re2c/examples/c/eof/02_bounds_checking.c
usr/share/doc/re2c/examples/c/eof/02_bounds_checking.re
usr/share/doc/re2c/examples/c/eof/03_eof_rule.c
usr/share/doc/re2c/examples/c/eof/03_eof_rule.re
usr/share/doc/re2c/examples/c/eof/04_generic_api_sentinel.c
usr/share/doc/re2c/examples/c/eof/04_generic_api_sentinel.re
usr/share/doc/re2c/examples/c/eof/05_generic_api_eof_rule.c
usr/share/doc/re2c/examples/c/eof/05_generic_api_eof_rule.re
usr/share/doc/re2c/examples/c/fill
usr/share/doc/re2c/examples/c/fill/01_fill.c
usr/share/doc/re2c/examples/c/fill/01_fill.re
usr/share/doc/re2c/examples/c/fill/02_fill.c
usr/share/doc/re2c/examples/c/fill/02_fill.re
usr/share/doc/re2c/examples/c/generic_api
usr/share/doc/re2c/examples/c/generic_api/ifstream.c
usr/share/doc/re2c/examples/c/generic_api/ifstream.re
usr/share/doc/re2c/examples/c/headers
usr/share/doc/re2c/examples/c/headers/header.c
usr/share/doc/re2c/examples/c/headers/header.re
usr/share/doc/re2c/examples/c/headers/src
usr/share/doc/re2c/examples/c/headers/src/lexer
usr/share/doc/re2c/examples/c/headers/src/lexer/lexer.h
usr/share/doc/re2c/examples/c/includes
usr/share/doc/re2c/examples/c/includes/definitions.h
usr/share/doc/re2c/examples/c/includes/include.c
usr/share/doc/re2c/examples/c/includes/include.re
usr/share/doc/re2c/examples/c/real_world
usr/share/doc/re2c/examples/c/real_world/cxx98.c
usr/share/doc/re2c/examples/c/real_world/cxx98.re
usr/share/doc/re2c/examples/c/reuse
usr/share/doc/re2c/examples/c/reuse/braille.c
usr/share/doc/re2c/examples/c/reuse/braille.re
usr/share/doc/re2c/examples/c/reuse/braille.ucs2.txt
usr/share/doc/re2c/examples/c/reuse/braille.utf16.txt
usr/share/doc/re2c/examples/c/reuse/braille.utf32.txt
usr/share/doc/re2c/examples/c/reuse/braille.utf8.txt
usr/share/doc/re2c/examples/c/reuse/reuse.c
usr/share/doc/re2c/examples/c/reuse/reuse.re
usr/share/doc/re2c/examples/c/state
usr/share/doc/re2c/examples/c/state/push.c
usr/share/doc/re2c/examples/c/state/push.re
usr/share/doc/re2c/examples/c/submatch
usr/share/doc/re2c/examples/c/submatch/01_stags.c
usr/share/doc/re2c/examples/c/submatch/01_stags.re
usr/share/doc/re2c/examples/c/submatch/02_mtags.c
usr/share/doc/re2c/examples/c/submatch/02_mtags.re
usr/share/doc/re2c/examples/c/submatch/03_posix.c
usr/share/doc/re2c/examples/c/submatch/03_posix.re
usr/share/doc/re2c/examples/c/submatch/http_rfc7230.c
usr/share/doc/re2c/examples/c/submatch/http_rfc7230.re
usr/share/doc/re2c/examples/c/submatch/parse_etc_passwd.c
usr/share/doc/re2c/examples/c/submatch/parse_etc_passwd.re
usr/share/doc/re2c/examples/c/submatch/parse_options.c
usr/share/doc/re2c/examples/c/submatch/parse_options.re
usr/share/doc/re2c/examples/c/submatch/parse_records.c
usr/share/doc/re2c/examples/c/submatch/parse_records.re
usr/share/doc/re2c/examples/c/submatch/uri_rfc3986.c
usr/share/doc/re2c/examples/c/submatch/uri_rfc3986.re
usr/share/doc/re2c/examples/go
usr/share/doc/re2c/examples/go/01_basic.go
usr/share/doc/re2c/examples/go/01_basic.re
usr/share/doc/re2c/examples/go/conditions
usr/share/doc/re2c/examples/go/conditions/parse_u32_blocks.go
usr/share/doc/re2c/examples/go/conditions/parse_u32_blocks.re
usr/share/doc/re2c/examples/go/conditions/parse_u32_conditions.go
usr/share/doc/re2c/examples/go/conditions/parse_u32_conditions.re
usr/share/doc/re2c/examples/go/eof
usr/share/doc/re2c/examples/go/eof/01_sentinel.go
usr/share/doc/re2c/examples/go/eof/01_sentinel.re
usr/share/doc/re2c/examples/go/eof/02_bounds_checking.go
usr/share/doc/re2c/examples/go/eof/02_bounds_checking.re
usr/share/doc/re2c/examples/go/eof/03_eof_rule.go
usr/share/doc/re2c/examples/go/eof/03_eof_rule.re
usr/share/doc/re2c/examples/go/eof/04_generic_api_sentinel.go
usr/share/doc/re2c/examples/go/eof/04_generic_api_sentinel.re
usr/share/doc/re2c/examples/go/eof/05_generic_api_eof_rule.go
usr/share/doc/re2c/examples/go/eof/05_generic_api_eof_rule.re
usr/share/doc/re2c/examples/go/fill
usr/share/doc/re2c/examples/go/fill/01_fill.go
usr/share/doc/re2c/examples/go/fill/01_fill.re
usr/share/doc/re2c/examples/go/fill/02_fill.go
usr/share/doc/re2c/examples/go/fill/02_fill.re
usr/share/doc/re2c/examples/go/headers
usr/share/doc/re2c/examples/go/headers/header.go
usr/share/doc/re2c/examples/go/headers/header.re
usr/share/doc/re2c/examples/go/headers/src
usr/share/doc/re2c/examples/go/headers/src/lexer
usr/share/doc/re2c/examples/go/headers/src/lexer/lexer.go
usr/share/doc/re2c/examples/go/includes
usr/share/doc/re2c/examples/go/includes/definitions.go
usr/share/doc/re2c/examples/go/includes/include.go
usr/share/doc/re2c/examples/go/includes/include.re
usr/share/doc/re2c/examples/go/reuse
usr/share/doc/re2c/examples/go/reuse/reuse.go
usr/share/doc/re2c/examples/go/reuse/reuse.re
usr/share/doc/re2c/examples/go/state
usr/share/doc/re2c/examples/go/state/push.go
usr/share/doc/re2c/examples/go/state/push.re
usr/share/doc/re2c/examples/go/submatch
usr/share/doc/re2c/examples/go/submatch/01_stags.go
usr/share/doc/re2c/examples/go/submatch/01_stags.re
usr/share/doc/re2c/examples/go/submatch/02_mtags.go
usr/share/doc/re2c/examples/go/submatch/02_mtags.re
usr/share/doc/re2c/examples/go/submatch/03_posix.go
usr/share/doc/re2c/examples/go/submatch/03_posix.re
usr/share/man
usr/share/man/man1
usr/share/man/man1/re2c.1.gz
usr/share/man/man1/re2go.1.gz
usr/share/re2c
usr/share/re2c/stdlib
usr/share/re2c/stdlib/unicode_categories.re