package dune-private-libs

  1. Overview
  2. Docs
Private libraries of Dune

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.20.1.tbz
sha256=f08e95de2828e891d68906e4430b5117032285207b5bc684fc5d45652eb30e0a
sha512=a45eb69c773396285f3785a1c2edb4644e376c02053ff23cbc39dd2244c9e99527bdaed34b10ad8a0f50a143ce22777a76a0cd19f3a2d313cea9560986fa6bb9

doc/dune-private-libs.meta_parser/Dune_meta_parser/Meta_parser/Make/index.html

Module Meta_parser.MakeSource

Parameters

module Stdune : sig ... end

Signature

Sourcetype t = {
  1. name : Stdune.Lib_name.t 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
Sourceval add_versions : t -> get_version:(Stdune.Lib_name.t list -> string option) -> t
Sourcemodule Parse : sig ... end
OCaml

Innovation. Community. Security.