File: control

package info (click to toggle)
bison-doc 1%3A3.8.2%2Brepack-1
  • links: PTS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 2,320 kB
  • sloc: yacc: 2,433; sh: 723; lex: 294; makefile: 223; cpp: 201; perl: 115
file content (22 lines) | stat: -rw-r--r-- 850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: bison-doc
Section: non-free/doc
Priority: optional
Maintainer: Chuan-kai Lin <cklin@debian.org>
Homepage: https://www.gnu.org/software/bison/
Standards-Version: 4.6.0
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: texinfo, texlive, texlive-plain-generic

Package: bison-doc
Architecture: all
Depends: ${misc:Depends}
Replaces: bison (<< 2.2.dfsg-1)
Suggests: doc-base
Description: Documentation for the Bison parser generator
 Bison is a general-purpose parser generator that converts a
 grammar description for an LALR(1) context-free grammar into a C
 program to parse that grammar.  Once you are proficient with Bison, you
 may use it to develop a wide range of language parsers, from those used
 in simple desk calculators to complex programming languages.
 .
 This package contains the PDF and Info documentation for Bison.