package dune-private-libs

  1. Overview
  2. Docs
Private libraries of Dune

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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.