package oui

  1. Overview
  2. Docs
A tool that builds standalone installers for your OCaml applications

Install

dune-project
 Dependency

Authors

Maintainers

Sources

oui-0.1.0.tbz
sha256=b806a63c9acd581a00729a48f1faf86b294cc82936fc705fc628a20ede33f977
sha512=e61c35a6e08671634c1edabd7b0add926ac6e0c6c43c9e0a095e89efab7696b6ae5cc1ea0844283a80640c19adb36478bdfb2414bbcab5077ceb7fd16ae45e66

doc/oui.lib/Oui/Otool/index.html

Module Oui.OtoolSource

Sourceval get_dylib_paths : OpamFilename.t -> string list

get_dylib_paths binary returns the exact dylib paths as they appear in the binary (unresolved symlinks), filtered for embeddable libraries.

Sourceval get_dylibs : OpamFilename.t -> OpamFilename.t list

get_dylibs binary returns the path to dylib files that binary depends on, as resolved by otool -L on the host system. Filters out system libraries from /usr/lib and /System, as well as already relocated paths (starting with @). Also filters out libSystem and other core system libraries. Note: This checks file existence and may resolve symlinks.