package dune-site

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.21.1.tbz
sha256=84f7a82c6d80a7124f3847e9a489e80cfbeafb7bed3573ac01286ef56fd08d94
sha512=d9fa44e24036d2593adfe59e52e0ad64f3e7e973d23f84af57fc79e38fa210630b0cb55590f314d6ef455333b96a8e0ce188c2720eaae44576222541ba78efb3

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