package opam_bin_lib

  1. Overview
  2. Docs
The opam-bin tool is a simple framework to use `opam` with binary packages

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.1.0.tar.gz
sha256=55ebfb95074b67aec5907bcce4fef239777ec48ec4e4e23eb804bbac66aff32b

doc/opam_bin_lib/Opam_bin_lib/CommandPreBuild/index.html

Module Opam_bin_lib.CommandPreBuildSource

Sourceval cmd_name : string
Sourceval cache_file : cache:string -> md5:string -> string
Sourceval check_cache_file : cache:string -> md5:string -> string option
Sourceval find_archive_in_cache : repo:'a -> md5:string -> string option
Sourceval check_cached_binary_archive : version:string -> repo:string -> package:string -> bool
Sourceval chop_prefix : string -> prefix:string -> string option
Sourceval chop_suffix : string -> suffix:string -> string option
Sourceval has_equal_suffix : string -> bool
Sourceval maybe_apply_patch : name:string -> version:string -> bool
Sourceval cached_binary_archive : name:string -> version:string -> depends:string -> [> `BinaryArchiveFound | `MissingVersions of string list | `NoBinaryArchiveFound of string | `NotRelocatable ]
Sourceval error_on_compile : bool
Sourceval error_on_non_reloc : bool
Sourceval action : string list -> unit