package dune
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Fast, portable and opinionated build system
Install
dune-project
Dependency
Authors
Maintainers
Sources
dune-build-info-1.11.4.tbz
sha256=77cb5f483221b266ded2b85fc84173ae0089a25134a086be922e82c131456ce6
sha512=02f00fd872aa49b832fc8c1e928409f23c79ddf84a53009a58875f222cca36fbb92c905e12c539caec9cbad723f195a8aa24218382dca35a903b3f52b11f06f2
doc/dune._dune_lang/Dune_lang/index.html
Module Dune_lang
Parsing of s-expressions.
This library is internal to dune and guarantees no API stability.
module File_syntax : sig ... endmodule Atom : sig ... endmodule Template : sig ... endThe S-expression type
val atom : string -> tatom s convert the string s to an Atom.
val atom_or_quoted_string : string -> tval unsafe_atom_of_string : string -> tval to_string : t -> syntax:File_syntax.t -> stringSerialize a S-expression
val pp : File_syntax.t -> t -> _ Stdune.Pp.tSerialize a S-expression using indentation to improve readability
module Deprecated : sig ... endmodule Ast : sig ... endAbstract syntax tree
val add_loc : t -> loc:Stdune.Loc.t -> Ast.tmodule Cst : sig ... endConcrete syntax tree
val insert_comments :
Cst.t list ->
(Stdune.Loc.t * Cst.Comment.t) list ->
Cst.t listInsert comments in a concrete syntax tree. Comments are inserted based on their location.
module Lexer : sig ... endmodule Parser : sig ... endval parse_string :
fname:string ->
mode:'a Parser.Mode.t ->
?lexer:Lexer.t ->
string ->
'amodule Encoder : sig ... endmodule Decoder : sig ... endmodule type Conv = sig ... endval to_dyn : t Stdune.Dyn.Encoder.tmodule Io : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>