package dune-site

  1. Overview
  2. Docs
Embed locations information inside executable and libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.20.2.tbz
sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549
sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff

doc/dune-site.private/Dune_site_private/index.html

Module Dune_site_privateSource

Sourceval path_sep : char
Sourceval dune_dir_locations_env_var : string
Sourceval dune_ocaml_stdlib_env_var : string
Sourceval dune_ocaml_hardcoded_env_var : string
Sourceval dune_sourceroot_env_var : string
Sourcetype entry = {
  1. package : string;
  2. section : Dune_section.t;
  3. dir : string;
}
Sourceval decode_dune_dir_locations : string -> entry list option
Sourceval encode_dune_dir_locations : entry list -> string