File: control

package info (click to toggle)
acpica-unix 20160831-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 30,128 kB
  • sloc: ansic: 117,969; sh: 4,078; yacc: 3,709; makefile: 1,323; lex: 1,118
file content (41 lines) | stat: -rw-r--r-- 1,992 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: acpica-unix
Section: devel
Priority: optional
Maintainer: Mattia Dongili <malattia@debian.org>
Uploaders: Al Stone <ahs3@debian.org>
Build-Depends: debhelper (>= 9.0), flex, bison
Standards-Version: 3.9.8
Vcs-Git: https://github.com/ahs3/acpica-tools.git
Vcs-Browser: https://github.com/ahs3/acpica-tools
Homepage: http://www.acpica.org

Package: acpica-tools
Architecture: any
Replaces: iasl (<< 20130214-0.1), acpidump (<< 20100513-4)
Breaks: iasl (<< 20130214-0.1), acpidump (<< 20100513-4)
Provides: iasl, acpidump
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ACPICA tools for the development and debug of ACPI tables
 The ACPI Component Architecture (ACPICA) project provides an OS-independent
 reference implementation of the Advanced Configuration and Power Interface
 Specification (ACPI).  ACPICA code contains those portions of ACPI meant to
 be directly integrated into the host OS as a kernel-resident subsystem, and
 a small set of tools to assist in developing and debugging ACPI tables.
 .
 This package contains only the user-space tools needed for ACPI table
 development, not the kernel implementation of ACPI.  The following commands
 are installed:
    -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine
       Language), suitable for inclusion as a DSDT in system firmware.
       It also can disassemble AML, for debugging purposes.
    -- acpibin: performs basic operations on binary AML files (e.g.,
       comparison, data extraction)
    -- acpidump: write out the current contents of ACPI tables
    -- acpiexec: simulate AML execution in order to debug method definitions
    -- acpihelp: display help messages describing ASL keywords and op-codes
    -- acpinames: display complete ACPI name space from input AML
    -- acpisrc: manipulate the ACPICA source tree and format source files
       for specific environments
    -- acpixtract: extract binary ACPI tables from acpidump output (see
       also the pmtools package)