librust-expectrl-dev (0.7.1-7)

2 versions available in kali/kali-last-snapshot/main/i386

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
rust-expectrl
Architecture
i386
Section
rust
Priority
optional
Maintainer
Debian Rust Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
365 B
Size expected
50.1 kB
Size actual
50.1 kB
Size match

Dependencies

Required package dependencies

  • librust-nix-0.30+default-dev
  • librust-nix-0.30+fs-dev
  • librust-nix-0.30+term-dev
  • librust-ptyprocess-0.4+default-dev (>= 0.4.1-~~)
  • librust-regex-1+default-dev (>= 1.6.0-~~)

Suggested packages

Recommended additional packages

  • None

Description

Automating terminal applications in Unix like Don libes expect - Rust source code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD56406139f…c3551b6a
SHA-106b98542…af11fb47
SHA-256d595d9d6…c32cc1d2
SHA-512bfb90e36…3315a46c

Contents

Files and directories included

.
usr
usr/share
usr/share/cargo
usr/share/cargo/registry
usr/share/cargo/registry/expectrl-0.7.1
usr/share/cargo/registry/expectrl-0.7.1/.cargo-checksum.json
usr/share/cargo/registry/expectrl-0.7.1/.cargo_vcs_info.json
usr/share/cargo/registry/expectrl-0.7.1/.cirrus.yml
usr/share/cargo/registry/expectrl-0.7.1/.github
usr/share/cargo/registry/expectrl-0.7.1/.github/workflows
usr/share/cargo/registry/expectrl-0.7.1/.github/workflows/ci.yml
usr/share/cargo/registry/expectrl-0.7.1/.github/workflows/coverage.yml
usr/share/cargo/registry/expectrl-0.7.1/.gitignore
usr/share/cargo/registry/expectrl-0.7.1/Cargo.toml
usr/share/cargo/registry/expectrl-0.7.1/Cargo.toml.orig
usr/share/cargo/registry/expectrl-0.7.1/LICENSE
usr/share/cargo/registry/expectrl-0.7.1/README.md
usr/share/cargo/registry/expectrl-0.7.1/debian
usr/share/cargo/registry/expectrl-0.7.1/debian/patches
usr/share/cargo/registry/expectrl-0.7.1/debian/patches/disable-color-in-python-repl.patch
usr/share/cargo/registry/expectrl-0.7.1/debian/patches/disable-flaky-tests.patch
usr/share/cargo/registry/expectrl-0.7.1/debian/patches/disable-interact-tests.patch
usr/share/cargo/registry/expectrl-0.7.1/debian/patches/nix-0.27.patch
usr/share/cargo/registry/expectrl-0.7.1/debian/patches/nix-0.30.patch
usr/share/cargo/registry/expectrl-0.7.1/debian/patches/python-is-python3.patch
usr/share/cargo/registry/expectrl-0.7.1/debian/patches/remove-async.patch
usr/share/cargo/registry/expectrl-0.7.1/debian/patches/remove-polling.patch
usr/share/cargo/registry/expectrl-0.7.1/debian/patches/remove-windows-deps.patch
usr/share/cargo/registry/expectrl-0.7.1/debian/patches/series
usr/share/cargo/registry/expectrl-0.7.1/examples
usr/share/cargo/registry/expectrl-0.7.1/examples/bash.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/check.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/expect_line.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/ftp.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/ftp_interact.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/interact.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/interact_with_callback.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/log.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/ping.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/powershell.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/python.rs
usr/share/cargo/registry/expectrl-0.7.1/examples/shell.rs
usr/share/cargo/registry/expectrl-0.7.1/src
usr/share/cargo/registry/expectrl-0.7.1/src/captures.rs
usr/share/cargo/registry/expectrl-0.7.1/src/check_macros.rs
usr/share/cargo/registry/expectrl-0.7.1/src/control_code.rs
usr/share/cargo/registry/expectrl-0.7.1/src/error.rs
usr/share/cargo/registry/expectrl-0.7.1/src/interact
usr/share/cargo/registry/expectrl-0.7.1/src/interact/actions
usr/share/cargo/registry/expectrl-0.7.1/src/interact/actions/lookup.rs
usr/share/cargo/registry/expectrl-0.7.1/src/interact/actions/mod.rs
usr/share/cargo/registry/expectrl-0.7.1/src/interact/context.rs
usr/share/cargo/registry/expectrl-0.7.1/src/interact/mod.rs
usr/share/cargo/registry/expectrl-0.7.1/src/interact/opts.rs
usr/share/cargo/registry/expectrl-0.7.1/src/interact/session.rs
usr/share/cargo/registry/expectrl-0.7.1/src/lib.rs
usr/share/cargo/registry/expectrl-0.7.1/src/needle.rs
usr/share/cargo/registry/expectrl-0.7.1/src/process
usr/share/cargo/registry/expectrl-0.7.1/src/process/mod.rs
usr/share/cargo/registry/expectrl-0.7.1/src/process/unix.rs
usr/share/cargo/registry/expectrl-0.7.1/src/process/windows.rs
usr/share/cargo/registry/expectrl-0.7.1/src/repl.rs
usr/share/cargo/registry/expectrl-0.7.1/src/session
usr/share/cargo/registry/expectrl-0.7.1/src/session/async_session.rs
usr/share/cargo/registry/expectrl-0.7.1/src/session/mod.rs
usr/share/cargo/registry/expectrl-0.7.1/src/session/sync_session.rs
usr/share/cargo/registry/expectrl-0.7.1/src/stream
usr/share/cargo/registry/expectrl-0.7.1/src/stream/log.rs
usr/share/cargo/registry/expectrl-0.7.1/src/stream/mod.rs
usr/share/cargo/registry/expectrl-0.7.1/src/stream/stdin.rs
usr/share/cargo/registry/expectrl-0.7.1/src/waiter
usr/share/cargo/registry/expectrl-0.7.1/src/waiter/blocking.rs
usr/share/cargo/registry/expectrl-0.7.1/src/waiter/mod.rs
usr/share/cargo/registry/expectrl-0.7.1/src/waiter/wait.rs
usr/share/cargo/registry/expectrl-0.7.1/tests
usr/share/cargo/registry/expectrl-0.7.1/tests/actions
usr/share/cargo/registry/expectrl-0.7.1/tests/actions/cat
usr/share/cargo/registry/expectrl-0.7.1/tests/actions/cat/main.py
usr/share/cargo/registry/expectrl-0.7.1/tests/actions/echo
usr/share/cargo/registry/expectrl-0.7.1/tests/actions/echo/main.py
usr/share/cargo/registry/expectrl-0.7.1/tests/check.rs
usr/share/cargo/registry/expectrl-0.7.1/tests/expect.rs
usr/share/cargo/registry/expectrl-0.7.1/tests/interact.rs
usr/share/cargo/registry/expectrl-0.7.1/tests/io.rs
usr/share/cargo/registry/expectrl-0.7.1/tests/is_matched.rs
usr/share/cargo/registry/expectrl-0.7.1/tests/log.rs
usr/share/cargo/registry/expectrl-0.7.1/tests/repl.rs
usr/share/cargo/registry/expectrl-0.7.1/tests/session.rs
usr/share/cargo/registry/expectrl-0.7.1/tests/source
usr/share/cargo/registry/expectrl-0.7.1/tests/source/ansi.py
usr/share/cargo/registry/expectrl-0.7.1/tests/source/colors.py
usr/share/doc
usr/share/doc/librust-expectrl-dev
usr/share/doc/librust-expectrl-dev/changelog.Debian.gz
usr/share/doc/librust-expectrl-dev/copyright