Debian NEW package overview for haskell-happy-lib
| haskell-happy-lib_2.1.2-1_amd64.changes (click to toggle) | |
|---|---|
| Format: | 1.8 |
| Date: | Sun, 04 Jan 2026 21:22:01 -0500 |
| Source: | haskell-happy-lib |
| Binary: | haskell-happy-lib-data libghc-happy-lib-dev libghc-happy-lib-doc libghc-happy-lib-prof |
| Architecture: | source all amd64 |
| Version: | 2.1.2-1 |
| Distribution: | unstable |
| Urgency: | low |
| Maintainer: | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
| Changed-By: | Clint Adams <clint@debian.org> |
| Description: | haskell-happy-lib-data - libghc-happy-lib-dev - libghc-happy-lib-doc - libghc-happy-lib-prof - |
| Changes: | haskell-happy-lib (2.1.2-1) unstable; urgency=low * Initial release |
| Files: | 1565964320253a31c7a7386b25221d95 3292 haskell optional haskell-happy-lib_2.1.2-1.dsc 39436049f039a00bb20961e4f81e0bcb 93174 haskell optional haskell-happy-lib_2.1.2.orig.tar.gz babb61e3c2671d1975cc257ad567a006 2216 haskell optional haskell-happy-lib_2.1.2-1.debian.tar.xz b52c47a972a3e8671eebdef8444f33ad 18620 haskell optional haskell-happy-lib-data_2.1.2-1_all.deb b3326c6607b6e1aaec54af41a27b27f6 9406 haskell optional haskell-happy-lib_2.1.2-1_amd64.buildinfo 9471a0f4a23f51e231fe23367dc202a7 536852 haskell optional libghc-happy-lib-dev_2.1.2-1_amd64.deb 3f44dc037a50f2dfca8f2ddefdbb6a2a 249340 doc optional libghc-happy-lib-doc_2.1.2-1_all.deb cdceed718a535afab9159536b05cf982 497476 haskell optional libghc-happy-lib-prof_2.1.2-1_amd64.deb |
| haskell-happy-lib_2.1.2-1.dsc (click to toggle) | |
|---|---|
| Format: | 3.0 (quilt) |
| Source: | haskell-happy-lib |
| Binary: | libghc-happy-lib-dev, libghc-happy-lib-prof, libghc-happy-lib-doc, haskell-happy-lib-data |
| Architecture: | any all |
| Version: | 2.1.2-1 |
| Maintainer: | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
| Uploaders: | Clint Adams <clint@debian.org> |
| Homepage: | https://www.haskell.org/happy/ |
| Description: | parser generator for Haskell
Happy is a parser generator for Haskell. Given a grammar
specification in BNF, Happy generates Haskell code to parse the
grammar. Happy works in a similar way to the yacc tool for C.
This library provides the following functionality:
* Data type definitions for the Grammar AST type, capturing
the information in .y-files (Happy.Grammar)
* A parser for happy grammar files (.y) to produce a Grammar
(Happy.Frontend.*)
* Implementations of the text book algorithms that compute the
LR action and goto tables for the given 'Grammar'
(Happy.Tabular.*)
* An LALR code generator to produce table-driven, deterministic
parsing code in Haskell (Happy.Backend.LALR.*)
* A (less maintained) GLR code generator to produce
table-driven, non-deterministic parsing code in Haskell,
where ambiguous parses produce multiple parse trees
(Happy.Backend.GLR.*) |
| Standards-Version: | 4.7.3 |
| Build-Depends: | debhelper-compat (=13), haskell-devscripts-minimal | haskell-devscripts (>=0.16.42), dh-sequence-haskell, ghc, ghc-prof |
| Build-Depends-Indep: | ghc-doc |
| Package-List: | haskell-happy-lib-data deb haskell optional arch=all libghc-happy-lib-dev deb haskell optional arch=any libghc-happy-lib-doc deb doc optional arch=all libghc-happy-lib-prof deb haskell optional arch=any |
| Files: | 39436049f039a00bb20961e4f81e0bcb 93174 haskell-happy-lib_2.1.2.orig.tar.gz babb61e3c2671d1975cc257ad567a006 2216 haskell-happy-lib_2.1.2-1.debian.tar.xz |
| control file for haskell-happy-lib-data_2.1.2-1_all.deb (click to toggle) | |
|---|---|
| Package: | haskell-happy-lib-data |
| Source: | haskell-happy-lib |
| Version: | 2.1.2-1 |
| Architecture: | all |
| Maintainer: | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
| Installed-Size: | 55 |
| Section: | haskell |
| Priority: | optional |
| Homepage: | https://www.haskell.org/happy/ |
| Description: | parser generator for Haskell
Happy is a parser generator for Haskell. Given a grammar
specification in BNF, Happy generates Haskell code to parse the
grammar. Happy works in a similar way to the yacc tool for C.
.
This library provides the following functionality:
.
* Data type definitions for the Grammar AST type, capturing
the information in .y-files (Happy.Grammar)
.
* A parser for happy grammar files (.y) to produce a Grammar
(Happy.Frontend.*)
.
* Implementations of the text book algorithms that compute the
LR action and goto tables for the given 'Grammar'
(Happy.Tabular.*)
.
* An LALR code generator to produce table-driven, deterministic
parsing code in Haskell (Happy.Backend.LALR.*)
.
* A (less maintained) GLR code generator to produce
table-driven, non-deterministic parsing code in Haskell,
where ambiguous parses produce multiple parse trees
(Happy.Backend.GLR.*) |
| contents of haskell-happy-lib-data_2.1.2-1_all.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2026-01-05 02:22 ./ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/doc/haskell-happy-lib-data/ -rw-r--r-- root/root 143 2026-01-05 02:22 ./usr/share/doc/haskell-happy-lib-data/changelog.Debian.gz -rw-r--r-- root/root 4426 2001-09-09 01:46 ./usr/share/doc/haskell-happy-lib-data/changelog.gz -rw-r--r-- root/root 1626 2026-01-05 02:22 ./usr/share/doc/haskell-happy-lib-data/copyright drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/happy-lib/ -rw-r--r-- root/root 2498 2001-09-09 01:46 ./usr/share/happy-lib/GLR_Base.hs -rw-r--r-- root/root 13035 2001-09-09 01:46 ./usr/share/happy-lib/GLR_Lib.hs -rw-r--r-- root/root 24489 2001-09-09 01:46 ./usr/share/happy-lib/HappyTemplate.hs | |
| copyright of haskell-happy-lib-data_2.1.2-1_all.deb (click to toggle) | |
|---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: happy-lib Upstream-Contact: https://github.com/haskell/happy Source: https://hackage.haskell.org/package/happy-lib Files: * Copyright: Andy Gill, Simon Marlow License: BSD-2-clause Files: debian/* Copyright: held by the contributors mentioned in debian/changelog License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| control file for libghc-happy-lib-dev_2.1.2-1_amd64.deb (click to toggle) | |
|---|---|
| Package: | libghc-happy-lib-dev |
| Source: | haskell-happy-lib |
| Version: | 2.1.2-1 |
| Architecture: | amd64 |
| Maintainer: | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
| Installed-Size: | 4598 |
| Depends: | libghc-array-dev-0.5.6.0-65c23, libghc-base-dev-4.18.2.1-8e81e, libc6 (>=2.14), libgmp10 (>=2:6.3.0+dfsg) |
| Provides: | libghc-z-happy-lib-z-grammar-dev-2.1.2-6f0bb |
| Section: | haskell |
| Priority: | optional |
| Homepage: | https://www.haskell.org/happy/ |
| Description: | parser generator for Haskell
Happy is a parser generator for Haskell. Given a grammar
specification in BNF, Happy generates Haskell code to parse the
grammar. Happy works in a similar way to the yacc tool for C.
.
This library provides the following functionality:
.
* Data type definitions for the Grammar AST type, capturing
the information in .y-files (Happy.Grammar)
.
* A parser for happy grammar files (.y) to produce a Grammar
(Happy.Frontend.*)
.
* Implementations of the text book algorithms that compute the
LR action and goto tables for the given 'Grammar'
(Happy.Tabular.*)
.
* An LALR code generator to produce table-driven, deterministic
parsing code in Haskell (Happy.Backend.LALR.*)
.
* A (less maintained) GLR code generator to produce
table-driven, non-deterministic parsing code in Haskell,
where ambiguous parses produce multiple parse trees
(Happy.Backend.GLR.*)
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell. |
| Ghc-Package: | happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar |
| contents of libghc-happy-lib-dev_2.1.2-1_amd64.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2026-01-05 02:22 ./ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ -rw-r--r-- root/root 24280 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AbsSyn.dyn_hi -rw-r--r-- root/root 24278 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AbsSyn.hi drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar/ -rw-r--r-- root/root 4617 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar/Mangler.dyn_hi -rw-r--r-- root/root 4616 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar/Mangler.hi -rw-r--r-- root/root 16281 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar/Parser.dyn_hi -rw-r--r-- root/root 16277 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar/Parser.hi -rw-r--r-- root/root 35267 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar.dyn_hi -rw-r--r-- root/root 35265 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar.hi -rw-r--r-- root/root 22368 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Lexer.dyn_hi -rw-r--r-- root/root 22366 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Lexer.hi drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Mangler/ -rw-r--r-- root/root 2550 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Mangler/Monad.dyn_hi -rw-r--r-- root/root 2548 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Mangler/Monad.hi -rw-r--r-- root/root 5240 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Mangler.dyn_hi -rw-r--r-- root/root 5239 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Mangler.hi -rw-r--r-- root/root 16451 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParamRules.dyn_hi -rw-r--r-- root/root 16449 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParamRules.hi drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParseMonad/ -rw-r--r-- root/root 2729 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParseMonad/Class.dyn_hi -rw-r--r-- root/root 2727 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParseMonad/Class.hi -rw-r--r-- root/root 4908 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParseMonad.dyn_hi -rw-r--r-- root/root 4905 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParseMonad.hi -rw-r--r-- root/root 29488 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Parser.dyn_hi -rw-r--r-- root/root 29484 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Parser.hi -rw-r--r-- root/root 11260 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/PrettyGrammar.dyn_hi -rw-r--r-- root/root 11258 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/PrettyGrammar.hi -rw-r--r-- root/root 4774 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend.dyn_hi -rw-r--r-- root/root 4772 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend.hi -rw-r--r-- root/root 1195368 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/libHShappy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend.a drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/Backend/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/Backend/GLR/ -rw-r--r-- root/root 8533 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/Backend/GLR/ProduceCode.dyn_hi -rw-r--r-- root/root 8529 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/Backend/GLR/ProduceCode.hi -rw-r--r-- root/root 1566 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/Backend/GLR.dyn_hi -rw-r--r-- root/root 1562 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/Backend/GLR.hi -rw-r--r-- root/root 11115 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Paths_happy_lib.dyn_hi -rw-r--r-- root/root 11111 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Paths_happy_lib.hi -rw-r--r-- root/root 266636 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/libHShappy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr.a drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/Backend/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/Backend/LALR/ -rw-r--r-- root/root 4831 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/Backend/LALR/ProduceCode.dyn_hi -rw-r--r-- root/root 4828 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/Backend/LALR/ProduceCode.hi -rw-r--r-- root/root 11854 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/Backend/LALR.dyn_hi -rw-r--r-- root/root 11851 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/Backend/LALR.hi -rw-r--r-- root/root 11113 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Paths_happy_lib.dyn_hi -rw-r--r-- root/root 11110 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Paths_happy_lib.hi -rw-r--r-- root/root 392620 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/libHShappy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr.a drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/ -rw-r--r-- root/root 6307 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/First.dyn_hi -rw-r--r-- root/root 6304 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/First.hi -rw-r--r-- root/root 3256 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/Info.dyn_hi -rw-r--r-- root/root 3253 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/Info.hi -rw-r--r-- root/root 26723 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/LALR.dyn_hi -rw-r--r-- root/root 26720 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/LALR.hi -rw-r--r-- root/root 10102 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/NameSet.dyn_hi -rw-r--r-- root/root 10098 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/NameSet.hi -rw-r--r-- root/root 7200 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular.dyn_hi -rw-r--r-- root/root 7197 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular.hi -rw-r--r-- root/root 357494 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/libHShappy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular.a drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/Happy/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/Happy/Grammar/ -rw-r--r-- root/root 5728 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/Happy/Grammar/ExpressionWithHole.dyn_hi -rw-r--r-- root/root 5724 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/Happy/Grammar/ExpressionWithHole.hi -rw-r--r-- root/root 37582 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/Happy/Grammar.dyn_hi -rw-r--r-- root/root 37580 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/Happy/Grammar.hi -rw-r--r-- root/root 170282 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/libHShappy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar.a -rw-r--r-- root/root 766824 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/libHShappy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend-ghc9.6.6.so -rw-r--r-- root/root 184832 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/libHShappy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr-ghc9.6.6.so -rw-r--r-- root/root 275064 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/libHShappy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr-ghc9.6.6.so -rw-r--r-- root/root 245664 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/libHShappy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular-ghc9.6.6.so -rw-r--r-- root/root 125696 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/libHShappy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar-ghc9.6.6.so drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-dev/ -rw-r--r-- root/root 143 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-dev/changelog.Debian.gz -rw-r--r-- root/root 4426 2001-09-09 01:46 ./usr/share/doc/libghc-happy-lib-dev/changelog.gz -rw-r--r-- root/root 1626 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-dev/copyright drwxr-xr-x root/root 0 2026-01-05 02:22 ./var/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./var/lib/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./var/lib/ghc/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./var/lib/ghc/package.conf.d/ -rw-r--r-- root/root 2489 2026-01-05 02:22 ./var/lib/ghc/package.conf.d/happy-lib-2.1.2.conf | |
| copyright of libghc-happy-lib-dev_2.1.2-1_amd64.deb (click to toggle) | |
|---|---|
NOTE: Copyright is the same as haskell-happy-lib-data (haskell-happy-lib-data_2.1.2-1_all.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: happy-lib Upstream-Contact: https://github.com/haskell/happy Source: https://hackage.haskell.org/package/happy-lib Files: * Copyright: Andy Gill, Simon Marlow License: BSD-2-clause Files: debian/* Copyright: held by the contributors mentioned in debian/changelog License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| control file for libghc-happy-lib-doc_2.1.2-1_all.deb (click to toggle) | |
|---|---|
| Package: | libghc-happy-lib-doc |
| Source: | haskell-happy-lib |
| Version: | 2.1.2-1 |
| Architecture: | all |
| Maintainer: | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
| Installed-Size: | 5668 |
| Depends: | haddock-interface-42 |
| Recommends: | ghc-doc, libghc-happy-lib-dev, libjs-mathjax |
| Suggests: | libghc-happy-lib-prof |
| Section: | doc |
| Priority: | optional |
| Homepage: | https://www.haskell.org/happy/ |
| Description: | parser generator for Haskell; documentation
Happy is a parser generator for Haskell. Given a grammar
specification in BNF, Happy generates Haskell code to parse the
grammar. Happy works in a similar way to the yacc tool for C.
.
This library provides the following functionality:
.
* Data type definitions for the Grammar AST type, capturing
the information in .y-files (Happy.Grammar)
.
* A parser for happy grammar files (.y) to produce a Grammar
(Happy.Frontend.*)
.
* Implementations of the text book algorithms that compute the
LR action and goto tables for the given 'Grammar'
(Happy.Tabular.*)
.
* An LALR code generator to produce table-driven, deterministic
parsing code in Haskell (Happy.Backend.LALR.*)
.
* A (less maintained) GLR code generator to produce
table-driven, non-deterministic parsing code in Haskell,
where ambiguous parses produce multiple parse trees
(Happy.Backend.GLR.*)
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell. |
| contents of libghc-happy-lib-doc_2.1.2-1_all.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2026-01-05 02:22 ./ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/ghc-doc/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/ghc-doc/haddock/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/ghc-doc/haddock/happy-lib-2.1.2/ -rw-r--r-- root/root 5772 2026-01-05 02:22 ./usr/lib/ghc-doc/haddock/happy-lib-2.1.2/happy-lib.haddock drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/ghc-doc/hoogle/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/ -rw-r--r-- root/root 143 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/changelog.Debian.gz -rw-r--r-- root/root 4426 2001-09-09 01:46 ./usr/share/doc/libghc-happy-lib-doc/changelog.gz -rw-r--r-- root/root 1626 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/copyright drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/ -rw-r--r-- root/root 4426 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/ChangeLog.md.gz -rw-r--r-- root/root 7257 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Backend-GLR-ProduceCode.html -rw-r--r-- root/root 2034 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Backend-GLR.html -rw-r--r-- root/root 3680 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Backend-LALR-ProduceCode.html -rw-r--r-- root/root 4400 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Backend-LALR.html -rw-r--r-- root/root 49190 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Frontend-AbsSyn.html -rw-r--r-- root/root 2617 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Frontend-Mangler.html -rw-r--r-- root/root 11266 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Frontend-PrettyGrammar.html -rw-r--r-- root/root 3769 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Frontend.html -rw-r--r-- root/root 9818 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Grammar-ExpressionWithHole.html -rw-r--r-- root/root 69978 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Grammar.html -rw-r--r-- root/root 2533 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Tabular-First.html -rw-r--r-- root/root 3628 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Tabular-Info.html -rw-r--r-- root/root 37552 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Tabular-LALR.html -rw-r--r-- root/root 24730 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Tabular-NameSet.html -rw-r--r-- root/root 7895 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/Happy-Tabular.html -rw-r--r-- root/root 896 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/README.md -rw-r--r-- root/root 15702 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/doc-index.html -rw-r--r-- root/root 36228 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/haddock-bundle.min.js -rw-r--r-- root/root 4780 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/happy-lib.txt -rw-r--r-- root/root 3420 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/index.html -rw-r--r-- root/root 14327 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/linuwial.css -rw-r--r-- root/root 28 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/meta.json -rw-r--r-- root/root 3443 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/quick-jump.css drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/ -rw-r--r-- root/root 642560 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Backend.GLR.ProduceCode.html -rw-r--r-- root/root 2038 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Backend.GLR.html -rw-r--r-- root/root 1051616 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Backend.LALR.ProduceCode.html -rw-r--r-- root/root 38403 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Backend.LALR.html -rw-r--r-- root/root 136389 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.AbsSyn.html -rw-r--r-- root/root 146754 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.AttrGrammar.Mangler.html -rw-r--r-- root/root 531705 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.AttrGrammar.Parser.html -rw-r--r-- root/root 110823 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.AttrGrammar.html -rw-r--r-- root/root 283320 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.Lexer.html -rw-r--r-- root/root 8307 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.Mangler.Monad.html -rw-r--r-- root/root 293020 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.Mangler.html -rw-r--r-- root/root 103250 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.ParamRules.html -rw-r--r-- root/root 8308 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.ParseMonad.Class.html -rw-r--r-- root/root 20375 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.ParseMonad.html -rw-r--r-- root/root 882897 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.Parser.html -rw-r--r-- root/root 70027 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.PrettyGrammar.html -rw-r--r-- root/root 28239 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Frontend.html -rw-r--r-- root/root 8180 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Grammar.ExpressionWithHole.html -rw-r--r-- root/root 105319 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Grammar.html -rw-r--r-- root/root 48408 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Tabular.First.html -rw-r--r-- root/root 188010 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Tabular.Info.html -rw-r--r-- root/root 552055 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Tabular.LALR.html -rw-r--r-- root/root 37200 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Tabular.NameSet.html -rw-r--r-- root/root 72543 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Happy.Tabular.html -rw-r--r-- root/root 40033 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/Paths_happy_lib.html -rw-r--r-- root/root 567 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/highlight.js -rw-r--r-- root/root 1433 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/src/style.css -rw-r--r-- root/root 11327 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-doc/html/synopsis.png lrwxrwxrwx root/root 0 2026-01-05 02:22 ./usr/lib/ghc-doc/hoogle/libghc-happy-lib-doc.txt -> ../../../share/doc/libghc-happy-lib-doc/html/happy-lib.txt | |
| copyright of libghc-happy-lib-doc_2.1.2-1_all.deb (click to toggle) | |
|---|---|
NOTE: Copyright is the same as haskell-happy-lib-data (haskell-happy-lib-data_2.1.2-1_all.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: happy-lib Upstream-Contact: https://github.com/haskell/happy Source: https://hackage.haskell.org/package/happy-lib Files: * Copyright: Andy Gill, Simon Marlow License: BSD-2-clause Files: debian/* Copyright: held by the contributors mentioned in debian/changelog License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| control file for libghc-happy-lib-prof_2.1.2-1_amd64.deb (click to toggle) | |
|---|---|
| Package: | libghc-happy-lib-prof |
| Source: | haskell-happy-lib |
| Version: | 2.1.2-1 |
| Architecture: | amd64 |
| Maintainer: | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
| Installed-Size: | 4721 |
| Depends: | libghc-array-prof-0.5.6.0-65c23, libghc-base-prof-4.18.2.1-8e81e, libghc-happy-lib-dev (=2.1.2-1) |
| Provides: | libghc-z-happy-lib-z-grammar-prof-2.1.2-6f0bb |
| Section: | haskell |
| Priority: | optional |
| Homepage: | https://www.haskell.org/happy/ |
| Description: | parser generator for Haskell; profiling libraries
Happy is a parser generator for Haskell. Given a grammar
specification in BNF, Happy generates Haskell code to parse the
grammar. Happy works in a similar way to the yacc tool for C.
.
This library provides the following functionality:
.
* Data type definitions for the Grammar AST type, capturing
the information in .y-files (Happy.Grammar)
.
* A parser for happy grammar files (.y) to produce a Grammar
(Happy.Frontend.*)
.
* Implementations of the text book algorithms that compute the
LR action and goto tables for the given 'Grammar'
(Happy.Tabular.*)
.
* An LALR code generator to produce table-driven, deterministic
parsing code in Haskell (Happy.Backend.LALR.*)
.
* A (less maintained) GLR code generator to produce
table-driven, non-deterministic parsing code in Haskell,
where ambiguous parses produce multiple parse trees
(Happy.Backend.GLR.*)
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell. |
| contents of libghc-happy-lib-prof_2.1.2-1_amd64.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2026-01-05 02:22 ./ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ -rw-r--r-- root/root 25266 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AbsSyn.p_hi drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar/ -rw-r--r-- root/root 4617 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar/Mangler.p_hi -rw-r--r-- root/root 16289 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar/Parser.p_hi -rw-r--r-- root/root 35299 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/AttrGrammar.p_hi -rw-r--r-- root/root 22367 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Lexer.p_hi drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Mangler/ -rw-r--r-- root/root 2563 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Mangler/Monad.p_hi -rw-r--r-- root/root 5232 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Mangler.p_hi -rw-r--r-- root/root 16463 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParamRules.p_hi drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParseMonad/ -rw-r--r-- root/root 2728 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParseMonad/Class.p_hi -rw-r--r-- root/root 5094 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/ParseMonad.p_hi -rw-r--r-- root/root 29464 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/Parser.p_hi -rw-r--r-- root/root 13336 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend/PrettyGrammar.p_hi -rw-r--r-- root/root 4618 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/Happy/Frontend.p_hi -rw-r--r-- root/root 2043602 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend/libHShappy-lib-2.1.2-C2Iw1yuoxMPDSXFkqBwt78-frontend_p.a drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/Backend/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/Backend/GLR/ -rw-r--r-- root/root 8561 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/Backend/GLR/ProduceCode.p_hi -rw-r--r-- root/root 1719 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Happy/Backend/GLR.p_hi -rw-r--r-- root/root 11160 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/Paths_happy_lib.p_hi -rw-r--r-- root/root 566450 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr/libHShappy-lib-2.1.2-DgATqRgHevXLWt9m9KkAZK-backend-glr_p.a drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/Backend/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/Backend/LALR/ -rw-r--r-- root/root 4819 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/Backend/LALR/ProduceCode.p_hi -rw-r--r-- root/root 12313 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Happy/Backend/LALR.p_hi -rw-r--r-- root/root 11168 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/Paths_happy_lib.p_hi -rw-r--r-- root/root 839166 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr/libHShappy-lib-2.1.2-ENNYVkyrZEFBUTPuvMmBF1-backend-lalr_p.a drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/ -rw-r--r-- root/root 6092 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/First.p_hi -rw-r--r-- root/root 3255 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/Info.p_hi -rw-r--r-- root/root 26711 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/LALR.p_hi -rw-r--r-- root/root 11081 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular/NameSet.p_hi -rw-r--r-- root/root 7548 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/Happy/Tabular.p_hi -rw-r--r-- root/root 711350 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular/libHShappy-lib-2.1.2-JIV8XbBtQ3RAUDomPAMtpT-tabular_p.a drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/Happy/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/Happy/Grammar/ -rw-r--r-- root/root 5758 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/Happy/Grammar/ExpressionWithHole.p_hi -rw-r--r-- root/root 38041 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/Happy/Grammar.p_hi -rw-r--r-- root/root 287714 2026-01-05 02:22 ./usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.6.6/happy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar/libHShappy-lib-2.1.2-cUJC5PVCc5CXB29FuoDgm-grammar_p.a drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-prof/ -rw-r--r-- root/root 143 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-prof/changelog.Debian.gz -rw-r--r-- root/root 4426 2001-09-09 01:46 ./usr/share/doc/libghc-happy-lib-prof/changelog.gz -rw-r--r-- root/root 1626 2026-01-05 02:22 ./usr/share/doc/libghc-happy-lib-prof/copyright | |
| copyright of libghc-happy-lib-prof_2.1.2-1_amd64.deb (click to toggle) | |
|---|---|
NOTE: Copyright is the same as haskell-happy-lib-data (haskell-happy-lib-data_2.1.2-1_all.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: happy-lib Upstream-Contact: https://github.com/haskell/happy Source: https://hackage.haskell.org/package/happy-lib Files: * Copyright: Andy Gill, Simon Marlow License: BSD-2-clause Files: debian/* Copyright: held by the contributors mentioned in debian/changelog License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
Timestamp: 05.01.2026 / 05:02:39 (UTC)