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.plugins/Dune_site_plugins/Private_/Meta_parser/index.html

Module Private_.Meta_parserSource

Sourcetype t = {
  1. name : string option;
  2. entries : entry list;
}
Sourceand entry =
  1. | Comment of string
  2. | Rule of rule
  3. | Package of t
Sourceand rule = {
  1. var : string;
  2. predicates : predicate list;
  3. action : action;
  4. value : string;
}
Sourceand action =
  1. | Set
  2. | Add
Sourceand predicate =
  1. | Pos of string
  2. | Neg of string
Sourcemodule Parse : sig ... end