pavao-src

Crates.iopavao-src
lib.rspavao-src
version
sourcesrc
created_at2025-03-20 13:45:05.24381+00
updated_at2025-03-20 13:45:05.24381+00
descriptionSource of libsmbclient and logic to build vendored pavao.
homepagehttps://github.com/veeso/pavao
repositoryhttps://github.com/veeso/pavao
max_upload_size
id1599207
Cargo.toml error:TOML parse error at line 26, column 1 | 26 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Christian Visintin (veeso)

documentation

https://docs.rs/pavao-src

README

pavao-src

Contains the source code to build the libsmbclient statically to vendor it into the pavao-sys crate.

License-GPLv3 Repo stars Downloads counter Latest version Ko-fi

Requirements

these packages should be necessary on Linux:

  • python3
  • make
  • build-essential
  • pkg-config
  • libbsd-dev
  • libcap-dev
  • libcups2-dev
  • libgnutls28-dev
  • libicu-dev
  • libjansson-dev
  • libkeyutils-dev
  • libldap2-dev
  • zlib1g-dev
  • libpam0g-dev
  • libacl1-dev
  • libarchive-dev
  • flex
  • bison
  • libntirpc-dev
  • libtracker-sparql-3.0-dev
  • libglib2.0-dev
  • libdbus-1-dev

and these on MacOS:

  • pkg
  • libbsd
  • libgit2
  • icu4c
  • jansson
  • gnutls
  • zlib
  • openldap
  • cpanminus
  • libarchive
  • flex
  • bison
  • libtirpc
  • cups

License 📃

Pavão-src is licensed under the GPLv3 license.

You can read the entire license HERE

Commit count: 64

cargo fmt