package dune-private-libs

  1. Overview
  2. Docs
Private libraries of Dune

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

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.