package bap-dependencies

  1. Overview
  2. No Docs
Analyzes program dependencies

Install

Dune Dependency

Authors

Maintainers

Sources

v2.4.0.tar.gz
md5=b8b1aff8c6846f2213eafc54de07b304

Description

The command outputs program dependencies such as libraries and symbols. The information is collected recursively with various output options, including dependency graph, YAML, JSON, and SEXP.

The information includes the list of imported libraries as well as sets of imported and exported symbols. The information could be collected recursively when the --recursive option is specified. In a recursive mode, the list of paths where to search for libraries could be specified with the --library-path option that accepts a list of paths. It is also possible to use the host ldconfig cache (or specify custom library config) via the ldconfig parameter. Information about each individual dependency is cached, so consecutive calls to bap will reuse the available information and terminate quickly.

Published: 12 Dec 2021

Dependencies (7)

  1. bap-main = "2.4.0"
  2. ogre = "2.4.0"
  3. regular = "2.4.0"
  4. bap-std = "2.4.0"
  5. ppx_bap >= "v0.14" & < "v0.15"
  6. core_kernel >= "v0.14" & < "v0.15"
  7. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (1)

  1. bap-core < "2.5.0"

Conflicts

None