Source: wala Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Kai-Chung Yan Build-Depends: debhelper-compat (= 12), default-jdk-doc, default-jdk-headless (>= 2:1.8) | default-jdk (>= 2:1.8), gradle-debian-helper, javahelper, libcommons-cli-java, libcommons-io-java, libguava-java, liblogback-java, libslf4j-java, libsmali-java (>= 2.2.6), maven-repo-helper Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/wala.git Vcs-Browser: https://salsa.debian.org/java-team/wala Homepage: http://wala.sourceforge.net Package: libwala-java Architecture: all Depends: libcommons-cli-java, libcommons-io-java, libguava-java, liblogback-java, libslf4j-java, libsmali-java (>= 2.2.6), ${misc:Depends} Description: Static analysis on Java bytecode and related languages The T. J. Watson Libraries for Analysis (WALA) provide static analysis capabilities for Java bytecode and related languages and for JavaScript. WALA features include: . * Java type system and class hierarchy analysis * Source language framework supporting Java and JavaScript * Interprocedural dataflow analysis (RHS solver) * Context-sensitive tabulation-based slicer * Pointer analysis and call graph construction * SSA-based register-transfer language IR * General framework for iterative dataflow * General analysis utilities and data structures * A bytecode instrumentation library (Shrike) and a dynamic load-time instrumentation library for Java (Dila) . Currently this package provides the following libraries: . * wala-cast * wala-core * wala-dalvik * wala-shrike * wala-util Package: libwala-java-doc Section: doc Architecture: all Depends: default-jdk-doc, ${misc:Depends} Description: Static analysis on Java bytecode and related languages - Docs The T. J. Watson Libraries for Analysis (WALA) provide static analysis capabilities for Java bytecode and related languages and for JavaScript. WALA features include: . * Java type system and class hierarchy analysis * Source language framework supporting Java and JavaScript * Interprocedural dataflow analysis (RHS solver) * Context-sensitive tabulation-based slicer * Pointer analysis and call graph construction * SSA-based register-transfer language IR * General framework for iterative dataflow * General analysis utilities and data structures * A bytecode instrumentation library (Shrike) and a dynamic load-time instrumentation library for Java (Dila) . This package provides the documentations.