package dune-site

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.18.2.tbz
sha256=56be509ffc3c5ba652113d9e6b43edb04a691f1e1f6cbba17b9d243b1239a7af
sha512=ee04a0c4ab946817018c78cd9b19c8d3082ee3b1cef78c699fff4ea37fd79543823a9751d0b945d2fd1783396ceded045cbec986a85f7a8f7bac93e04650fff3

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
OCaml

Innovation. Community. Security.